Shades of Dark Sea Green #8EBC8A
Tints of Dark Sea Green #8EBC8A
RGB
CMYK
RGB Variations
Color information
#8EBC8A (or 0x8EBC8A) is known color: Dark Sea Green. HEX triplet: 8E, BC and 8A. RGB value is (142,188,138). Sum of RGB (Red+Green+Blue) = 142+188+138=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBC8A is #714375. Grayscale: #A8A8A8. Windows color (decimal): -7422838 or 9092238. OLE color: 9092238.
HSL color Cylindrical-coordinate representation of color #8EBC8A: hue angle of 115.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EBC8A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 138 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.26 |
| HSL | 115.2º | 0.27% | 0.64% | - |
| HSV(B) | 115.2º | 0.27% | 0.74% | - |
| XYZ | 33.73 | 43.55 | 30.67 | - |
| YUV | 168.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 138 | 0.24 | 0 | 0.27 | 0.26 | 115.2 | 0.27 | 0.64 |
| Hex | 8E | BC | 8A | 18 | 0 | 1B | 1A | 73 | 1B | 40 |
| Octal | 216 | 274 | 212 | 30 | 0 | 33 | 32 | 163 | 33 | 100 |
| Binary | 10001110 | 10111100 | 10001010 | 11000 | 0 | 11011 | 11010 | 1110011 | 11011 | 1000000 |
Color Harmonies of #8EBC8A
Complementary color
Monochromatic Colors of #8EBC8A
Black with #8EBC8A
Text Example
Text Example
White with #8EBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC8A; }
p { color: rgb(142,188,138); }
H1.HeaderClassName
{
color: #8EBC8A;
}
.AnyTagClassName
{
color: #8EBC8A;
}
</style>
background-color css
<style>
a { background-color: #8EBC8A; }
a { background-color: rgb(142,188,138); }
div.DivClassName
{
background-color: #8EBC8A;
}
.BgClassName
{
background-color: #8EBC8A;
}
</style>
border-color css
<style>
span { border-color: #8EBC8A; }
span { border-color: rgb(142,188,138); }
td.TdClassName
{
border-color: #8EBC8A;
}
.TagClassName
{
border-color: #8EBC8A;
}
</style>