Shades of Dark Sea Green #8EBD96
Tints of Dark Sea Green #8EBD96
RGB
CMYK
RGB Variations
Color information
#8EBD96 (or 0x8EBD96) is known color: Dark Sea Green. HEX triplet: 8E, BD and 96. RGB value is (142,189,150). Sum of RGB (Red+Green+Blue) = 142+189+150=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBD96 is #714269. Grayscale: #AAAAAA. Windows color (decimal): -7422570 or 9878926. OLE color: 9878926.
HSL color Cylindrical-coordinate representation of color #8EBD96: hue angle of 130.21º 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 #8EBD96 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 150 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.26 |
| HSL | 130.21º | 0.26% | 0.65% | - |
| HSV(B) | 130.21º | 0.25% | 0.74% | - |
| XYZ | 34.86 | 44.35 | 35.58 | - |
| YUV | 170.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 150 | 0.25 | 0 | 0.21 | 0.26 | 130.21 | 0.26 | 0.65 |
| Hex | 8E | BD | 96 | 19 | 0 | 15 | 1A | 82 | 1A | 41 |
| Octal | 216 | 275 | 226 | 31 | 0 | 25 | 32 | 202 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10010110 | 11001 | 0 | 10101 | 11010 | 10000010 | 11010 | 1000001 |
Color Harmonies of #8EBD96
Complementary color
Monochromatic Colors of #8EBD96
Black with #8EBD96
Text Example
Text Example
White with #8EBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD96; }
p { color: rgb(142,189,150); }
H1.HeaderClassName
{
color: #8EBD96;
}
.AnyTagClassName
{
color: #8EBD96;
}
</style>
background-color css
<style>
a { background-color: #8EBD96; }
a { background-color: rgb(142,189,150); }
div.DivClassName
{
background-color: #8EBD96;
}
.BgClassName
{
background-color: #8EBD96;
}
</style>
border-color css
<style>
span { border-color: #8EBD96; }
span { border-color: rgb(142,189,150); }
td.TdClassName
{
border-color: #8EBD96;
}
.TagClassName
{
border-color: #8EBD96;
}
</style>