Shades of Shadow Green #8EC0AF
Tints of Shadow Green #8EC0AF
RGB
CMYK
RGB Variations
Color information
#8EC0AF (or 0x8EC0AF) is known color: Shadow Green. HEX triplet: 8E, C0 and AF. RGB value is (142,192,175). Sum of RGB (Red+Green+Blue) = 142+192+175=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC0AF is #713F50. Grayscale: #AFAFAF. Windows color (decimal): -7421777 or 11518094. OLE color: 11518094.
HSL color Cylindrical-coordinate representation of color #8EC0AF: hue angle of 159.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 #8EC0AF is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 175 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.25 |
| HSL | 159.6º | 0.28% | 0.65% | - |
| HSV(B) | 159.6º | 0.26% | 0.75% | - |
| XYZ | 37.74 | 46.55 | 47.55 | - |
| YUV | 175.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 175 | 0.26 | 0 | 0.09 | 0.25 | 159.6 | 0.28 | 0.65 |
| Hex | 8E | C0 | AF | 1A | 0 | 9 | 19 | A0 | 1C | 41 |
| Octal | 216 | 300 | 257 | 32 | 0 | 11 | 31 | 240 | 34 | 101 |
| Binary | 10001110 | 11000000 | 10101111 | 11010 | 0 | 1001 | 11001 | 10100000 | 11100 | 1000001 |
Color Harmonies of #8EC0AF
Complementary color
Monochromatic Colors of #8EC0AF
Black with #8EC0AF
Text Example
Text Example
White with #8EC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC0AF; }
p { color: rgb(142,192,175); }
H1.HeaderClassName
{
color: #8EC0AF;
}
.AnyTagClassName
{
color: #8EC0AF;
}
</style>
background-color css
<style>
a { background-color: #8EC0AF; }
a { background-color: rgb(142,192,175); }
div.DivClassName
{
background-color: #8EC0AF;
}
.BgClassName
{
background-color: #8EC0AF;
}
</style>
border-color css
<style>
span { border-color: #8EC0AF; }
span { border-color: rgb(142,192,175); }
td.TdClassName
{
border-color: #8EC0AF;
}
.TagClassName
{
border-color: #8EC0AF;
}
</style>