Shades of Shadow Green #8CC2BA
Tints of Shadow Green #8CC2BA
RGB
CMYK
RGB Variations
Color information
#8CC2BA (or 0x8CC2BA) is known color: Shadow Green. HEX triplet: 8C, C2 and BA. RGB value is (140,194,186). Sum of RGB (Red+Green+Blue) = 140+194+186=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2BA is #733D45. Grayscale: #B0B0B0. Windows color (decimal): -7552326 or 12239500. OLE color: 12239500.
HSL color Cylindrical-coordinate representation of color #8CC2BA: hue angle of 171.11º 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 #8CC2BA is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 186 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.24 |
| HSL | 171.11º | 0.31% | 0.65% | - |
| HSV(B) | 171.11º | 0.28% | 0.76% | - |
| XYZ | 38.97 | 47.7 | 53.61 | - |
| YUV | 176.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 186 | 0.28 | 0 | 0.04 | 0.24 | 171.11 | 0.31 | 0.65 |
| Hex | 8C | C2 | BA | 1C | 0 | 4 | 18 | AB | 1F | 41 |
| Octal | 214 | 302 | 272 | 34 | 0 | 4 | 30 | 253 | 37 | 101 |
| Binary | 10001100 | 11000010 | 10111010 | 11100 | 0 | 100 | 11000 | 10101011 | 11111 | 1000001 |
Color Harmonies of #8CC2BA
Complementary color
Monochromatic Colors of #8CC2BA
Black with #8CC2BA
Text Example
Text Example
White with #8CC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2BA; }
p { color: rgb(140,194,186); }
H1.HeaderClassName
{
color: #8CC2BA;
}
.AnyTagClassName
{
color: #8CC2BA;
}
</style>
background-color css
<style>
a { background-color: #8CC2BA; }
a { background-color: rgb(140,194,186); }
div.DivClassName
{
background-color: #8CC2BA;
}
.BgClassName
{
background-color: #8CC2BA;
}
</style>
border-color css
<style>
span { border-color: #8CC2BA; }
span { border-color: rgb(140,194,186); }
td.TdClassName
{
border-color: #8CC2BA;
}
.TagClassName
{
border-color: #8CC2BA;
}
</style>