Shades of Shadow Green #8CC2B9
Tints of Shadow Green #8CC2B9
RGB
CMYK
RGB Variations
Color information
#8CC2B9 (or 0x8CC2B9) is known color: Shadow Green. HEX triplet: 8C, C2 and B9. RGB value is (140,194,185). Sum of RGB (Red+Green+Blue) = 140+194+185=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2B9 is #733D46. Grayscale: #B0B0B0. Windows color (decimal): -7552327 or 12173964. OLE color: 12173964.
HSL color Cylindrical-coordinate representation of color #8CC2B9: hue angle of 170º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC2B9 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 185 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.24 |
| HSL | 170º | 0.31% | 0.65% | - |
| HSV(B) | 170º | 0.28% | 0.76% | - |
| XYZ | 38.86 | 47.66 | 53.05 | - |
| YUV | 176.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 185 | 0.28 | 0 | 0.05 | 0.24 | 170 | 0.31 | 0.65 |
| Hex | 8C | C2 | B9 | 1C | 0 | 5 | 18 | AA | 1F | 41 |
| Octal | 214 | 302 | 271 | 34 | 0 | 5 | 30 | 252 | 37 | 101 |
| Binary | 10001100 | 11000010 | 10111001 | 11100 | 0 | 101 | 11000 | 10101010 | 11111 | 1000001 |
Color Harmonies of #8CC2B9
Complementary color
Monochromatic Colors of #8CC2B9
Black with #8CC2B9
Text Example
Text Example
White with #8CC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2B9; }
p { color: rgb(140,194,185); }
H1.HeaderClassName
{
color: #8CC2B9;
}
.AnyTagClassName
{
color: #8CC2B9;
}
</style>
background-color css
<style>
a { background-color: #8CC2B9; }
a { background-color: rgb(140,194,185); }
div.DivClassName
{
background-color: #8CC2B9;
}
.BgClassName
{
background-color: #8CC2B9;
}
</style>
border-color css
<style>
span { border-color: #8CC2B9; }
span { border-color: rgb(140,194,185); }
td.TdClassName
{
border-color: #8CC2B9;
}
.TagClassName
{
border-color: #8CC2B9;
}
</style>