Shades of Dark Sea Green #8EBF89
Tints of Dark Sea Green #8EBF89
RGB
CMYK
RGB Variations
Color information
#8EBF89 (or 0x8EBF89) is known color: Dark Sea Green. HEX triplet: 8E, BF and 89. RGB value is (142,191,137). Sum of RGB (Red+Green+Blue) = 142+191+137=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBF89 is #714076. Grayscale: #AAAAAA. Windows color (decimal): -7422071 or 9027470. OLE color: 9027470.
HSL color Cylindrical-coordinate representation of color #8EBF89: hue angle of 114.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBF89 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 191 | 137 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.25 |
| HSL | 114.44º | 0.3% | 0.64% | - |
| HSV(B) | 114.44º | 0.28% | 0.75% | - |
| XYZ | 34.3 | 44.82 | 30.51 | - |
| YUV | 170.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 191 | 137 | 0.26 | 0 | 0.28 | 0.25 | 114.44 | 0.3 | 0.64 |
| Hex | 8E | BF | 89 | 1A | 0 | 1C | 19 | 72 | 1E | 40 |
| Octal | 216 | 277 | 211 | 32 | 0 | 34 | 31 | 162 | 36 | 100 |
| Binary | 10001110 | 10111111 | 10001001 | 11010 | 0 | 11100 | 11001 | 1110010 | 11110 | 1000000 |
Color Harmonies of #8EBF89
Complementary color
Monochromatic Colors of #8EBF89
Black with #8EBF89
Text Example
Text Example
White with #8EBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBF89; }
p { color: rgb(142,191,137); }
H1.HeaderClassName
{
color: #8EBF89;
}
.AnyTagClassName
{
color: #8EBF89;
}
</style>
background-color css
<style>
a { background-color: #8EBF89; }
a { background-color: rgb(142,191,137); }
div.DivClassName
{
background-color: #8EBF89;
}
.BgClassName
{
background-color: #8EBF89;
}
</style>
border-color css
<style>
span { border-color: #8EBF89; }
span { border-color: rgb(142,191,137); }
td.TdClassName
{
border-color: #8EBF89;
}
.TagClassName
{
border-color: #8EBF89;
}
</style>