Shades of Shadow Green #8EC4BD
Tints of Shadow Green #8EC4BD
RGB
CMYK
RGB Variations
Color information
#8EC4BD (or 0x8EC4BD) is known color: Shadow Green. HEX triplet: 8E, C4 and BD. RGB value is (142,196,189). Sum of RGB (Red+Green+Blue) = 142+196+189=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4BD is #713B42. Grayscale: #B3B3B3. Windows color (decimal): -7420739 or 12436622. OLE color: 12436622.
HSL color Cylindrical-coordinate representation of color #8EC4BD: hue angle of 172.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC4BD is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 189 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.23 |
| HSL | 172.22º | 0.31% | 0.66% | - |
| HSV(B) | 172.22º | 0.28% | 0.77% | - |
| XYZ | 40.08 | 48.9 | 55.47 | - |
| YUV | 179.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 189 | 0.28 | 0 | 0.04 | 0.23 | 172.22 | 0.31 | 0.66 |
| Hex | 8E | C4 | BD | 1C | 0 | 4 | 17 | AC | 1F | 42 |
| Octal | 216 | 304 | 275 | 34 | 0 | 4 | 27 | 254 | 37 | 102 |
| Binary | 10001110 | 11000100 | 10111101 | 11100 | 0 | 100 | 10111 | 10101100 | 11111 | 1000010 |
Color Harmonies of #8EC4BD
Complementary color
Monochromatic Colors of #8EC4BD
Black with #8EC4BD
Text Example
Text Example
White with #8EC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4BD; }
p { color: rgb(142,196,189); }
H1.HeaderClassName
{
color: #8EC4BD;
}
.AnyTagClassName
{
color: #8EC4BD;
}
</style>
background-color css
<style>
a { background-color: #8EC4BD; }
a { background-color: rgb(142,196,189); }
div.DivClassName
{
background-color: #8EC4BD;
}
.BgClassName
{
background-color: #8EC4BD;
}
</style>
border-color css
<style>
span { border-color: #8EC4BD; }
span { border-color: rgb(142,196,189); }
td.TdClassName
{
border-color: #8EC4BD;
}
.TagClassName
{
border-color: #8EC4BD;
}
</style>