Shades of Shadow Green #8EBDAF
Tints of Shadow Green #8EBDAF
RGB
CMYK
RGB Variations
Color information
#8EBDAF (or 0x8EBDAF) is known color: Shadow Green. HEX triplet: 8E, BD and AF. RGB value is (142,189,175). Sum of RGB (Red+Green+Blue) = 142+189+175=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBDAF is #714250. Grayscale: #ADADAD. Windows color (decimal): -7422545 or 11517326. OLE color: 11517326.
HSL color Cylindrical-coordinate representation of color #8EBDAF: hue angle of 162.13º 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 #8EBDAF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 175 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.26 |
| HSL | 162.13º | 0.26% | 0.65% | - |
| HSV(B) | 162.13º | 0.25% | 0.74% | - |
| XYZ | 37.09 | 45.24 | 47.33 | - |
| YUV | 173.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 175 | 0.25 | 0 | 0.07 | 0.26 | 162.13 | 0.26 | 0.65 |
| Hex | 8E | BD | AF | 19 | 0 | 7 | 1A | A2 | 1A | 41 |
| Octal | 216 | 275 | 257 | 31 | 0 | 7 | 32 | 242 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10101111 | 11001 | 0 | 111 | 11010 | 10100010 | 11010 | 1000001 |
Color Harmonies of #8EBDAF
Complementary color
Monochromatic Colors of #8EBDAF
Black with #8EBDAF
Text Example
Text Example
White with #8EBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDAF; }
p { color: rgb(142,189,175); }
H1.HeaderClassName
{
color: #8EBDAF;
}
.AnyTagClassName
{
color: #8EBDAF;
}
</style>
background-color css
<style>
a { background-color: #8EBDAF; }
a { background-color: rgb(142,189,175); }
div.DivClassName
{
background-color: #8EBDAF;
}
.BgClassName
{
background-color: #8EBDAF;
}
</style>
border-color css
<style>
span { border-color: #8EBDAF; }
span { border-color: rgb(142,189,175); }
td.TdClassName
{
border-color: #8EBDAF;
}
.TagClassName
{
border-color: #8EBDAF;
}
</style>