HEX: #59EECC
RGB: (89,238,204)
#59EECC contains mainly green and blue colors. Web safe color of #59EECC is #66FFCC (or #6FC).
#59EECC color RGB value is (89,238,204).
RGB: (89,238,204)
(35%, 93%, 80%)
R 89 of 255 = 35%
G 238 of 255 = 93%
B 204 of 255 = 80%
R + G + B ~ 69%. #59EECC is quite light color.
R + G + B = 89 + 238 + 204 = 531 (100%)
R 89 of 531 ~ 16.76%
G 238 of 531 ~ 44.82%
B 204 of 531 ~ 38.42'%
#59EECC color CMYK value is (63,0,14,7).
CMYK: (63,0,14,7)
C63M0Y14K7 (63%, 0%, 14%, 7%)
(0.63 / 0.00 / 0.14 / 0.07)
Color #59EECC in popluar color models
59 | EE | CC | |
---|---|---|---|
RGB | 89 | 238 | 204 |
HSL | 166° | 81.42% | 64.12% |
HSB/HSV | 166° | 62.61% | 93.33% |
CMYK | 62.61% | 0.00% | 14.29% |
6.67% |
Color #59EECC in popluar number systems.
HEX | 59 | EE | CC |
Decimal | 89 | 238 | 204 |
Binary | 1011001 | 11101110 | 11001100 |
Octal | 131 | 356 | 314 |
Shades of #59EECC
Tints of #59EECC
Examples of css and html codes for elements with #59EECC color. Also use rgb(89,238,204) instead hex code.
.myTextColor { color: #59EECC; }
<p style="color:#59EECC">This sample text font color is #59EECC.</p>
This text font color is #59EECC.
.myBgColor { background-color: #59EECC; }
<div style="background-color:#59EECC">Inner text</div>
This div background color is #59EECC.
.myBorderColor { border: 1px solid #59EECC; }
<div style="border:3px solid #59EECC">Div</div>
This div border color is #59EECC.
.myOpacity80 { color: #59EECC; opacity: 0.8; }
<p style="color:#59EECC;opacity:0.8;">80%</p>
Text with #59EECC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59EECC;}
<p style="text-shadow: 3px 3px 1px #59EECC">Text here.</p>
This text has shadow with #59EECC color.
.textShadow {text-shadow: 3px 3px 1px #59EECC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59EECC, 5px 5px 20px red">Text here.</p>
This text has shadow with #59EECC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59EECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59EECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #59EECC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59EECC;
-webkit-box-shadow: 1px 1px 3px 2px #59EECC;
box-shadow: 1px 1px 3px 2px #59EECC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59EECC; -webkit-box-shadow: 1px 1px 3px 2px #59EECC; box-shadow:1px 1px 3px 2px #59EECC;">
Div content here
</div>
This text has color #59EECC on black background.
This text has color #59EECC on white background.
This text has black color on #59EECC background.
This text has white color on #59EECC background.
Complementary color for #hex is #A61133.