Shades of Dark Sea Green #90BB8E
Tints of Dark Sea Green #90BB8E
RGB
CMYK
RGB Variations
Color information
#90BB8E (or 0x90BB8E) is known color: Dark Sea Green. HEX triplet: 90, BB and 8E. RGB value is (144,187,142). Sum of RGB (Red+Green+Blue) = 144+187+142=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BB8E is #6F4471. Grayscale: #A9A9A9. Windows color (decimal): -7292018 or 9354128. OLE color: 9354128.
HSL color Cylindrical-coordinate representation of color #90BB8E: hue angle of 117.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BB8E is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 142 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.27 |
| HSL | 117.33º | 0.25% | 0.65% | - |
| HSV(B) | 117.33º | 0.24% | 0.73% | - |
| XYZ | 34.15 | 43.42 | 32.17 | - |
| YUV | 169.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 142 | 0.23 | 0 | 0.24 | 0.27 | 117.33 | 0.25 | 0.65 |
| Hex | 90 | BB | 8E | 17 | 0 | 18 | 1B | 75 | 19 | 41 |
| Octal | 220 | 273 | 216 | 27 | 0 | 30 | 33 | 165 | 31 | 101 |
| Binary | 10010000 | 10111011 | 10001110 | 10111 | 0 | 11000 | 11011 | 1110101 | 11001 | 1000001 |
Color Harmonies of #90BB8E
Complementary color
Monochromatic Colors of #90BB8E
Black with #90BB8E
Text Example
Text Example
White with #90BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB8E; }
p { color: rgb(144,187,142); }
H1.HeaderClassName
{
color: #90BB8E;
}
.AnyTagClassName
{
color: #90BB8E;
}
</style>
background-color css
<style>
a { background-color: #90BB8E; }
a { background-color: rgb(144,187,142); }
div.DivClassName
{
background-color: #90BB8E;
}
.BgClassName
{
background-color: #90BB8E;
}
</style>
border-color css
<style>
span { border-color: #90BB8E; }
span { border-color: rgb(144,187,142); }
td.TdClassName
{
border-color: #90BB8E;
}
.TagClassName
{
border-color: #90BB8E;
}
</style>