Shades of Chinook #9FCCAA
Tints of Chinook #9FCCAA
RGB
CMYK
RGB Variations
Color information
#9FCCAA (or 0x9FCCAA) is known color: Chinook. HEX triplet: 9F, CC and AA. RGB value is (159,204,170). Sum of RGB (Red+Green+Blue) = 159+204+170=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCCAA is #603355. Grayscale: #BABABA. Windows color (decimal): -6304598 or 11193503. OLE color: 11193503.
HSL color Cylindrical-coordinate representation of color #9FCCAA: hue angle of 134.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCAA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 170 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.2 |
| HSL | 134.67º | 0.31% | 0.71% | - |
| HSV(B) | 134.67º | 0.22% | 0.8% | - |
| XYZ | 43.15 | 53.46 | 46.07 | - |
| YUV | 186.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 170 | 0.22 | 0 | 0.17 | 0.2 | 134.67 | 0.31 | 0.71 |
| Hex | 9F | CC | AA | 16 | 0 | 11 | 14 | 87 | 1F | 47 |
| Octal | 237 | 314 | 252 | 26 | 0 | 21 | 24 | 207 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10101010 | 10110 | 0 | 10001 | 10100 | 10000111 | 11111 | 1000111 |
Color Harmonies of #9FCCAA
Complementary color
Monochromatic Colors of #9FCCAA
Black with #9FCCAA
Text Example
Text Example
White with #9FCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCAA; }
p { color: rgb(159,204,170); }
H1.HeaderClassName
{
color: #9FCCAA;
}
.AnyTagClassName
{
color: #9FCCAA;
}
</style>
background-color css
<style>
a { background-color: #9FCCAA; }
a { background-color: rgb(159,204,170); }
div.DivClassName
{
background-color: #9FCCAA;
}
.BgClassName
{
background-color: #9FCCAA;
}
</style>
border-color css
<style>
span { border-color: #9FCCAA; }
span { border-color: rgb(159,204,170); }
td.TdClassName
{
border-color: #9FCCAA;
}
.TagClassName
{
border-color: #9FCCAA;
}
</style>