Shades of Dark Sea Green #8EC38B
Tints of Dark Sea Green #8EC38B
RGB
CMYK
RGB Variations
Color information
#8EC38B (or 0x8EC38B) is known color: Dark Sea Green. HEX triplet: 8E, C3 and 8B. RGB value is (142,195,139). Sum of RGB (Red+Green+Blue) = 142+195+139=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC38B is #713C74. Grayscale: #ACACAC. Windows color (decimal): -7421045 or 9159566. OLE color: 9159566.
HSL color Cylindrical-coordinate representation of color #8EC38B: hue angle of 116.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC38B is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 139 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.24 |
| HSL | 116.79º | 0.32% | 0.65% | - |
| HSV(B) | 116.79º | 0.29% | 0.76% | - |
| XYZ | 35.33 | 46.65 | 31.57 | - |
| YUV | 172.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 139 | 0.27 | 0 | 0.29 | 0.24 | 116.79 | 0.32 | 0.65 |
| Hex | 8E | C3 | 8B | 1B | 0 | 1D | 18 | 75 | 20 | 41 |
| Octal | 216 | 303 | 213 | 33 | 0 | 35 | 30 | 165 | 40 | 101 |
| Binary | 10001110 | 11000011 | 10001011 | 11011 | 0 | 11101 | 11000 | 1110101 | 100000 | 1000001 |
Color Harmonies of #8EC38B
Complementary color
Monochromatic Colors of #8EC38B
Black with #8EC38B
Text Example
Text Example
White with #8EC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC38B; }
p { color: rgb(142,195,139); }
H1.HeaderClassName
{
color: #8EC38B;
}
.AnyTagClassName
{
color: #8EC38B;
}
</style>
background-color css
<style>
a { background-color: #8EC38B; }
a { background-color: rgb(142,195,139); }
div.DivClassName
{
background-color: #8EC38B;
}
.BgClassName
{
background-color: #8EC38B;
}
</style>
border-color css
<style>
span { border-color: #8EC38B; }
span { border-color: rgb(142,195,139); }
td.TdClassName
{
border-color: #8EC38B;
}
.TagClassName
{
border-color: #8EC38B;
}
</style>