Shades of Shadow Green #8EC0B9
Tints of Shadow Green #8EC0B9
RGB
CMYK
RGB Variations
Color information
#8EC0B9 (or 0x8EC0B9) is known color: Shadow Green. HEX triplet: 8E, C0 and B9. RGB value is (142,192,185). Sum of RGB (Red+Green+Blue) = 142+192+185=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0B9 is #713F46. Grayscale: #B0B0B0. Windows color (decimal): -7421767 or 12173454. OLE color: 12173454.
HSL color Cylindrical-coordinate representation of color #8EC0B9: hue angle of 171.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EC0B9 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 185 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.25 |
| HSL | 171.6º | 0.28% | 0.65% | - |
| HSV(B) | 171.6º | 0.26% | 0.75% | - |
| XYZ | 38.76 | 46.95 | 52.92 | - |
| YUV | 176.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 185 | 0.26 | 0 | 0.04 | 0.25 | 171.6 | 0.28 | 0.65 |
| Hex | 8E | C0 | B9 | 1A | 0 | 4 | 19 | AC | 1C | 41 |
| Octal | 216 | 300 | 271 | 32 | 0 | 4 | 31 | 254 | 34 | 101 |
| Binary | 10001110 | 11000000 | 10111001 | 11010 | 0 | 100 | 11001 | 10101100 | 11100 | 1000001 |
Color Harmonies of #8EC0B9
Complementary color
Monochromatic Colors of #8EC0B9
Black with #8EC0B9
Text Example
Text Example
White with #8EC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC0B9; }
p { color: rgb(142,192,185); }
H1.HeaderClassName
{
color: #8EC0B9;
}
.AnyTagClassName
{
color: #8EC0B9;
}
</style>
background-color css
<style>
a { background-color: #8EC0B9; }
a { background-color: rgb(142,192,185); }
div.DivClassName
{
background-color: #8EC0B9;
}
.BgClassName
{
background-color: #8EC0B9;
}
</style>
border-color css
<style>
span { border-color: #8EC0B9; }
span { border-color: rgb(142,192,185); }
td.TdClassName
{
border-color: #8EC0B9;
}
.TagClassName
{
border-color: #8EC0B9;
}
</style>