Shades of Chinook #9FDBAF
Tints of Chinook #9FDBAF
RGB
CMYK
RGB Variations
Color information
#9FDBAF (or 0x9FDBAF) is known color: Chinook. HEX triplet: 9F, DB and AF. RGB value is (159,219,175). Sum of RGB (Red+Green+Blue) = 159+219+175=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBAF is #602450. Grayscale: #C4C4C4. Windows color (decimal): -6300753 or 11525023. OLE color: 11525023.
HSL color Cylindrical-coordinate representation of color #9FDBAF: hue angle of 136º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBAF is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 175 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.14 |
| HSL | 136º | 0.45% | 0.74% | - |
| HSV(B) | 136º | 0.27% | 0.86% | - |
| XYZ | 47.37 | 61.13 | 49.86 | - |
| YUV | 196.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 175 | 0.27 | 0 | 0.20 | 0.14 | 136 | 0.45 | 0.74 |
| Hex | 9F | DB | AF | 1B | 0 | 14 | E | 88 | 2D | 4A |
| Octal | 237 | 333 | 257 | 33 | 0 | 24 | 16 | 210 | 55 | 112 |
| Binary | 10011111 | 11011011 | 10101111 | 11011 | 0 | 10100 | 1110 | 10001000 | 101101 | 1001010 |
Color Harmonies of #9FDBAF
Complementary color
Monochromatic Colors of #9FDBAF
Black with #9FDBAF
Text Example
Text Example
White with #9FDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBAF; }
p { color: rgb(159,219,175); }
H1.HeaderClassName
{
color: #9FDBAF;
}
.AnyTagClassName
{
color: #9FDBAF;
}
</style>
background-color css
<style>
a { background-color: #9FDBAF; }
a { background-color: rgb(159,219,175); }
div.DivClassName
{
background-color: #9FDBAF;
}
.BgClassName
{
background-color: #9FDBAF;
}
</style>
border-color css
<style>
span { border-color: #9FDBAF; }
span { border-color: rgb(159,219,175); }
td.TdClassName
{
border-color: #9FDBAF;
}
.TagClassName
{
border-color: #9FDBAF;
}
</style>