Shades of Chinook #9FD4AB
Tints of Chinook #9FD4AB
RGB
CMYK
RGB Variations
Color information
#9FD4AB (or 0x9FD4AB) is known color: Chinook. HEX triplet: 9F, D4 and AB. RGB value is (159,212,171). Sum of RGB (Red+Green+Blue) = 159+212+171=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD4AB is #602B54. Grayscale: #BFBFBF. Windows color (decimal): -6302549 or 11261087. OLE color: 11261087.
HSL color Cylindrical-coordinate representation of color #9FD4AB: hue angle of 133.58º 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 #9FD4AB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 171 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.17 |
| HSL | 133.58º | 0.38% | 0.73% | - |
| HSV(B) | 133.58º | 0.25% | 0.83% | - |
| XYZ | 45.19 | 57.4 | 47.23 | - |
| YUV | 191.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 171 | 0.25 | 0 | 0.19 | 0.17 | 133.58 | 0.38 | 0.73 |
| Hex | 9F | D4 | AB | 19 | 0 | 13 | 11 | 86 | 26 | 49 |
| Octal | 237 | 324 | 253 | 31 | 0 | 23 | 21 | 206 | 46 | 111 |
| Binary | 10011111 | 11010100 | 10101011 | 11001 | 0 | 10011 | 10001 | 10000110 | 100110 | 1001001 |
Color Harmonies of #9FD4AB
Complementary color
Monochromatic Colors of #9FD4AB
Black with #9FD4AB
Text Example
Text Example
White with #9FD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD4AB; }
p { color: rgb(159,212,171); }
H1.HeaderClassName
{
color: #9FD4AB;
}
.AnyTagClassName
{
color: #9FD4AB;
}
</style>
background-color css
<style>
a { background-color: #9FD4AB; }
a { background-color: rgb(159,212,171); }
div.DivClassName
{
background-color: #9FD4AB;
}
.BgClassName
{
background-color: #9FD4AB;
}
</style>
border-color css
<style>
span { border-color: #9FD4AB; }
span { border-color: rgb(159,212,171); }
td.TdClassName
{
border-color: #9FD4AB;
}
.TagClassName
{
border-color: #9FD4AB;
}
</style>