Shades of Dark Sea Green #8EBA8C
Tints of Dark Sea Green #8EBA8C
RGB
CMYK
RGB Variations
Color information
#8EBA8C (or 0x8EBA8C) is known color: Dark Sea Green. HEX triplet: 8E, BA and 8C. RGB value is (142,186,140). Sum of RGB (Red+Green+Blue) = 142+186+140=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBA8C is #714573. Grayscale: #A7A7A7. Windows color (decimal): -7423348 or 9222798. OLE color: 9222798.
HSL color Cylindrical-coordinate representation of color #8EBA8C: hue angle of 117.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBA8C is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 140 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.27 |
| HSL | 117.39º | 0.25% | 0.64% | - |
| HSV(B) | 117.39º | 0.25% | 0.73% | - |
| XYZ | 33.45 | 42.76 | 31.3 | - |
| YUV | 167.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 140 | 0.24 | 0 | 0.25 | 0.27 | 117.39 | 0.25 | 0.64 |
| Hex | 8E | BA | 8C | 18 | 0 | 19 | 1B | 75 | 19 | 40 |
| Octal | 216 | 272 | 214 | 30 | 0 | 31 | 33 | 165 | 31 | 100 |
| Binary | 10001110 | 10111010 | 10001100 | 11000 | 0 | 11001 | 11011 | 1110101 | 11001 | 1000000 |
Color Harmonies of #8EBA8C
Complementary color
Monochromatic Colors of #8EBA8C
Black with #8EBA8C
Text Example
Text Example
White with #8EBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA8C; }
p { color: rgb(142,186,140); }
H1.HeaderClassName
{
color: #8EBA8C;
}
.AnyTagClassName
{
color: #8EBA8C;
}
</style>
background-color css
<style>
a { background-color: #8EBA8C; }
a { background-color: rgb(142,186,140); }
div.DivClassName
{
background-color: #8EBA8C;
}
.BgClassName
{
background-color: #8EBA8C;
}
</style>
border-color css
<style>
span { border-color: #8EBA8C; }
span { border-color: rgb(142,186,140); }
td.TdClassName
{
border-color: #8EBA8C;
}
.TagClassName
{
border-color: #8EBA8C;
}
</style>