Shades of Shadow Green #9CCABB
Tints of Shadow Green #9CCABB
RGB
CMYK
RGB Variations
Color information
#9CCABB (or 0x9CCABB) is known color: Shadow Green. HEX triplet: 9C, CA and BB. RGB value is (156,202,187). Sum of RGB (Red+Green+Blue) = 156+202+187=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCABB is #633544. Grayscale: #BABABA. Windows color (decimal): -6501701 or 12307100. OLE color: 12307100.
HSL color Cylindrical-coordinate representation of color #9CCABB: hue angle of 160.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCABB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 187 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.21 |
| HSL | 160.43º | 0.3% | 0.7% | - |
| HSV(B) | 160.43º | 0.23% | 0.79% | - |
| XYZ | 43.8 | 52.9 | 54.92 | - |
| YUV | 186.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 187 | 0.23 | 0 | 0.07 | 0.21 | 160.43 | 0.3 | 0.7 |
| Hex | 9C | CA | BB | 17 | 0 | 7 | 15 | A0 | 1E | 46 |
| Octal | 234 | 312 | 273 | 27 | 0 | 7 | 25 | 240 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10111011 | 10111 | 0 | 111 | 10101 | 10100000 | 11110 | 1000110 |
Color Harmonies of #9CCABB
Complementary color
Monochromatic Colors of #9CCABB
Black with #9CCABB
Text Example
Text Example
White with #9CCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCABB; }
p { color: rgb(156,202,187); }
H1.HeaderClassName
{
color: #9CCABB;
}
.AnyTagClassName
{
color: #9CCABB;
}
</style>
background-color css
<style>
a { background-color: #9CCABB; }
a { background-color: rgb(156,202,187); }
div.DivClassName
{
background-color: #9CCABB;
}
.BgClassName
{
background-color: #9CCABB;
}
</style>
border-color css
<style>
span { border-color: #9CCABB; }
span { border-color: rgb(156,202,187); }
td.TdClassName
{
border-color: #9CCABB;
}
.TagClassName
{
border-color: #9CCABB;
}
</style>