Shades of Shadow Green #8EBAAE
Tints of Shadow Green #8EBAAE
RGB
CMYK
RGB Variations
Color information
#8EBAAE (or 0x8EBAAE) is known color: Shadow Green. HEX triplet: 8E, BA and AE. RGB value is (142,186,174). Sum of RGB (Red+Green+Blue) = 142+186+174=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAAE is #714551. Grayscale: #ABABAB. Windows color (decimal): -7423314 or 11451022. OLE color: 11451022.
HSL color Cylindrical-coordinate representation of color #8EBAAE: hue angle of 163.64º 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 #8EBAAE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 174 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.27 |
| HSL | 163.64º | 0.24% | 0.64% | - |
| HSV(B) | 163.64º | 0.24% | 0.73% | - |
| XYZ | 36.35 | 43.92 | 46.61 | - |
| YUV | 171.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 174 | 0.24 | 0 | 0.06 | 0.27 | 163.64 | 0.24 | 0.64 |
| Hex | 8E | BA | AE | 18 | 0 | 6 | 1B | A4 | 18 | 40 |
| Octal | 216 | 272 | 256 | 30 | 0 | 6 | 33 | 244 | 30 | 100 |
| Binary | 10001110 | 10111010 | 10101110 | 11000 | 0 | 110 | 11011 | 10100100 | 11000 | 1000000 |
Color Harmonies of #8EBAAE
Complementary color
Monochromatic Colors of #8EBAAE
Black with #8EBAAE
Text Example
Text Example
White with #8EBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAAE; }
p { color: rgb(142,186,174); }
H1.HeaderClassName
{
color: #8EBAAE;
}
.AnyTagClassName
{
color: #8EBAAE;
}
</style>
background-color css
<style>
a { background-color: #8EBAAE; }
a { background-color: rgb(142,186,174); }
div.DivClassName
{
background-color: #8EBAAE;
}
.BgClassName
{
background-color: #8EBAAE;
}
</style>
border-color css
<style>
span { border-color: #8EBAAE; }
span { border-color: rgb(142,186,174); }
td.TdClassName
{
border-color: #8EBAAE;
}
.TagClassName
{
border-color: #8EBAAE;
}
</style>