Shades of Chinook #9FC8AB
Tints of Chinook #9FC8AB
RGB
CMYK
RGB Variations
Color information
#9FC8AB (or 0x9FC8AB) is known color: Chinook. HEX triplet: 9F, C8 and AB. RGB value is (159,200,171). Sum of RGB (Red+Green+Blue) = 159+200+171=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC8AB is #603754. Grayscale: #B8B8B8. Windows color (decimal): -6305621 or 11258015. OLE color: 11258015.
HSL color Cylindrical-coordinate representation of color #9FC8AB: hue angle of 137.56º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8AB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 171 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.22 |
| HSL | 137.56º | 0.27% | 0.7% | - |
| HSV(B) | 137.56º | 0.21% | 0.78% | - |
| XYZ | 42.3 | 51.62 | 46.26 | - |
| YUV | 184.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 171 | 0.20 | 0 | 0.14 | 0.22 | 137.56 | 0.27 | 0.7 |
| Hex | 9F | C8 | AB | 14 | 0 | E | 16 | 8A | 1B | 46 |
| Octal | 237 | 310 | 253 | 24 | 0 | 16 | 26 | 212 | 33 | 106 |
| Binary | 10011111 | 11001000 | 10101011 | 10100 | 0 | 1110 | 10110 | 10001010 | 11011 | 1000110 |
Color Harmonies of #9FC8AB
Complementary color
Monochromatic Colors of #9FC8AB
Black with #9FC8AB
Text Example
Text Example
White with #9FC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC8AB; }
p { color: rgb(159,200,171); }
H1.HeaderClassName
{
color: #9FC8AB;
}
.AnyTagClassName
{
color: #9FC8AB;
}
</style>
background-color css
<style>
a { background-color: #9FC8AB; }
a { background-color: rgb(159,200,171); }
div.DivClassName
{
background-color: #9FC8AB;
}
.BgClassName
{
background-color: #9FC8AB;
}
</style>
border-color css
<style>
span { border-color: #9FC8AB; }
span { border-color: rgb(159,200,171); }
td.TdClassName
{
border-color: #9FC8AB;
}
.TagClassName
{
border-color: #9FC8AB;
}
</style>