Shades of Dark Sea Green #8EC496
Tints of Dark Sea Green #8EC496
RGB
CMYK
RGB Variations
Color information
#8EC496 (or 0x8EC496) is known color: Dark Sea Green. HEX triplet: 8E, C4 and 96. RGB value is (142,196,150). Sum of RGB (Red+Green+Blue) = 142+196+150=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC496 is #713B69. Grayscale: #AEAEAE. Windows color (decimal): -7420778 or 9880718. OLE color: 9880718.
HSL color Cylindrical-coordinate representation of color #8EC496: hue angle of 128.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC496 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 150 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.23 |
| HSL | 128.89º | 0.31% | 0.66% | - |
| HSV(B) | 128.89º | 0.28% | 0.77% | - |
| XYZ | 36.4 | 47.43 | 36.09 | - |
| YUV | 174.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 150 | 0.28 | 0 | 0.23 | 0.23 | 128.89 | 0.31 | 0.66 |
| Hex | 8E | C4 | 96 | 1C | 0 | 17 | 17 | 81 | 1F | 42 |
| Octal | 216 | 304 | 226 | 34 | 0 | 27 | 27 | 201 | 37 | 102 |
| Binary | 10001110 | 11000100 | 10010110 | 11100 | 0 | 10111 | 10111 | 10000001 | 11111 | 1000010 |
Color Harmonies of #8EC496
Complementary color
Monochromatic Colors of #8EC496
Black with #8EC496
Text Example
Text Example
White with #8EC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC496; }
p { color: rgb(142,196,150); }
H1.HeaderClassName
{
color: #8EC496;
}
.AnyTagClassName
{
color: #8EC496;
}
</style>
background-color css
<style>
a { background-color: #8EC496; }
a { background-color: rgb(142,196,150); }
div.DivClassName
{
background-color: #8EC496;
}
.BgClassName
{
background-color: #8EC496;
}
</style>
border-color css
<style>
span { border-color: #8EC496; }
span { border-color: rgb(142,196,150); }
td.TdClassName
{
border-color: #8EC496;
}
.TagClassName
{
border-color: #8EC496;
}
</style>