Shades of Chinook #9FD3AF
Tints of Chinook #9FD3AF
RGB
CMYK
RGB Variations
Color information
#9FD3AF (or 0x9FD3AF) is known color: Chinook. HEX triplet: 9F, D3 and AF. RGB value is (159,211,175). Sum of RGB (Red+Green+Blue) = 159+211+175=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3AF is #602C50. Grayscale: #BFBFBF. Windows color (decimal): -6302801 or 11522975. OLE color: 11522975.
HSL color Cylindrical-coordinate representation of color #9FD3AF: hue angle of 138.46º 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 #9FD3AF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 175 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.17 |
| HSL | 138.46º | 0.37% | 0.73% | - |
| HSV(B) | 138.46º | 0.25% | 0.83% | - |
| XYZ | 45.33 | 57.05 | 49.18 | - |
| YUV | 191.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 175 | 0.25 | 0 | 0.17 | 0.17 | 138.46 | 0.37 | 0.73 |
| Hex | 9F | D3 | AF | 19 | 0 | 11 | 11 | 8A | 25 | 49 |
| Octal | 237 | 323 | 257 | 31 | 0 | 21 | 21 | 212 | 45 | 111 |
| Binary | 10011111 | 11010011 | 10101111 | 11001 | 0 | 10001 | 10001 | 10001010 | 100101 | 1001001 |
Color Harmonies of #9FD3AF
Complementary color
Monochromatic Colors of #9FD3AF
Black with #9FD3AF
Text Example
Text Example
White with #9FD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3AF; }
p { color: rgb(159,211,175); }
H1.HeaderClassName
{
color: #9FD3AF;
}
.AnyTagClassName
{
color: #9FD3AF;
}
</style>
background-color css
<style>
a { background-color: #9FD3AF; }
a { background-color: rgb(159,211,175); }
div.DivClassName
{
background-color: #9FD3AF;
}
.BgClassName
{
background-color: #9FD3AF;
}
</style>
border-color css
<style>
span { border-color: #9FD3AF; }
span { border-color: rgb(159,211,175); }
td.TdClassName
{
border-color: #9FD3AF;
}
.TagClassName
{
border-color: #9FD3AF;
}
</style>