Shades of Dark Sea Green #8EC484
Tints of Dark Sea Green #8EC484
RGB
CMYK
RGB Variations
Color information
#8EC484 (or 0x8EC484) is known color: Dark Sea Green. HEX triplet: 8E, C4 and 84. RGB value is (142,196,132). Sum of RGB (Red+Green+Blue) = 142+196+132=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC484 is #713B7B. Grayscale: #ACACAC. Windows color (decimal): -7420796 or 8701070. OLE color: 8701070.
HSL color Cylindrical-coordinate representation of color #8EC484: hue angle of 110.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EC484 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 132 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.23 |
| HSL | 110.63º | 0.35% | 0.64% | - |
| HSV(B) | 110.63º | 0.33% | 0.77% | - |
| XYZ | 35.06 | 46.9 | 29.03 | - |
| YUV | 172.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 132 | 0.28 | 0 | 0.33 | 0.23 | 110.63 | 0.35 | 0.64 |
| Hex | 8E | C4 | 84 | 1C | 0 | 21 | 17 | 6F | 23 | 40 |
| Octal | 216 | 304 | 204 | 34 | 0 | 41 | 27 | 157 | 43 | 100 |
| Binary | 10001110 | 11000100 | 10000100 | 11100 | 0 | 100001 | 10111 | 1101111 | 100011 | 1000000 |
Color Harmonies of #8EC484
Complementary color
Monochromatic Colors of #8EC484
Black with #8EC484
Text Example
Text Example
White with #8EC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC484; }
p { color: rgb(142,196,132); }
H1.HeaderClassName
{
color: #8EC484;
}
.AnyTagClassName
{
color: #8EC484;
}
</style>
background-color css
<style>
a { background-color: #8EC484; }
a { background-color: rgb(142,196,132); }
div.DivClassName
{
background-color: #8EC484;
}
.BgClassName
{
background-color: #8EC484;
}
</style>
border-color css
<style>
span { border-color: #8EC484; }
span { border-color: rgb(142,196,132); }
td.TdClassName
{
border-color: #8EC484;
}
.TagClassName
{
border-color: #8EC484;
}
</style>