Shades of Dark Sea Green #8EBC7F
Tints of Dark Sea Green #8EBC7F
RGB
CMYK
RGB Variations
Color information
#8EBC7F (or 0x8EBC7F) is known color: Dark Sea Green. HEX triplet: 8E, BC and 7F. RGB value is (142,188,127). Sum of RGB (Red+Green+Blue) = 142+188+127=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC7F is #714380. Grayscale: #A7A7A7. Windows color (decimal): -7422849 or 8371342. OLE color: 8371342.
HSL color Cylindrical-coordinate representation of color #8EBC7F: hue angle of 105.25º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EBC7F is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 127 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.26 |
| HSL | 105.25º | 0.31% | 0.62% | - |
| HSV(B) | 105.25º | 0.32% | 0.74% | - |
| XYZ | 32.97 | 43.25 | 26.69 | - |
| YUV | 167.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 127 | 0.24 | 0 | 0.32 | 0.26 | 105.25 | 0.31 | 0.62 |
| Hex | 8E | BC | 7F | 18 | 0 | 20 | 1A | 69 | 1F | 3E |
| Octal | 216 | 274 | 177 | 30 | 0 | 40 | 32 | 151 | 37 | 76 |
| Binary | 10001110 | 10111100 | 1111111 | 11000 | 0 | 100000 | 11010 | 1101001 | 11111 | 111110 |
Color Harmonies of #8EBC7F
Complementary color
Monochromatic Colors of #8EBC7F
Black with #8EBC7F
Text Example
Text Example
White with #8EBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC7F; }
p { color: rgb(142,188,127); }
H1.HeaderClassName
{
color: #8EBC7F;
}
.AnyTagClassName
{
color: #8EBC7F;
}
</style>
background-color css
<style>
a { background-color: #8EBC7F; }
a { background-color: rgb(142,188,127); }
div.DivClassName
{
background-color: #8EBC7F;
}
.BgClassName
{
background-color: #8EBC7F;
}
</style>
border-color css
<style>
span { border-color: #8EBC7F; }
span { border-color: rgb(142,188,127); }
td.TdClassName
{
border-color: #8EBC7F;
}
.TagClassName
{
border-color: #8EBC7F;
}
</style>