Shades of Dark Sea Green #8EC196
Tints of Dark Sea Green #8EC196
RGB
CMYK
RGB Variations
Color information
#8EC196 (or 0x8EC196) is known color: Dark Sea Green. HEX triplet: 8E, C1 and 96. RGB value is (142,193,150). Sum of RGB (Red+Green+Blue) = 142+193+150=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC196 is #713E69. Grayscale: #ACACAC. Windows color (decimal): -7421546 or 9879950. OLE color: 9879950.
HSL color Cylindrical-coordinate representation of color #8EC196: hue angle of 129.41º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EC196 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 150 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.24 |
| HSL | 129.41º | 0.29% | 0.66% | - |
| HSV(B) | 129.41º | 0.26% | 0.76% | - |
| XYZ | 35.73 | 46.09 | 35.87 | - |
| YUV | 172.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 150 | 0.26 | 0 | 0.22 | 0.24 | 129.41 | 0.29 | 0.66 |
| Hex | 8E | C1 | 96 | 1A | 0 | 16 | 18 | 81 | 1D | 42 |
| Octal | 216 | 301 | 226 | 32 | 0 | 26 | 30 | 201 | 35 | 102 |
| Binary | 10001110 | 11000001 | 10010110 | 11010 | 0 | 10110 | 11000 | 10000001 | 11101 | 1000010 |
Color Harmonies of #8EC196
Complementary color
Monochromatic Colors of #8EC196
Black with #8EC196
Text Example
Text Example
White with #8EC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC196; }
p { color: rgb(142,193,150); }
H1.HeaderClassName
{
color: #8EC196;
}
.AnyTagClassName
{
color: #8EC196;
}
</style>
background-color css
<style>
a { background-color: #8EC196; }
a { background-color: rgb(142,193,150); }
div.DivClassName
{
background-color: #8EC196;
}
.BgClassName
{
background-color: #8EC196;
}
</style>
border-color css
<style>
span { border-color: #8EC196; }
span { border-color: rgb(142,193,150); }
td.TdClassName
{
border-color: #8EC196;
}
.TagClassName
{
border-color: #8EC196;
}
</style>