Shades of Chinook #9FDBA8
Tints of Chinook #9FDBA8
RGB
CMYK
RGB Variations
Color information
#9FDBA8 (or 0x9FDBA8) is known color: Chinook. HEX triplet: 9F, DB and A8. RGB value is (159,219,168). Sum of RGB (Red+Green+Blue) = 159+219+168=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBA8 is #602457. Grayscale: #C3C3C3. Windows color (decimal): -6300760 or 11066271. OLE color: 11066271.
HSL color Cylindrical-coordinate representation of color #9FDBA8: hue angle of 129º 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 #9FDBA8 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 168 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.14 |
| HSL | 129º | 0.45% | 0.74% | - |
| HSV(B) | 129º | 0.27% | 0.86% | - |
| XYZ | 46.7 | 60.86 | 46.33 | - |
| YUV | 195.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 168 | 0.27 | 0 | 0.23 | 0.14 | 129 | 0.45 | 0.74 |
| Hex | 9F | DB | A8 | 1B | 0 | 17 | E | 81 | 2D | 4A |
| Octal | 237 | 333 | 250 | 33 | 0 | 27 | 16 | 201 | 55 | 112 |
| Binary | 10011111 | 11011011 | 10101000 | 11011 | 0 | 10111 | 1110 | 10000001 | 101101 | 1001010 |
Color Harmonies of #9FDBA8
Complementary color
Monochromatic Colors of #9FDBA8
Black with #9FDBA8
Text Example
Text Example
White with #9FDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBA8; }
p { color: rgb(159,219,168); }
H1.HeaderClassName
{
color: #9FDBA8;
}
.AnyTagClassName
{
color: #9FDBA8;
}
</style>
background-color css
<style>
a { background-color: #9FDBA8; }
a { background-color: rgb(159,219,168); }
div.DivClassName
{
background-color: #9FDBA8;
}
.BgClassName
{
background-color: #9FDBA8;
}
</style>
border-color css
<style>
span { border-color: #9FDBA8; }
span { border-color: rgb(159,219,168); }
td.TdClassName
{
border-color: #9FDBA8;
}
.TagClassName
{
border-color: #9FDBA8;
}
</style>