Shades of Dark Sea Green #8EC382
Tints of Dark Sea Green #8EC382
RGB
CMYK
RGB Variations
Color information
#8EC382 (or 0x8EC382) is known color: Dark Sea Green. HEX triplet: 8E, C3 and 82. RGB value is (142,195,130). Sum of RGB (Red+Green+Blue) = 142+195+130=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC382 is #713C7D. Grayscale: #ABABAB. Windows color (decimal): -7421054 or 8569742. OLE color: 8569742.
HSL color Cylindrical-coordinate representation of color #8EC382: hue angle of 108.92º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EC382 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 130 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.24 |
| HSL | 108.92º | 0.35% | 0.64% | - |
| HSV(B) | 108.92º | 0.33% | 0.76% | - |
| XYZ | 34.7 | 46.39 | 28.24 | - |
| YUV | 171.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 130 | 0.27 | 0 | 0.33 | 0.24 | 108.92 | 0.35 | 0.64 |
| Hex | 8E | C3 | 82 | 1B | 0 | 21 | 18 | 6D | 23 | 40 |
| Octal | 216 | 303 | 202 | 33 | 0 | 41 | 30 | 155 | 43 | 100 |
| Binary | 10001110 | 11000011 | 10000010 | 11011 | 0 | 100001 | 11000 | 1101101 | 100011 | 1000000 |
Color Harmonies of #8EC382
Complementary color
Monochromatic Colors of #8EC382
Black with #8EC382
Text Example
Text Example
White with #8EC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC382; }
p { color: rgb(142,195,130); }
H1.HeaderClassName
{
color: #8EC382;
}
.AnyTagClassName
{
color: #8EC382;
}
</style>
background-color css
<style>
a { background-color: #8EC382; }
a { background-color: rgb(142,195,130); }
div.DivClassName
{
background-color: #8EC382;
}
.BgClassName
{
background-color: #8EC382;
}
</style>
border-color css
<style>
span { border-color: #8EC382; }
span { border-color: rgb(142,195,130); }
td.TdClassName
{
border-color: #8EC382;
}
.TagClassName
{
border-color: #8EC382;
}
</style>