Shades of Shadow Green #8CC4B7
Tints of Shadow Green #8CC4B7
RGB
CMYK
RGB Variations
Color information
#8CC4B7 (or 0x8CC4B7) is known color: Shadow Green. HEX triplet: 8C, C4 and B7. RGB value is (140,196,183). Sum of RGB (Red+Green+Blue) = 140+196+183=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4B7 is #733B48. Grayscale: #B1B1B1. Windows color (decimal): -7551817 or 12043404. OLE color: 12043404.
HSL color Cylindrical-coordinate representation of color #8CC4B7: hue angle of 166.07º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC4B7 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 183 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.23 |
| HSL | 166.07º | 0.32% | 0.66% | - |
| HSV(B) | 166.07º | 0.29% | 0.77% | - |
| XYZ | 39.1 | 48.47 | 52.1 | - |
| YUV | 177.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 183 | 0.29 | 0 | 0.07 | 0.23 | 166.07 | 0.32 | 0.66 |
| Hex | 8C | C4 | B7 | 1D | 0 | 7 | 17 | A6 | 20 | 42 |
| Octal | 214 | 304 | 267 | 35 | 0 | 7 | 27 | 246 | 40 | 102 |
| Binary | 10001100 | 11000100 | 10110111 | 11101 | 0 | 111 | 10111 | 10100110 | 100000 | 1000010 |
Color Harmonies of #8CC4B7
Complementary color
Monochromatic Colors of #8CC4B7
Black with #8CC4B7
Text Example
Text Example
White with #8CC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4B7; }
p { color: rgb(140,196,183); }
H1.HeaderClassName
{
color: #8CC4B7;
}
.AnyTagClassName
{
color: #8CC4B7;
}
</style>
background-color css
<style>
a { background-color: #8CC4B7; }
a { background-color: rgb(140,196,183); }
div.DivClassName
{
background-color: #8CC4B7;
}
.BgClassName
{
background-color: #8CC4B7;
}
</style>
border-color css
<style>
span { border-color: #8CC4B7; }
span { border-color: rgb(140,196,183); }
td.TdClassName
{
border-color: #8CC4B7;
}
.TagClassName
{
border-color: #8CC4B7;
}
</style>