Shades of Shadow Green #9CC9BB
Tints of Shadow Green #9CC9BB
RGB
CMYK
RGB Variations
Color information
#9CC9BB (or 0x9CC9BB) is known color: Shadow Green. HEX triplet: 9C, C9 and BB. RGB value is (156,201,187). Sum of RGB (Red+Green+Blue) = 156+201+187=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC9BB is #633644. Grayscale: #B9B9B9. Windows color (decimal): -6501957 or 12306844. OLE color: 12306844.
HSL color Cylindrical-coordinate representation of color #9CC9BB: hue angle of 161.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CC9BB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 187 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.21 |
| HSL | 161.33º | 0.29% | 0.7% | - |
| HSV(B) | 161.33º | 0.22% | 0.79% | - |
| XYZ | 43.57 | 52.43 | 54.84 | - |
| YUV | 185.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 187 | 0.22 | 0 | 0.07 | 0.21 | 161.33 | 0.29 | 0.7 |
| Hex | 9C | C9 | BB | 16 | 0 | 7 | 15 | A1 | 1D | 46 |
| Octal | 234 | 311 | 273 | 26 | 0 | 7 | 25 | 241 | 35 | 106 |
| Binary | 10011100 | 11001001 | 10111011 | 10110 | 0 | 111 | 10101 | 10100001 | 11101 | 1000110 |
Color Harmonies of #9CC9BB
Complementary color
Monochromatic Colors of #9CC9BB
Black with #9CC9BB
Text Example
Text Example
White with #9CC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC9BB; }
p { color: rgb(156,201,187); }
H1.HeaderClassName
{
color: #9CC9BB;
}
.AnyTagClassName
{
color: #9CC9BB;
}
</style>
background-color css
<style>
a { background-color: #9CC9BB; }
a { background-color: rgb(156,201,187); }
div.DivClassName
{
background-color: #9CC9BB;
}
.BgClassName
{
background-color: #9CC9BB;
}
</style>
border-color css
<style>
span { border-color: #9CC9BB; }
span { border-color: rgb(156,201,187); }
td.TdClassName
{
border-color: #9CC9BB;
}
.TagClassName
{
border-color: #9CC9BB;
}
</style>