Shades of Chinook #9CCCAC
Tints of Chinook #9CCCAC
RGB
CMYK
RGB Variations
Color information
#9CCCAC (or 0x9CCCAC) is known color: Chinook. HEX triplet: 9C, CC and AC. RGB value is (156,204,172). Sum of RGB (Red+Green+Blue) = 156+204+172=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAC is #633353. Grayscale: #BABABA. Windows color (decimal): -6501204 or 11324572. OLE color: 11324572.
HSL color Cylindrical-coordinate representation of color #9CCCAC: hue angle of 140º 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 #9CCCAC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 172 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.2 |
| HSL | 140º | 0.32% | 0.71% | - |
| HSV(B) | 140º | 0.24% | 0.8% | - |
| XYZ | 42.75 | 53.23 | 47.05 | - |
| YUV | 186 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 172 | 0.24 | 0 | 0.16 | 0.2 | 140 | 0.32 | 0.71 |
| Hex | 9C | CC | AC | 18 | 0 | 10 | 14 | 8C | 20 | 47 |
| Octal | 234 | 314 | 254 | 30 | 0 | 20 | 24 | 214 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10101100 | 11000 | 0 | 10000 | 10100 | 10001100 | 100000 | 1000111 |
Color Harmonies of #9CCCAC
Complementary color
Monochromatic Colors of #9CCCAC
Black with #9CCCAC
Text Example
Text Example
White with #9CCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCAC; }
p { color: rgb(156,204,172); }
H1.HeaderClassName
{
color: #9CCCAC;
}
.AnyTagClassName
{
color: #9CCCAC;
}
</style>
background-color css
<style>
a { background-color: #9CCCAC; }
a { background-color: rgb(156,204,172); }
div.DivClassName
{
background-color: #9CCCAC;
}
.BgClassName
{
background-color: #9CCCAC;
}
</style>
border-color css
<style>
span { border-color: #9CCCAC; }
span { border-color: rgb(156,204,172); }
td.TdClassName
{
border-color: #9CCCAC;
}
.TagClassName
{
border-color: #9CCCAC;
}
</style>