Shades of Chinook #9FCCAD
Tints of Chinook #9FCCAD
RGB
CMYK
RGB Variations
Color information
#9FCCAD (or 0x9FCCAD) is known color: Chinook. HEX triplet: 9F, CC and AD. RGB value is (159,204,173). Sum of RGB (Red+Green+Blue) = 159+204+173=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCCAD is #603352. Grayscale: #BBBBBB. Windows color (decimal): -6304595 or 11390111. OLE color: 11390111.
HSL color Cylindrical-coordinate representation of color #9FCCAD: hue angle of 138.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCAD is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 173 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.2 |
| HSL | 138.67º | 0.31% | 0.71% | - |
| HSV(B) | 138.67º | 0.22% | 0.8% | - |
| XYZ | 43.43 | 53.57 | 47.59 | - |
| YUV | 187.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 173 | 0.22 | 0 | 0.15 | 0.2 | 138.67 | 0.31 | 0.71 |
| Hex | 9F | CC | AD | 16 | 0 | F | 14 | 8B | 1F | 47 |
| Octal | 237 | 314 | 255 | 26 | 0 | 17 | 24 | 213 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10101101 | 10110 | 0 | 1111 | 10100 | 10001011 | 11111 | 1000111 |
Color Harmonies of #9FCCAD
Complementary color
Monochromatic Colors of #9FCCAD
Black with #9FCCAD
Text Example
Text Example
White with #9FCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCAD; }
p { color: rgb(159,204,173); }
H1.HeaderClassName
{
color: #9FCCAD;
}
.AnyTagClassName
{
color: #9FCCAD;
}
</style>
background-color css
<style>
a { background-color: #9FCCAD; }
a { background-color: rgb(159,204,173); }
div.DivClassName
{
background-color: #9FCCAD;
}
.BgClassName
{
background-color: #9FCCAD;
}
</style>
border-color css
<style>
span { border-color: #9FCCAD; }
span { border-color: rgb(159,204,173); }
td.TdClassName
{
border-color: #9FCCAD;
}
.TagClassName
{
border-color: #9FCCAD;
}
</style>