Shades of Shadow Green #9CCBBB
Tints of Shadow Green #9CCBBB
RGB
CMYK
RGB Variations
Color information
#9CCBBB (or 0x9CCBBB) is known color: Shadow Green. HEX triplet: 9C, CB and BB. RGB value is (156,203,187). Sum of RGB (Red+Green+Blue) = 156+203+187=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBBB is #633444. Grayscale: #BBBBBB. Windows color (decimal): -6501445 or 12307356. OLE color: 12307356.
HSL color Cylindrical-coordinate representation of color #9CCBBB: hue angle of 159.57º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBBB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 187 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.20 |
| HSL | 159.57º | 0.31% | 0.7% | - |
| HSV(B) | 159.57º | 0.23% | 0.8% | - |
| XYZ | 44.04 | 53.37 | 54.99 | - |
| YUV | 187.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 187 | 0.23 | 0 | 0.08 | 0.20 | 159.57 | 0.31 | 0.7 |
| Hex | 9C | CB | BB | 17 | 0 | 8 | 14 | A0 | 1F | 46 |
| Octal | 234 | 313 | 273 | 27 | 0 | 10 | 24 | 240 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10111011 | 10111 | 0 | 1000 | 10100 | 10100000 | 11111 | 1000110 |
Color Harmonies of #9CCBBB
Complementary color
Monochromatic Colors of #9CCBBB
Black with #9CCBBB
Text Example
Text Example
White with #9CCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBBB; }
p { color: rgb(156,203,187); }
H1.HeaderClassName
{
color: #9CCBBB;
}
.AnyTagClassName
{
color: #9CCBBB;
}
</style>
background-color css
<style>
a { background-color: #9CCBBB; }
a { background-color: rgb(156,203,187); }
div.DivClassName
{
background-color: #9CCBBB;
}
.BgClassName
{
background-color: #9CCBBB;
}
</style>
border-color css
<style>
span { border-color: #9CCBBB; }
span { border-color: rgb(156,203,187); }
td.TdClassName
{
border-color: #9CCBBB;
}
.TagClassName
{
border-color: #9CCBBB;
}
</style>