Shades of Dark Sea Green #8EC485
Tints of Dark Sea Green #8EC485
RGB
CMYK
RGB Variations
Color information
#8EC485 (or 0x8EC485) is known color: Dark Sea Green. HEX triplet: 8E, C4 and 85. RGB value is (142,196,133). Sum of RGB (Red+Green+Blue) = 142+196+133=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC485 is #713B7A. Grayscale: #ACACAC. Windows color (decimal): -7420795 or 8766606. OLE color: 8766606.
HSL color Cylindrical-coordinate representation of color #8EC485: hue angle of 111.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EC485 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 133 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.23 |
| HSL | 111.43º | 0.35% | 0.65% | - |
| HSV(B) | 111.43º | 0.32% | 0.77% | - |
| XYZ | 35.13 | 46.92 | 29.4 | - |
| YUV | 172.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 133 | 0.28 | 0 | 0.32 | 0.23 | 111.43 | 0.35 | 0.65 |
| Hex | 8E | C4 | 85 | 1C | 0 | 20 | 17 | 6F | 23 | 41 |
| Octal | 216 | 304 | 205 | 34 | 0 | 40 | 27 | 157 | 43 | 101 |
| Binary | 10001110 | 11000100 | 10000101 | 11100 | 0 | 100000 | 10111 | 1101111 | 100011 | 1000001 |
Color Harmonies of #8EC485
Complementary color
Monochromatic Colors of #8EC485
Black with #8EC485
Text Example
Text Example
White with #8EC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC485; }
p { color: rgb(142,196,133); }
H1.HeaderClassName
{
color: #8EC485;
}
.AnyTagClassName
{
color: #8EC485;
}
</style>
background-color css
<style>
a { background-color: #8EC485; }
a { background-color: rgb(142,196,133); }
div.DivClassName
{
background-color: #8EC485;
}
.BgClassName
{
background-color: #8EC485;
}
</style>
border-color css
<style>
span { border-color: #8EC485; }
span { border-color: rgb(142,196,133); }
td.TdClassName
{
border-color: #8EC485;
}
.TagClassName
{
border-color: #8EC485;
}
</style>