Shades of Shadow Green #8EC2B9
Tints of Shadow Green #8EC2B9
RGB
CMYK
RGB Variations
Color information
#8EC2B9 (or 0x8EC2B9) is known color: Shadow Green. HEX triplet: 8E, C2 and B9. RGB value is (142,194,185). Sum of RGB (Red+Green+Blue) = 142+194+185=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2B9 is #713D46. Grayscale: #B1B1B1. Windows color (decimal): -7421255 or 12173966. OLE color: 12173966.
HSL color Cylindrical-coordinate representation of color #8EC2B9: hue angle of 169.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EC2B9 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 185 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.24 |
| HSL | 169.62º | 0.3% | 0.66% | - |
| HSV(B) | 169.62º | 0.27% | 0.76% | - |
| XYZ | 39.2 | 47.84 | 53.07 | - |
| YUV | 177.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 185 | 0.27 | 0 | 0.05 | 0.24 | 169.62 | 0.3 | 0.66 |
| Hex | 8E | C2 | B9 | 1B | 0 | 5 | 18 | AA | 1E | 42 |
| Octal | 216 | 302 | 271 | 33 | 0 | 5 | 30 | 252 | 36 | 102 |
| Binary | 10001110 | 11000010 | 10111001 | 11011 | 0 | 101 | 11000 | 10101010 | 11110 | 1000010 |
Color Harmonies of #8EC2B9
Complementary color
Monochromatic Colors of #8EC2B9
Black with #8EC2B9
Text Example
Text Example
White with #8EC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2B9; }
p { color: rgb(142,194,185); }
H1.HeaderClassName
{
color: #8EC2B9;
}
.AnyTagClassName
{
color: #8EC2B9;
}
</style>
background-color css
<style>
a { background-color: #8EC2B9; }
a { background-color: rgb(142,194,185); }
div.DivClassName
{
background-color: #8EC2B9;
}
.BgClassName
{
background-color: #8EC2B9;
}
</style>
border-color css
<style>
span { border-color: #8EC2B9; }
span { border-color: rgb(142,194,185); }
td.TdClassName
{
border-color: #8EC2B9;
}
.TagClassName
{
border-color: #8EC2B9;
}
</style>