Shades of Chinook #9FC0A4
Tints of Chinook #9FC0A4
RGB
CMYK
RGB Variations
Color information
#9FC0A4 (or 0x9FC0A4) is known color: Chinook. HEX triplet: 9F, C0 and A4. RGB value is (159,192,164). Sum of RGB (Red+Green+Blue) = 159+192+164=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC0A4 is #603F5B. Grayscale: #B3B3B3. Windows color (decimal): -6307676 or 10797215. OLE color: 10797215.
HSL color Cylindrical-coordinate representation of color #9FC0A4: hue angle of 129.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FC0A4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 164 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.25 |
| HSL | 129.09º | 0.21% | 0.69% | - |
| HSV(B) | 129.09º | 0.17% | 0.75% | - |
| XYZ | 39.85 | 47.75 | 42.24 | - |
| YUV | 178.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 164 | 0.17 | 0 | 0.15 | 0.25 | 129.09 | 0.21 | 0.69 |
| Hex | 9F | C0 | A4 | 11 | 0 | F | 19 | 81 | 15 | 45 |
| Octal | 237 | 300 | 244 | 21 | 0 | 17 | 31 | 201 | 25 | 105 |
| Binary | 10011111 | 11000000 | 10100100 | 10001 | 0 | 1111 | 11001 | 10000001 | 10101 | 1000101 |
Color Harmonies of #9FC0A4
Complementary color
Monochromatic Colors of #9FC0A4
Black with #9FC0A4
Text Example
Text Example
White with #9FC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0A4; }
p { color: rgb(159,192,164); }
H1.HeaderClassName
{
color: #9FC0A4;
}
.AnyTagClassName
{
color: #9FC0A4;
}
</style>
background-color css
<style>
a { background-color: #9FC0A4; }
a { background-color: rgb(159,192,164); }
div.DivClassName
{
background-color: #9FC0A4;
}
.BgClassName
{
background-color: #9FC0A4;
}
</style>
border-color css
<style>
span { border-color: #9FC0A4; }
span { border-color: rgb(159,192,164); }
td.TdClassName
{
border-color: #9FC0A4;
}
.TagClassName
{
border-color: #9FC0A4;
}
</style>