COLOR #59A6B4

HEX: #59A6B4
RGB: (89,166,180)

Renk bilgisi

#59A6B4 contains mainly green and blue colors. #59A6B4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#59A6B4 color RGB value is (89,166,180).

  • kırmız ton 89;
  • yeşil ton 166;
  • mavi ton 180.
RGB:
(89,166,180)
(35%,65%,71%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 166 of 255 = 65%
B 180 of 255 = 71%

89
166
180

R + G + B ~ 57%. #59A6B4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 166 + 180 = 435 (100%)
R 89 of 435 ~ 20.46%
G 166 of 435 ~ 38.16%
B 180 of 435 ~ 41.38%

%20.46
%38.16
%41.38

CMYK RENK MODELİ

#59A6B4 rengi CMYK tonu (51,8,0,29).

  • camgöbeği tonu 50.56%
  • eflatun tonu 7.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(51,8,0,29)
C51M8Y0K29 
(51%,8%,0%,29%)
(0.51/0.08/0.00/0.29)	

CMYK yüzdeleri

%50.56
%7.78
%0
%29.41

Codes

Color #59A6B4 in popluar color models

59A6B4
RGB89166180
HSL189°37.76%52.75%
HSB/HSV189°50.56%70.59%
CMYK50.56%7.78%0.00%
29.41%

Color #59A6B4 in popluar number systems.

HEX59A6B4
Decimal89166180
Binary10110011010011010110100
Octal131246264

Shades and tints

Shades of #59A6B4

#59A6B4
(89,166,180)
#5197A4
(81,151,164)
#498894
(73,136,148)
#417984
(65,121,132)
#396A74
(57,106,116)
#315B64
(49,91,100)
#294C54
(41,76,84)
#213D44
(33,61,68)
#192E34
(25,46,52)
#111F24
(17,31,36)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #59A6B4

#59A6B4
(89,166,180)
#68AEBA
(104,174,186)
#77B6C0
(119,182,192)
#86BEC6
(134,190,198)
#95C6CC
(149,198,204)
#A4CED2
(164,206,210)
#B3D6D8
(179,214,216)
#C2DEDE
(194,222,222)
#D1E6E4
(209,230,228)
#E0EEEA
(224,238,234)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A6B4 color. Also use rgb(89,166,180) instead hex code.

Text Font Color

.myTextColor { color: #59A6B4; }

<p style="color:#59A6B4">This sample text font color is #59A6B4.</p>

This text font color is #59A6B4.


Background Color

.myBgColor { background-color: #59A6B4; }

<div style="background-color:#59A6B4">Inner text</div>

This div background color is #59A6B4.


Border color

.myBorderColor { border: 1px solid #59A6B4; }

<div style="border:3px solid #59A6B4">Div</div>

This div border color is #59A6B4.


Opacity

.myOpacity80 { color: #59A6B4; opacity: 0.8; }

<p style="color:#59A6B4;opacity:0.8;">80%</p>

Text with #59A6B4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59A6B4;}

<p style="text-shadow: 3px 3px 1px #59A6B4">Text here.</p>

This text has shadow with #59A6B4 color.

.textShadow {text-shadow: 3px 3px 1px #59A6B4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59A6B4, 5px 5px 20px red">Text here.</p>

This text has shadow with #59A6B4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59A6B4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59A6B4, Direction=45, Strength=4)">Text</p>

This text has shadow with #59A6B4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #59A6B4;
  -webkit-box-shadow:	1px 1px 3px 2px #59A6B4;
  box-shadow:		1px 1px 3px 2px #59A6B4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59A6B4;
-webkit-box-shadow: 1px 1px 3px 2px #59A6B4;
box-shadow:1px 1px 3px 2px #59A6B4;">
Div content here</div>
This div box has shadow with color #59A6B4.

Preview

Color preview on black background

This text has color #59A6B4 on black background.


Color preview on white background

This text has color #59A6B4 on white background.



Black color preview on #59A6B4 background

This text has black color on #59A6B4 background.


White color preview on #59A6B4 background

This text has white color on #59A6B4 background.