Shades of Chinook #9FDDAD
Tints of Chinook #9FDDAD
RGB
CMYK
RGB Variations
Color information
#9FDDAD (or 0x9FDDAD) is known color: Chinook. HEX triplet: 9F, DD and AD. RGB value is (159,221,173). Sum of RGB (Red+Green+Blue) = 159+221+173=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDDAD is #602252. Grayscale: #C5C5C5. Windows color (decimal): -6300243 or 11394463. OLE color: 11394463.
HSL color Cylindrical-coordinate representation of color #9FDDAD: hue angle of 133.55º 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 #9FDDAD is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 173 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.13 |
| HSL | 133.55º | 0.48% | 0.75% | - |
| HSV(B) | 133.55º | 0.28% | 0.87% | - |
| XYZ | 47.7 | 62.1 | 49.01 | - |
| YUV | 196.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 173 | 0.28 | 0 | 0.22 | 0.13 | 133.55 | 0.48 | 0.75 |
| Hex | 9F | DD | AD | 1C | 0 | 16 | D | 86 | 30 | 4B |
| Octal | 237 | 335 | 255 | 34 | 0 | 26 | 15 | 206 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10101101 | 11100 | 0 | 10110 | 1101 | 10000110 | 110000 | 1001011 |
Color Harmonies of #9FDDAD
Complementary color
Monochromatic Colors of #9FDDAD
Black with #9FDDAD
Text Example
Text Example
White with #9FDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDAD; }
p { color: rgb(159,221,173); }
H1.HeaderClassName
{
color: #9FDDAD;
}
.AnyTagClassName
{
color: #9FDDAD;
}
</style>
background-color css
<style>
a { background-color: #9FDDAD; }
a { background-color: rgb(159,221,173); }
div.DivClassName
{
background-color: #9FDDAD;
}
.BgClassName
{
background-color: #9FDDAD;
}
</style>
border-color css
<style>
span { border-color: #9FDDAD; }
span { border-color: rgb(159,221,173); }
td.TdClassName
{
border-color: #9FDDAD;
}
.TagClassName
{
border-color: #9FDDAD;
}
</style>