Shades of Shadow Green #9CC4BC
Tints of Shadow Green #9CC4BC
RGB
CMYK
RGB Variations
Color information
#9CC4BC (or 0x9CC4BC) is known color: Shadow Green. HEX triplet: 9C, C4 and BC. RGB value is (156,196,188). Sum of RGB (Red+Green+Blue) = 156+196+188=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC4BC is #633B43. Grayscale: #B7B7B7. Windows color (decimal): -6503236 or 12371100. OLE color: 12371100.
HSL color Cylindrical-coordinate representation of color #9CC4BC: hue angle of 168º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC4BC is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 188 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.23 |
| HSL | 168º | 0.25% | 0.69% | - |
| HSV(B) | 168º | 0.2% | 0.77% | - |
| XYZ | 42.53 | 50.18 | 55.02 | - |
| YUV | 183.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 188 | 0.20 | 0 | 0.04 | 0.23 | 168 | 0.25 | 0.69 |
| Hex | 9C | C4 | BC | 14 | 0 | 4 | 17 | A8 | 19 | 45 |
| Octal | 234 | 304 | 274 | 24 | 0 | 4 | 27 | 250 | 31 | 105 |
| Binary | 10011100 | 11000100 | 10111100 | 10100 | 0 | 100 | 10111 | 10101000 | 11001 | 1000101 |
Color Harmonies of #9CC4BC
Complementary color
Monochromatic Colors of #9CC4BC
Black with #9CC4BC
Text Example
Text Example
White with #9CC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC4BC; }
p { color: rgb(156,196,188); }
H1.HeaderClassName
{
color: #9CC4BC;
}
.AnyTagClassName
{
color: #9CC4BC;
}
</style>
background-color css
<style>
a { background-color: #9CC4BC; }
a { background-color: rgb(156,196,188); }
div.DivClassName
{
background-color: #9CC4BC;
}
.BgClassName
{
background-color: #9CC4BC;
}
</style>
border-color css
<style>
span { border-color: #9CC4BC; }
span { border-color: rgb(156,196,188); }
td.TdClassName
{
border-color: #9CC4BC;
}
.TagClassName
{
border-color: #9CC4BC;
}
</style>