Shades of Chinook #9FCDAC
Tints of Chinook #9FCDAC
RGB
CMYK
RGB Variations
Color information
#9FCDAC (or 0x9FCDAC) is known color: Chinook. HEX triplet: 9F, CD and AC. RGB value is (159,205,172). Sum of RGB (Red+Green+Blue) = 159+205+172=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCDAC is #603253. Grayscale: #BBBBBB. Windows color (decimal): -6304340 or 11324831. OLE color: 11324831.
HSL color Cylindrical-coordinate representation of color #9FCDAC: hue angle of 136.96º degrees, saturation: 0.32, 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 #9FCDAC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 172 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.20 |
| HSL | 136.96º | 0.32% | 0.71% | - |
| HSV(B) | 136.96º | 0.22% | 0.8% | - |
| XYZ | 43.58 | 54.01 | 47.16 | - |
| YUV | 187.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 172 | 0.22 | 0 | 0.16 | 0.20 | 136.96 | 0.32 | 0.71 |
| Hex | 9F | CD | AC | 16 | 0 | 10 | 14 | 89 | 20 | 47 |
| Octal | 237 | 315 | 254 | 26 | 0 | 20 | 24 | 211 | 40 | 107 |
| Binary | 10011111 | 11001101 | 10101100 | 10110 | 0 | 10000 | 10100 | 10001001 | 100000 | 1000111 |
Color Harmonies of #9FCDAC
Complementary color
Monochromatic Colors of #9FCDAC
Black with #9FCDAC
Text Example
Text Example
White with #9FCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDAC; }
p { color: rgb(159,205,172); }
H1.HeaderClassName
{
color: #9FCDAC;
}
.AnyTagClassName
{
color: #9FCDAC;
}
</style>
background-color css
<style>
a { background-color: #9FCDAC; }
a { background-color: rgb(159,205,172); }
div.DivClassName
{
background-color: #9FCDAC;
}
.BgClassName
{
background-color: #9FCDAC;
}
</style>
border-color css
<style>
span { border-color: #9FCDAC; }
span { border-color: rgb(159,205,172); }
td.TdClassName
{
border-color: #9FCDAC;
}
.TagClassName
{
border-color: #9FCDAC;
}
</style>