Shades of Dark Sea Green #90BD8E
Tints of Dark Sea Green #90BD8E
RGB
CMYK
RGB Variations
Color information
#90BD8E (or 0x90BD8E) is known color: Dark Sea Green. HEX triplet: 90, BD and 8E. RGB value is (144,189,142). Sum of RGB (Red+Green+Blue) = 144+189+142=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BD8E is #6F4271. Grayscale: #AAAAAA. Windows color (decimal): -7291506 or 9354640. OLE color: 9354640.
HSL color Cylindrical-coordinate representation of color #90BD8E: hue angle of 117.45º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BD8E is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 142 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.26 |
| HSL | 117.45º | 0.26% | 0.65% | - |
| HSV(B) | 117.45º | 0.25% | 0.74% | - |
| XYZ | 34.58 | 44.28 | 32.31 | - |
| YUV | 170.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 142 | 0.24 | 0 | 0.25 | 0.26 | 117.45 | 0.26 | 0.65 |
| Hex | 90 | BD | 8E | 18 | 0 | 19 | 1A | 75 | 1A | 41 |
| Octal | 220 | 275 | 216 | 30 | 0 | 31 | 32 | 165 | 32 | 101 |
| Binary | 10010000 | 10111101 | 10001110 | 11000 | 0 | 11001 | 11010 | 1110101 | 11010 | 1000001 |
Color Harmonies of #90BD8E
Complementary color
Monochromatic Colors of #90BD8E
Black with #90BD8E
Text Example
Text Example
White with #90BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD8E; }
p { color: rgb(144,189,142); }
H1.HeaderClassName
{
color: #90BD8E;
}
.AnyTagClassName
{
color: #90BD8E;
}
</style>
background-color css
<style>
a { background-color: #90BD8E; }
a { background-color: rgb(144,189,142); }
div.DivClassName
{
background-color: #90BD8E;
}
.BgClassName
{
background-color: #90BD8E;
}
</style>
border-color css
<style>
span { border-color: #90BD8E; }
span { border-color: rgb(144,189,142); }
td.TdClassName
{
border-color: #90BD8E;
}
.TagClassName
{
border-color: #90BD8E;
}
</style>