Shades of Shadow Green #8EC5B6
Tints of Shadow Green #8EC5B6
RGB
CMYK
RGB Variations
Color information
#8EC5B6 (or 0x8EC5B6) is known color: Shadow Green. HEX triplet: 8E, C5 and B6. RGB value is (142,197,182). Sum of RGB (Red+Green+Blue) = 142+197+182=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5B6 is #713A49. Grayscale: #B2B2B2. Windows color (decimal): -7420490 or 11978126. OLE color: 11978126.
HSL color Cylindrical-coordinate representation of color #8EC5B6: hue angle of 163.64º degrees, saturation: 0.32, 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 #8EC5B6 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 182 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.23 |
| HSL | 163.64º | 0.32% | 0.66% | - |
| HSV(B) | 163.64º | 0.28% | 0.77% | - |
| XYZ | 39.57 | 49.06 | 51.64 | - |
| YUV | 178.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 182 | 0.28 | 0 | 0.08 | 0.23 | 163.64 | 0.32 | 0.66 |
| Hex | 8E | C5 | B6 | 1C | 0 | 8 | 17 | A4 | 20 | 42 |
| Octal | 216 | 305 | 266 | 34 | 0 | 10 | 27 | 244 | 40 | 102 |
| Binary | 10001110 | 11000101 | 10110110 | 11100 | 0 | 1000 | 10111 | 10100100 | 100000 | 1000010 |
Color Harmonies of #8EC5B6
Complementary color
Monochromatic Colors of #8EC5B6
Black with #8EC5B6
Text Example
Text Example
White with #8EC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC5B6; }
p { color: rgb(142,197,182); }
H1.HeaderClassName
{
color: #8EC5B6;
}
.AnyTagClassName
{
color: #8EC5B6;
}
</style>
background-color css
<style>
a { background-color: #8EC5B6; }
a { background-color: rgb(142,197,182); }
div.DivClassName
{
background-color: #8EC5B6;
}
.BgClassName
{
background-color: #8EC5B6;
}
</style>
border-color css
<style>
span { border-color: #8EC5B6; }
span { border-color: rgb(142,197,182); }
td.TdClassName
{
border-color: #8EC5B6;
}
.TagClassName
{
border-color: #8EC5B6;
}
</style>