Shades of Shadow Green #8EBDAC
Tints of Shadow Green #8EBDAC
RGB
CMYK
RGB Variations
Color information
#8EBDAC (or 0x8EBDAC) is known color: Shadow Green. HEX triplet: 8E, BD and AC. RGB value is (142,189,172). Sum of RGB (Red+Green+Blue) = 142+189+172=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBDAC is #714253. Grayscale: #ADADAD. Windows color (decimal): -7422548 or 11320718. OLE color: 11320718.
HSL color Cylindrical-coordinate representation of color #8EBDAC: hue angle of 158.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBDAC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 172 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.26 |
| HSL | 158.3º | 0.26% | 0.65% | - |
| HSV(B) | 158.3º | 0.25% | 0.74% | - |
| XYZ | 36.8 | 45.12 | 45.8 | - |
| YUV | 173.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 172 | 0.25 | 0 | 0.09 | 0.26 | 158.3 | 0.26 | 0.65 |
| Hex | 8E | BD | AC | 19 | 0 | 9 | 1A | 9E | 1A | 41 |
| Octal | 216 | 275 | 254 | 31 | 0 | 11 | 32 | 236 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10101100 | 11001 | 0 | 1001 | 11010 | 10011110 | 11010 | 1000001 |
Color Harmonies of #8EBDAC
Complementary color
Monochromatic Colors of #8EBDAC
Black with #8EBDAC
Text Example
Text Example
White with #8EBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDAC; }
p { color: rgb(142,189,172); }
H1.HeaderClassName
{
color: #8EBDAC;
}
.AnyTagClassName
{
color: #8EBDAC;
}
</style>
background-color css
<style>
a { background-color: #8EBDAC; }
a { background-color: rgb(142,189,172); }
div.DivClassName
{
background-color: #8EBDAC;
}
.BgClassName
{
background-color: #8EBDAC;
}
</style>
border-color css
<style>
span { border-color: #8EBDAC; }
span { border-color: rgb(142,189,172); }
td.TdClassName
{
border-color: #8EBDAC;
}
.TagClassName
{
border-color: #8EBDAC;
}
</style>