HEX: #589E7E
RGB: (88,158,126)
#589E7E contains mainly green and blue colors. Web safe color of #589E7E is #669966 (or #696).
#589E7E color RGB value is (88,158,126).
RGB: (88,158,126)
(35%, 62%, 49%)
R 88 of 255 = 35%
G 158 of 255 = 62%
B 126 of 255 = 49%
R + G + B ~ 49%. #589E7E is middle color (not dark and not light).
R + G + B = 88 + 158 + 126 = 372 (100%)
R 88 of 372 ~ 23.66%
G 158 of 372 ~ 42.47%
B 126 of 372 ~ 33.87'%
#589E7E color CMYK value is (44,0,20,38).
CMYK: (44,0,20,38)
C44M0Y20K38 (44%, 0%, 20%, 38%)
(0.44 / 0.00 / 0.20 / 0.38)
Color #589E7E in popluar color models
58 | 9E | 7E | |
---|---|---|---|
RGB | 88 | 158 | 126 |
HSL | 153° | 28.46% | 48.24% |
HSB/HSV | 153° | 44.30% | 61.96% |
CMYK | 44.30% | 0.00% | 20.25% |
38.04% |
Color #589E7E in popluar number systems.
HEX | 58 | 9E | 7E |
Decimal | 88 | 158 | 126 |
Binary | 1011000 | 10011110 | 1111110 |
Octal | 130 | 236 | 176 |
Shades of #589E7E
Tints of #589E7E
Examples of css and html codes for elements with #589E7E color. Also use rgb(88,158,126) instead hex code.
.myTextColor { color: #589E7E; }
<p style="color:#589E7E">This sample text font color is #589E7E.</p>
This text font color is #589E7E.
.myBgColor { background-color: #589E7E; }
<div style="background-color:#589E7E">Inner text</div>
This div background color is #589E7E.
.myBorderColor { border: 1px solid #589E7E; }
<div style="border:3px solid #589E7E">Div</div>
This div border color is #589E7E.
.myOpacity80 { color: #589E7E; opacity: 0.8; }
<p style="color:#589E7E;opacity:0.8;">80%</p>
Text with #589E7E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #589E7E;}
<p style="text-shadow: 3px 3px 1px #589E7E">Text here.</p>
This text has shadow with #589E7E color.
.textShadow {text-shadow: 3px 3px 1px #589E7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #589E7E, 5px 5px 20px red">Text here.</p>
This text has shadow with #589E7E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#589E7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#589E7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #589E7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #589E7E;
-webkit-box-shadow: 1px 1px 3px 2px #589E7E;
box-shadow: 1px 1px 3px 2px #589E7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #589E7E; -webkit-box-shadow: 1px 1px 3px 2px #589E7E; box-shadow:1px 1px 3px 2px #589E7E;">
Div content here
</div>
This text has color #589E7E on black background.
This text has color #589E7E on white background.
This text has black color on #589E7E background.
This text has white color on #589E7E background.
Complementary color for #hex is #A76181.