Shades of Chinook #9FC2A6
Tints of Chinook #9FC2A6
RGB
CMYK
RGB Variations
Color information
#9FC2A6 (or 0x9FC2A6) is known color: Chinook. HEX triplet: 9F, C2 and A6. RGB value is (159,194,166). Sum of RGB (Red+Green+Blue) = 159+194+166=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC2A6 is #603D59. Grayscale: #B4B4B4. Windows color (decimal): -6307162 or 10928799. OLE color: 10928799.
HSL color Cylindrical-coordinate representation of color #9FC2A6: hue angle of 132º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC2A6 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 166 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.24 |
| HSL | 132º | 0.22% | 0.69% | - |
| HSV(B) | 132º | 0.18% | 0.76% | - |
| XYZ | 40.47 | 48.71 | 43.34 | - |
| YUV | 180.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 166 | 0.18 | 0 | 0.14 | 0.24 | 132 | 0.22 | 0.69 |
| Hex | 9F | C2 | A6 | 12 | 0 | E | 18 | 84 | 16 | 45 |
| Octal | 237 | 302 | 246 | 22 | 0 | 16 | 30 | 204 | 26 | 105 |
| Binary | 10011111 | 11000010 | 10100110 | 10010 | 0 | 1110 | 11000 | 10000100 | 10110 | 1000101 |
Color Harmonies of #9FC2A6
Complementary color
Monochromatic Colors of #9FC2A6
Black with #9FC2A6
Text Example
Text Example
White with #9FC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC2A6; }
p { color: rgb(159,194,166); }
H1.HeaderClassName
{
color: #9FC2A6;
}
.AnyTagClassName
{
color: #9FC2A6;
}
</style>
background-color css
<style>
a { background-color: #9FC2A6; }
a { background-color: rgb(159,194,166); }
div.DivClassName
{
background-color: #9FC2A6;
}
.BgClassName
{
background-color: #9FC2A6;
}
</style>
border-color css
<style>
span { border-color: #9FC2A6; }
span { border-color: rgb(159,194,166); }
td.TdClassName
{
border-color: #9FC2A6;
}
.TagClassName
{
border-color: #9FC2A6;
}
</style>