Shades of Dark Sea Green #90C08E
Tints of Dark Sea Green #90C08E
RGB
CMYK
RGB Variations
Color information
#90C08E (or 0x90C08E) is known color: Dark Sea Green. HEX triplet: 90, C0 and 8E. RGB value is (144,192,142). Sum of RGB (Red+Green+Blue) = 144+192+142=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #90C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C08E is #6F3F71. Grayscale: #ACACAC. Windows color (decimal): -7290738 or 9355408. OLE color: 9355408.
HSL color Cylindrical-coordinate representation of color #90C08E: hue angle of 117.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C08E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 142 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.25 |
| HSL | 117.6º | 0.28% | 0.65% | - |
| HSV(B) | 117.6º | 0.26% | 0.75% | - |
| XYZ | 35.23 | 45.58 | 32.53 | - |
| YUV | 171.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 142 | 0.25 | 0 | 0.26 | 0.25 | 117.6 | 0.28 | 0.65 |
| Hex | 90 | C0 | 8E | 19 | 0 | 1A | 19 | 76 | 1C | 41 |
| Octal | 220 | 300 | 216 | 31 | 0 | 32 | 31 | 166 | 34 | 101 |
| Binary | 10010000 | 11000000 | 10001110 | 11001 | 0 | 11010 | 11001 | 1110110 | 11100 | 1000001 |
Color Harmonies of #90C08E
Complementary color
Monochromatic Colors of #90C08E
Black with #90C08E
Text Example
Text Example
White with #90C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C08E; }
p { color: rgb(144,192,142); }
H1.HeaderClassName
{
color: #90C08E;
}
.AnyTagClassName
{
color: #90C08E;
}
</style>
background-color css
<style>
a { background-color: #90C08E; }
a { background-color: rgb(144,192,142); }
div.DivClassName
{
background-color: #90C08E;
}
.BgClassName
{
background-color: #90C08E;
}
</style>
border-color css
<style>
span { border-color: #90C08E; }
span { border-color: rgb(144,192,142); }
td.TdClassName
{
border-color: #90C08E;
}
.TagClassName
{
border-color: #90C08E;
}
</style>