Shades of Shadow Green #8CC5B3
Tints of Shadow Green #8CC5B3
RGB
CMYK
RGB Variations
Color information
#8CC5B3 (or 0x8CC5B3) is known color: Shadow Green. HEX triplet: 8C, C5 and B3. RGB value is (140,197,179). Sum of RGB (Red+Green+Blue) = 140+197+179=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5B3 is #733A4C. Grayscale: #B1B1B1. Windows color (decimal): -7551565 or 11781516. OLE color: 11781516.
HSL color Cylindrical-coordinate representation of color #8CC5B3: hue angle of 161.05º degrees, saturation: 0.33, 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 #8CC5B3 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 179 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.23 |
| HSL | 161.05º | 0.33% | 0.66% | - |
| HSV(B) | 161.05º | 0.29% | 0.77% | - |
| XYZ | 38.92 | 48.76 | 50.01 | - |
| YUV | 177.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 179 | 0.29 | 0 | 0.09 | 0.23 | 161.05 | 0.33 | 0.66 |
| Hex | 8C | C5 | B3 | 1D | 0 | 9 | 17 | A1 | 21 | 42 |
| Octal | 214 | 305 | 263 | 35 | 0 | 11 | 27 | 241 | 41 | 102 |
| Binary | 10001100 | 11000101 | 10110011 | 11101 | 0 | 1001 | 10111 | 10100001 | 100001 | 1000010 |
Color Harmonies of #8CC5B3
Complementary color
Monochromatic Colors of #8CC5B3
Black with #8CC5B3
Text Example
Text Example
White with #8CC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC5B3; }
p { color: rgb(140,197,179); }
H1.HeaderClassName
{
color: #8CC5B3;
}
.AnyTagClassName
{
color: #8CC5B3;
}
</style>
background-color css
<style>
a { background-color: #8CC5B3; }
a { background-color: rgb(140,197,179); }
div.DivClassName
{
background-color: #8CC5B3;
}
.BgClassName
{
background-color: #8CC5B3;
}
</style>
border-color css
<style>
span { border-color: #8CC5B3; }
span { border-color: rgb(140,197,179); }
td.TdClassName
{
border-color: #8CC5B3;
}
.TagClassName
{
border-color: #8CC5B3;
}
</style>