Shades of Dark Sea Green #8EB988
Tints of Dark Sea Green #8EB988
RGB
CMYK
RGB Variations
Color information
#8EB988 (or 0x8EB988) is known color: Dark Sea Green. HEX triplet: 8E, B9 and 88. RGB value is (142,185,136). Sum of RGB (Red+Green+Blue) = 142+185+136=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB988 is #714677. Grayscale: #A6A6A6. Windows color (decimal): -7423608 or 8960398. OLE color: 8960398.
HSL color Cylindrical-coordinate representation of color #8EB988: hue angle of 112.65º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EB988 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 185 | 136 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.27 |
| HSL | 112.65º | 0.26% | 0.63% | - |
| HSV(B) | 112.65º | 0.26% | 0.73% | - |
| XYZ | 32.95 | 42.23 | 29.71 | - |
| YUV | 166.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 185 | 136 | 0.23 | 0 | 0.26 | 0.27 | 112.65 | 0.26 | 0.63 |
| Hex | 8E | B9 | 88 | 17 | 0 | 1A | 1B | 71 | 1A | 3F |
| Octal | 216 | 271 | 210 | 27 | 0 | 32 | 33 | 161 | 32 | 77 |
| Binary | 10001110 | 10111001 | 10001000 | 10111 | 0 | 11010 | 11011 | 1110001 | 11010 | 111111 |
Color Harmonies of #8EB988
Complementary color
Monochromatic Colors of #8EB988
Black with #8EB988
Text Example
Text Example
White with #8EB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB988; }
p { color: rgb(142,185,136); }
H1.HeaderClassName
{
color: #8EB988;
}
.AnyTagClassName
{
color: #8EB988;
}
</style>
background-color css
<style>
a { background-color: #8EB988; }
a { background-color: rgb(142,185,136); }
div.DivClassName
{
background-color: #8EB988;
}
.BgClassName
{
background-color: #8EB988;
}
</style>
border-color css
<style>
span { border-color: #8EB988; }
span { border-color: rgb(142,185,136); }
td.TdClassName
{
border-color: #8EB988;
}
.TagClassName
{
border-color: #8EB988;
}
</style>