Shades of Chinook #9FDBAB
Tints of Chinook #9FDBAB
RGB
CMYK
RGB Variations
Color information
#9FDBAB (or 0x9FDBAB) is known color: Chinook. HEX triplet: 9F, DB and AB. RGB value is (159,219,171). Sum of RGB (Red+Green+Blue) = 159+219+171=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBAB is #602454. Grayscale: #C3C3C3. Windows color (decimal): -6300757 or 11262879. OLE color: 11262879.
HSL color Cylindrical-coordinate representation of color #9FDBAB: hue angle of 132º 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 #9FDBAB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 171 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.14 |
| HSL | 132º | 0.45% | 0.74% | - |
| HSV(B) | 132º | 0.27% | 0.86% | - |
| XYZ | 46.98 | 60.97 | 47.82 | - |
| YUV | 195.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 171 | 0.27 | 0 | 0.22 | 0.14 | 132 | 0.45 | 0.74 |
| Hex | 9F | DB | AB | 1B | 0 | 16 | E | 84 | 2D | 4A |
| Octal | 237 | 333 | 253 | 33 | 0 | 26 | 16 | 204 | 55 | 112 |
| Binary | 10011111 | 11011011 | 10101011 | 11011 | 0 | 10110 | 1110 | 10000100 | 101101 | 1001010 |
Color Harmonies of #9FDBAB
Complementary color
Monochromatic Colors of #9FDBAB
Black with #9FDBAB
Text Example
Text Example
White with #9FDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBAB; }
p { color: rgb(159,219,171); }
H1.HeaderClassName
{
color: #9FDBAB;
}
.AnyTagClassName
{
color: #9FDBAB;
}
</style>
background-color css
<style>
a { background-color: #9FDBAB; }
a { background-color: rgb(159,219,171); }
div.DivClassName
{
background-color: #9FDBAB;
}
.BgClassName
{
background-color: #9FDBAB;
}
</style>
border-color css
<style>
span { border-color: #9FDBAB; }
span { border-color: rgb(159,219,171); }
td.TdClassName
{
border-color: #9FDBAB;
}
.TagClassName
{
border-color: #9FDBAB;
}
</style>