Shades of Shadow Green #9CC2BC
Tints of Shadow Green #9CC2BC
RGB
CMYK
RGB Variations
Color information
#9CC2BC (or 0x9CC2BC) is known color: Shadow Green. HEX triplet: 9C, C2 and BC. RGB value is (156,194,188). Sum of RGB (Red+Green+Blue) = 156+194+188=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2BC is #633D43. Grayscale: #B5B5B5. Windows color (decimal): -6503748 or 12370588. OLE color: 12370588.
HSL color Cylindrical-coordinate representation of color #9CC2BC: hue angle of 170.53º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC2BC is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 188 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.24 |
| HSL | 170.53º | 0.24% | 0.69% | - |
| HSV(B) | 170.53º | 0.2% | 0.76% | - |
| XYZ | 42.08 | 49.28 | 54.87 | - |
| YUV | 181.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 188 | 0.20 | 0 | 0.03 | 0.24 | 170.53 | 0.24 | 0.69 |
| Hex | 9C | C2 | BC | 14 | 0 | 3 | 18 | AB | 18 | 45 |
| Octal | 234 | 302 | 274 | 24 | 0 | 3 | 30 | 253 | 30 | 105 |
| Binary | 10011100 | 11000010 | 10111100 | 10100 | 0 | 11 | 11000 | 10101011 | 11000 | 1000101 |
Color Harmonies of #9CC2BC
Complementary color
Monochromatic Colors of #9CC2BC
Black with #9CC2BC
Text Example
Text Example
White with #9CC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2BC; }
p { color: rgb(156,194,188); }
H1.HeaderClassName
{
color: #9CC2BC;
}
.AnyTagClassName
{
color: #9CC2BC;
}
</style>
background-color css
<style>
a { background-color: #9CC2BC; }
a { background-color: rgb(156,194,188); }
div.DivClassName
{
background-color: #9CC2BC;
}
.BgClassName
{
background-color: #9CC2BC;
}
</style>
border-color css
<style>
span { border-color: #9CC2BC; }
span { border-color: rgb(156,194,188); }
td.TdClassName
{
border-color: #9CC2BC;
}
.TagClassName
{
border-color: #9CC2BC;
}
</style>