Shades of Shadow Green #8EC0BB
Tints of Shadow Green #8EC0BB
RGB
CMYK
RGB Variations
Color information
#8EC0BB (or 0x8EC0BB) is known color: Shadow Green. HEX triplet: 8E, C0 and BB. RGB value is (142,192,187). Sum of RGB (Red+Green+Blue) = 142+192+187=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0BB is #713F44. Grayscale: #B0B0B0. Windows color (decimal): -7421765 or 12304526. OLE color: 12304526.
HSL color Cylindrical-coordinate representation of color #8EC0BB: hue angle of 174º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EC0BB is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 187 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.25 |
| HSL | 174º | 0.28% | 0.65% | - |
| HSV(B) | 174º | 0.26% | 0.75% | - |
| XYZ | 38.97 | 47.04 | 54.04 | - |
| YUV | 176.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 187 | 0.26 | 0 | 0.03 | 0.25 | 174 | 0.28 | 0.65 |
| Hex | 8E | C0 | BB | 1A | 0 | 3 | 19 | AE | 1C | 41 |
| Octal | 216 | 300 | 273 | 32 | 0 | 3 | 31 | 256 | 34 | 101 |
| Binary | 10001110 | 11000000 | 10111011 | 11010 | 0 | 11 | 11001 | 10101110 | 11100 | 1000001 |
Color Harmonies of #8EC0BB
Complementary color
Monochromatic Colors of #8EC0BB
Black with #8EC0BB
Text Example
Text Example
White with #8EC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC0BB; }
p { color: rgb(142,192,187); }
H1.HeaderClassName
{
color: #8EC0BB;
}
.AnyTagClassName
{
color: #8EC0BB;
}
</style>
background-color css
<style>
a { background-color: #8EC0BB; }
a { background-color: rgb(142,192,187); }
div.DivClassName
{
background-color: #8EC0BB;
}
.BgClassName
{
background-color: #8EC0BB;
}
</style>
border-color css
<style>
span { border-color: #8EC0BB; }
span { border-color: rgb(142,192,187); }
td.TdClassName
{
border-color: #8EC0BB;
}
.TagClassName
{
border-color: #8EC0BB;
}
</style>