Shades of Chinook #9FD4AF
Tints of Chinook #9FD4AF
RGB
CMYK
RGB Variations
Color information
#9FD4AF (or 0x9FD4AF) is known color: Chinook. HEX triplet: 9F, D4 and AF. RGB value is (159,212,175). Sum of RGB (Red+Green+Blue) = 159+212+175=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD4AF is #602B50. Grayscale: #C0C0C0. Windows color (decimal): -6302545 or 11523231. OLE color: 11523231.
HSL color Cylindrical-coordinate representation of color #9FD4AF: hue angle of 138.11º degrees, saturation: 0.38, 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 #9FD4AF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 175 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.17 |
| HSL | 138.11º | 0.38% | 0.73% | - |
| HSV(B) | 138.11º | 0.25% | 0.83% | - |
| XYZ | 45.58 | 57.55 | 49.26 | - |
| YUV | 191.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 175 | 0.25 | 0 | 0.17 | 0.17 | 138.11 | 0.38 | 0.73 |
| Hex | 9F | D4 | AF | 19 | 0 | 11 | 11 | 8A | 26 | 49 |
| Octal | 237 | 324 | 257 | 31 | 0 | 21 | 21 | 212 | 46 | 111 |
| Binary | 10011111 | 11010100 | 10101111 | 11001 | 0 | 10001 | 10001 | 10001010 | 100110 | 1001001 |
Color Harmonies of #9FD4AF
Complementary color
Monochromatic Colors of #9FD4AF
Black with #9FD4AF
Text Example
Text Example
White with #9FD4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD4AF; }
p { color: rgb(159,212,175); }
H1.HeaderClassName
{
color: #9FD4AF;
}
.AnyTagClassName
{
color: #9FD4AF;
}
</style>
background-color css
<style>
a { background-color: #9FD4AF; }
a { background-color: rgb(159,212,175); }
div.DivClassName
{
background-color: #9FD4AF;
}
.BgClassName
{
background-color: #9FD4AF;
}
</style>
border-color css
<style>
span { border-color: #9FD4AF; }
span { border-color: rgb(159,212,175); }
td.TdClassName
{
border-color: #9FD4AF;
}
.TagClassName
{
border-color: #9FD4AF;
}
</style>