Shades of Shadow Green #9CCBBC
Tints of Shadow Green #9CCBBC
RGB
CMYK
RGB Variations
Color information
#9CCBBC (or 0x9CCBBC) is known color: Shadow Green. HEX triplet: 9C, CB and BC. RGB value is (156,203,188). Sum of RGB (Red+Green+Blue) = 156+203+188=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBBC is #633443. Grayscale: #BBBBBB. Windows color (decimal): -6501444 or 12372892. OLE color: 12372892.
HSL color Cylindrical-coordinate representation of color #9CCBBC: hue angle of 160.85º 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 #9CCBBC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 188 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.20 |
| HSL | 160.85º | 0.31% | 0.7% | - |
| HSV(B) | 160.85º | 0.23% | 0.8% | - |
| XYZ | 44.14 | 53.41 | 55.56 | - |
| YUV | 187.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 188 | 0.23 | 0 | 0.07 | 0.20 | 160.85 | 0.31 | 0.7 |
| Hex | 9C | CB | BC | 17 | 0 | 7 | 14 | A1 | 1F | 46 |
| Octal | 234 | 313 | 274 | 27 | 0 | 7 | 24 | 241 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10111100 | 10111 | 0 | 111 | 10100 | 10100001 | 11111 | 1000110 |
Color Harmonies of #9CCBBC
Complementary color
Monochromatic Colors of #9CCBBC
Black with #9CCBBC
Text Example
Text Example
White with #9CCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBBC; }
p { color: rgb(156,203,188); }
H1.HeaderClassName
{
color: #9CCBBC;
}
.AnyTagClassName
{
color: #9CCBBC;
}
</style>
background-color css
<style>
a { background-color: #9CCBBC; }
a { background-color: rgb(156,203,188); }
div.DivClassName
{
background-color: #9CCBBC;
}
.BgClassName
{
background-color: #9CCBBC;
}
</style>
border-color css
<style>
span { border-color: #9CCBBC; }
span { border-color: rgb(156,203,188); }
td.TdClassName
{
border-color: #9CCBBC;
}
.TagClassName
{
border-color: #9CCBBC;
}
</style>