Shades of Chinook #9FDDAC
Tints of Chinook #9FDDAC
RGB
CMYK
RGB Variations
Color information
#9FDDAC (or 0x9FDDAC) is known color: Chinook. HEX triplet: 9F, DD and AC. RGB value is (159,221,172). Sum of RGB (Red+Green+Blue) = 159+221+172=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDDAC is #602253. Grayscale: #C5C5C5. Windows color (decimal): -6300244 or 11328927. OLE color: 11328927.
HSL color Cylindrical-coordinate representation of color #9FDDAC: hue angle of 132.58º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDAC is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 172 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.13 |
| HSL | 132.58º | 0.48% | 0.75% | - |
| HSV(B) | 132.58º | 0.28% | 0.87% | - |
| XYZ | 47.6 | 62.06 | 48.5 | - |
| YUV | 196.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 172 | 0.28 | 0 | 0.22 | 0.13 | 132.58 | 0.48 | 0.75 |
| Hex | 9F | DD | AC | 1C | 0 | 16 | D | 85 | 30 | 4B |
| Octal | 237 | 335 | 254 | 34 | 0 | 26 | 15 | 205 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10101100 | 11100 | 0 | 10110 | 1101 | 10000101 | 110000 | 1001011 |
Color Harmonies of #9FDDAC
Complementary color
Monochromatic Colors of #9FDDAC
Black with #9FDDAC
Text Example
Text Example
White with #9FDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDAC; }
p { color: rgb(159,221,172); }
H1.HeaderClassName
{
color: #9FDDAC;
}
.AnyTagClassName
{
color: #9FDDAC;
}
</style>
background-color css
<style>
a { background-color: #9FDDAC; }
a { background-color: rgb(159,221,172); }
div.DivClassName
{
background-color: #9FDDAC;
}
.BgClassName
{
background-color: #9FDDAC;
}
</style>
border-color css
<style>
span { border-color: #9FDDAC; }
span { border-color: rgb(159,221,172); }
td.TdClassName
{
border-color: #9FDDAC;
}
.TagClassName
{
border-color: #9FDDAC;
}
</style>