Shades of Dark Sea Green #8EBD8A
Tints of Dark Sea Green #8EBD8A
RGB
CMYK
RGB Variations
Color information
#8EBD8A (or 0x8EBD8A) is known color: Dark Sea Green. HEX triplet: 8E, BD and 8A. RGB value is (142,189,138). Sum of RGB (Red+Green+Blue) = 142+189+138=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBD8A is #714275. Grayscale: #A9A9A9. Windows color (decimal): -7422582 or 9092494. OLE color: 9092494.
HSL color Cylindrical-coordinate representation of color #8EBD8A: hue angle of 115.29º degrees, saturation: 0.28, 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 #8EBD8A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 138 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.26 |
| HSL | 115.29º | 0.28% | 0.64% | - |
| HSV(B) | 115.29º | 0.27% | 0.74% | - |
| XYZ | 33.94 | 43.98 | 30.75 | - |
| YUV | 169.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 138 | 0.25 | 0 | 0.27 | 0.26 | 115.29 | 0.28 | 0.64 |
| Hex | 8E | BD | 8A | 19 | 0 | 1B | 1A | 73 | 1C | 40 |
| Octal | 216 | 275 | 212 | 31 | 0 | 33 | 32 | 163 | 34 | 100 |
| Binary | 10001110 | 10111101 | 10001010 | 11001 | 0 | 11011 | 11010 | 1110011 | 11100 | 1000000 |
Color Harmonies of #8EBD8A
Complementary color
Monochromatic Colors of #8EBD8A
Black with #8EBD8A
Text Example
Text Example
White with #8EBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD8A; }
p { color: rgb(142,189,138); }
H1.HeaderClassName
{
color: #8EBD8A;
}
.AnyTagClassName
{
color: #8EBD8A;
}
</style>
background-color css
<style>
a { background-color: #8EBD8A; }
a { background-color: rgb(142,189,138); }
div.DivClassName
{
background-color: #8EBD8A;
}
.BgClassName
{
background-color: #8EBD8A;
}
</style>
border-color css
<style>
span { border-color: #8EBD8A; }
span { border-color: rgb(142,189,138); }
td.TdClassName
{
border-color: #8EBD8A;
}
.TagClassName
{
border-color: #8EBD8A;
}
</style>