Shades of Shadow Green #9CCCBC
Tints of Shadow Green #9CCCBC
RGB
CMYK
RGB Variations
Color information
#9CCCBC (or 0x9CCCBC) is known color: Shadow Green. HEX triplet: 9C, CC and BC. RGB value is (156,204,188). Sum of RGB (Red+Green+Blue) = 156+204+188=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCBC is #633343. Grayscale: #BBBBBB. Windows color (decimal): -6501188 or 12373148. OLE color: 12373148.
HSL color Cylindrical-coordinate representation of color #9CCCBC: hue angle of 160º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCBC is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 188 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.2 |
| HSL | 160º | 0.32% | 0.71% | - |
| HSV(B) | 160º | 0.24% | 0.8% | - |
| XYZ | 44.38 | 53.88 | 55.64 | - |
| YUV | 187.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 188 | 0.24 | 0 | 0.08 | 0.2 | 160 | 0.32 | 0.71 |
| Hex | 9C | CC | BC | 18 | 0 | 8 | 14 | A0 | 20 | 47 |
| Octal | 234 | 314 | 274 | 30 | 0 | 10 | 24 | 240 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10111100 | 11000 | 0 | 1000 | 10100 | 10100000 | 100000 | 1000111 |
Color Harmonies of #9CCCBC
Complementary color
Monochromatic Colors of #9CCCBC
Black with #9CCCBC
Text Example
Text Example
White with #9CCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCBC; }
p { color: rgb(156,204,188); }
H1.HeaderClassName
{
color: #9CCCBC;
}
.AnyTagClassName
{
color: #9CCCBC;
}
</style>
background-color css
<style>
a { background-color: #9CCCBC; }
a { background-color: rgb(156,204,188); }
div.DivClassName
{
background-color: #9CCCBC;
}
.BgClassName
{
background-color: #9CCCBC;
}
</style>
border-color css
<style>
span { border-color: #9CCCBC; }
span { border-color: rgb(156,204,188); }
td.TdClassName
{
border-color: #9CCCBC;
}
.TagClassName
{
border-color: #9CCCBC;
}
</style>