COLOR #59C0AE

HEX: #59C0AE
RGB: (89,192,174)

Color info

#59C0AE contains mainly green and blue colors. Web safe color of #59C0AE is #66CC99 (or #6C9).

RGB color model

#59C0AE color RGB value is (89,192,174).

  • red value is 89;
  • green value is 192;
  • blue value is 174.
RGB:
(89,192,174)
(35%,75%,68%)

RGB channels and saturation

R 89 of 255 = 35%
G 192 of 255 = 75%
B 174 of 255 = 68%

89
192
174

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

Portions of RGB colors in percentages

R + G + B =
89 + 192 + 174 = 455 (100%)
R 89 of 455 ~ 19.56%
G 192 of 455 ~ 42.2%
B 174 of 455 ~ 38.24%

%19.56
%42.2
%38.24

CMYK color model

#59C0AE color CMYK value is (54,0,9,25).

  • cyan value is 53.65%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 24.71%
CMYK:
(54,0,9,25)
C54M0Y9K25 
(54%,0%,9%,25%)
(0.54/0.00/0.09/0.25)	

CMYK percentages

%53.65
%0
%9.38
%24.71

Codes

Color #59C0AE in popluar color models

59C0AE
RGB89192174
HSL170°44.98%55.10%
HSB/HSV170°53.65%75.29%
CMYK53.65%0.00%9.38%
24.71%

Color #59C0AE in popluar number systems.

HEX59C0AE
Decimal89192174
Binary10110011100000010101110
Octal131300256

Shades and tints

Shades of #59C0AE

#59C0AE
(89,192,174)
#51AF9F
(81,175,159)
#499E90
(73,158,144)
#418D81
(65,141,129)
#397C72
(57,124,114)
#316B63
(49,107,99)
#295A54
(41,90,84)
#214945
(33,73,69)
#193836
(25,56,54)
#112727
(17,39,39)
#091618
(9,22,24)
#000000
(0,0,0)

Tints of #59C0AE

#59C0AE
(89,192,174)
#68C5B5
(104,197,181)
#77CABC
(119,202,188)
#86CFC3
(134,207,195)
#95D4CA
(149,212,202)
#A4D9D1
(164,217,209)
#B3DED8
(179,222,216)
#C2E3DF
(194,227,223)
#D1E8E6
(209,232,230)
#E0EDED
(224,237,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C0AE color. Also use rgb(89,192,174) instead hex code.

Text Font Color

.myTextColor { color: #59C0AE; }

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

This text font color is #59C0AE.


Background Color

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

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

This div background color is #59C0AE.


Border color

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

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

This div border color is #59C0AE.


Opacity

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

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

Text with #59C0AE 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 #59C0AE;}

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

This text has shadow with #59C0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C0AE on black background.


Color preview on white background

This text has color #59C0AE on white background.



Black color preview on #59C0AE background

This text has black color on #59C0AE background.


White color preview on #59C0AE background

This text has white color on #59C0AE background.