Shades of Chinook #9FDFAA
Tints of Chinook #9FDFAA
RGB
CMYK
RGB Variations
Color information
#9FDFAA (or 0x9FDFAA) is known color: Chinook. HEX triplet: 9F, DF and AA. RGB value is (159,223,170). Sum of RGB (Red+Green+Blue) = 159+223+170=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFAA is #602055. Grayscale: #C5C5C5. Windows color (decimal): -6299734 or 11198367. OLE color: 11198367.
HSL color Cylindrical-coordinate representation of color #9FDFAA: hue angle of 130.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFAA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 170 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.13 |
| HSL | 130.31º | 0.5% | 0.75% | - |
| HSV(B) | 130.31º | 0.29% | 0.87% | - |
| XYZ | 47.94 | 63.05 | 47.67 | - |
| YUV | 197.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 170 | 0.29 | 0 | 0.24 | 0.13 | 130.31 | 0.5 | 0.75 |
| Hex | 9F | DF | AA | 1D | 0 | 18 | D | 82 | 32 | 4B |
| Octal | 237 | 337 | 252 | 35 | 0 | 30 | 15 | 202 | 62 | 113 |
| Binary | 10011111 | 11011111 | 10101010 | 11101 | 0 | 11000 | 1101 | 10000010 | 110010 | 1001011 |
Color Harmonies of #9FDFAA
Complementary color
Monochromatic Colors of #9FDFAA
Black with #9FDFAA
Text Example
Text Example
White with #9FDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFAA; }
p { color: rgb(159,223,170); }
H1.HeaderClassName
{
color: #9FDFAA;
}
.AnyTagClassName
{
color: #9FDFAA;
}
</style>
background-color css
<style>
a { background-color: #9FDFAA; }
a { background-color: rgb(159,223,170); }
div.DivClassName
{
background-color: #9FDFAA;
}
.BgClassName
{
background-color: #9FDFAA;
}
</style>
border-color css
<style>
span { border-color: #9FDFAA; }
span { border-color: rgb(159,223,170); }
td.TdClassName
{
border-color: #9FDFAA;
}
.TagClassName
{
border-color: #9FDFAA;
}
</style>