Shades of Chinook #9FD3AA
Tints of Chinook #9FD3AA
RGB
CMYK
RGB Variations
Color information
#9FD3AA (or 0x9FD3AA) is known color: Chinook. HEX triplet: 9F, D3 and AA. RGB value is (159,211,170). Sum of RGB (Red+Green+Blue) = 159+211+170=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3AA is #602C55. Grayscale: #BEBEBE. Windows color (decimal): -6302806 or 11195295. OLE color: 11195295.
HSL color Cylindrical-coordinate representation of color #9FD3AA: hue angle of 132.69º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3AA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 170 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.17 |
| HSL | 132.69º | 0.37% | 0.73% | - |
| HSV(B) | 132.69º | 0.25% | 0.83% | - |
| XYZ | 44.85 | 56.86 | 46.64 | - |
| YUV | 190.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 170 | 0.25 | 0 | 0.19 | 0.17 | 132.69 | 0.37 | 0.73 |
| Hex | 9F | D3 | AA | 19 | 0 | 13 | 11 | 85 | 25 | 49 |
| Octal | 237 | 323 | 252 | 31 | 0 | 23 | 21 | 205 | 45 | 111 |
| Binary | 10011111 | 11010011 | 10101010 | 11001 | 0 | 10011 | 10001 | 10000101 | 100101 | 1001001 |
Color Harmonies of #9FD3AA
Complementary color
Monochromatic Colors of #9FD3AA
Black with #9FD3AA
Text Example
Text Example
White with #9FD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3AA; }
p { color: rgb(159,211,170); }
H1.HeaderClassName
{
color: #9FD3AA;
}
.AnyTagClassName
{
color: #9FD3AA;
}
</style>
background-color css
<style>
a { background-color: #9FD3AA; }
a { background-color: rgb(159,211,170); }
div.DivClassName
{
background-color: #9FD3AA;
}
.BgClassName
{
background-color: #9FD3AA;
}
</style>
border-color css
<style>
span { border-color: #9FD3AA; }
span { border-color: rgb(159,211,170); }
td.TdClassName
{
border-color: #9FD3AA;
}
.TagClassName
{
border-color: #9FD3AA;
}
</style>