Shades of Shadow Green #8EBAAF
Tints of Shadow Green #8EBAAF
RGB
CMYK
RGB Variations
Color information
#8EBAAF (or 0x8EBAAF) is known color: Shadow Green. HEX triplet: 8E, BA and AF. RGB value is (142,186,175). Sum of RGB (Red+Green+Blue) = 142+186+175=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAAF is #714550. Grayscale: #ABABAB. Windows color (decimal): -7423313 or 11516558. OLE color: 11516558.
HSL color Cylindrical-coordinate representation of color #8EBAAF: hue angle of 165º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBAAF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 175 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.27 |
| HSL | 165º | 0.24% | 0.64% | - |
| HSV(B) | 165º | 0.24% | 0.73% | - |
| XYZ | 36.45 | 43.96 | 47.12 | - |
| YUV | 171.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 175 | 0.24 | 0 | 0.06 | 0.27 | 165 | 0.24 | 0.64 |
| Hex | 8E | BA | AF | 18 | 0 | 6 | 1B | A5 | 18 | 40 |
| Octal | 216 | 272 | 257 | 30 | 0 | 6 | 33 | 245 | 30 | 100 |
| Binary | 10001110 | 10111010 | 10101111 | 11000 | 0 | 110 | 11011 | 10100101 | 11000 | 1000000 |
Color Harmonies of #8EBAAF
Complementary color
Monochromatic Colors of #8EBAAF
Black with #8EBAAF
Text Example
Text Example
White with #8EBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAAF; }
p { color: rgb(142,186,175); }
H1.HeaderClassName
{
color: #8EBAAF;
}
.AnyTagClassName
{
color: #8EBAAF;
}
</style>
background-color css
<style>
a { background-color: #8EBAAF; }
a { background-color: rgb(142,186,175); }
div.DivClassName
{
background-color: #8EBAAF;
}
.BgClassName
{
background-color: #8EBAAF;
}
</style>
border-color css
<style>
span { border-color: #8EBAAF; }
span { border-color: rgb(142,186,175); }
td.TdClassName
{
border-color: #8EBAAF;
}
.TagClassName
{
border-color: #8EBAAF;
}
</style>