Shades of Shadow Green #8EC4BC
Tints of Shadow Green #8EC4BC
RGB
CMYK
RGB Variations
Color information
#8EC4BC (or 0x8EC4BC) is known color: Shadow Green. HEX triplet: 8E, C4 and BC. RGB value is (142,196,188). Sum of RGB (Red+Green+Blue) = 142+196+188=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4BC is #713B43. Grayscale: #B2B2B2. Windows color (decimal): -7420740 or 12371086. OLE color: 12371086.
HSL color Cylindrical-coordinate representation of color #8EC4BC: hue angle of 171.11º 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 #8EC4BC is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 188 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.23 |
| HSL | 171.11º | 0.31% | 0.66% | - |
| HSV(B) | 171.11º | 0.28% | 0.77% | - |
| XYZ | 39.97 | 48.86 | 54.9 | - |
| YUV | 178.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 188 | 0.28 | 0 | 0.04 | 0.23 | 171.11 | 0.31 | 0.66 |
| Hex | 8E | C4 | BC | 1C | 0 | 4 | 17 | AB | 1F | 42 |
| Octal | 216 | 304 | 274 | 34 | 0 | 4 | 27 | 253 | 37 | 102 |
| Binary | 10001110 | 11000100 | 10111100 | 11100 | 0 | 100 | 10111 | 10101011 | 11111 | 1000010 |
Color Harmonies of #8EC4BC
Complementary color
Monochromatic Colors of #8EC4BC
Black with #8EC4BC
Text Example
Text Example
White with #8EC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4BC; }
p { color: rgb(142,196,188); }
H1.HeaderClassName
{
color: #8EC4BC;
}
.AnyTagClassName
{
color: #8EC4BC;
}
</style>
background-color css
<style>
a { background-color: #8EC4BC; }
a { background-color: rgb(142,196,188); }
div.DivClassName
{
background-color: #8EC4BC;
}
.BgClassName
{
background-color: #8EC4BC;
}
</style>
border-color css
<style>
span { border-color: #8EC4BC; }
span { border-color: rgb(142,196,188); }
td.TdClassName
{
border-color: #8EC4BC;
}
.TagClassName
{
border-color: #8EC4BC;
}
</style>