Shades of Shadow Green #8EBAB5
Tints of Shadow Green #8EBAB5
RGB
CMYK
RGB Variations
Color information
#8EBAB5 (or 0x8EBAB5) is known color: Shadow Green. HEX triplet: 8E, BA and B5. RGB value is (142,186,181). Sum of RGB (Red+Green+Blue) = 142+186+181=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAB5 is #71454A. Grayscale: #ACACAC. Windows color (decimal): -7423307 or 11909774. OLE color: 11909774.
HSL color Cylindrical-coordinate representation of color #8EBAB5: hue angle of 173.18º 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 #8EBAB5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 181 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.27 |
| HSL | 173.18º | 0.24% | 0.64% | - |
| HSV(B) | 173.18º | 0.24% | 0.73% | - |
| XYZ | 37.05 | 44.2 | 50.3 | - |
| YUV | 172.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 181 | 0.24 | 0 | 0.03 | 0.27 | 173.18 | 0.24 | 0.64 |
| Hex | 8E | BA | B5 | 18 | 0 | 3 | 1B | AD | 18 | 40 |
| Octal | 216 | 272 | 265 | 30 | 0 | 3 | 33 | 255 | 30 | 100 |
| Binary | 10001110 | 10111010 | 10110101 | 11000 | 0 | 11 | 11011 | 10101101 | 11000 | 1000000 |
Color Harmonies of #8EBAB5
Complementary color
Monochromatic Colors of #8EBAB5
Black with #8EBAB5
Text Example
Text Example
White with #8EBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAB5; }
p { color: rgb(142,186,181); }
H1.HeaderClassName
{
color: #8EBAB5;
}
.AnyTagClassName
{
color: #8EBAB5;
}
</style>
background-color css
<style>
a { background-color: #8EBAB5; }
a { background-color: rgb(142,186,181); }
div.DivClassName
{
background-color: #8EBAB5;
}
.BgClassName
{
background-color: #8EBAB5;
}
</style>
border-color css
<style>
span { border-color: #8EBAB5; }
span { border-color: rgb(142,186,181); }
td.TdClassName
{
border-color: #8EBAB5;
}
.TagClassName
{
border-color: #8EBAB5;
}
</style>