Shades of Chinook #9FCDAE
Tints of Chinook #9FCDAE
RGB
CMYK
RGB Variations
Color information
#9FCDAE (or 0x9FCDAE) is known color: Chinook. HEX triplet: 9F, CD and AE. RGB value is (159,205,174). Sum of RGB (Red+Green+Blue) = 159+205+174=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCDAE is #603251. Grayscale: #BBBBBB. Windows color (decimal): -6304338 or 11455903. OLE color: 11455903.
HSL color Cylindrical-coordinate representation of color #9FCDAE: hue angle of 139.57º degrees, saturation: 0.32, 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 #9FCDAE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 174 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.20 |
| HSL | 139.57º | 0.32% | 0.71% | - |
| HSV(B) | 139.57º | 0.22% | 0.8% | - |
| XYZ | 43.77 | 54.09 | 48.18 | - |
| YUV | 187.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 174 | 0.22 | 0 | 0.15 | 0.20 | 139.57 | 0.32 | 0.71 |
| Hex | 9F | CD | AE | 16 | 0 | F | 14 | 8C | 20 | 47 |
| Octal | 237 | 315 | 256 | 26 | 0 | 17 | 24 | 214 | 40 | 107 |
| Binary | 10011111 | 11001101 | 10101110 | 10110 | 0 | 1111 | 10100 | 10001100 | 100000 | 1000111 |
Color Harmonies of #9FCDAE
Complementary color
Monochromatic Colors of #9FCDAE
Black with #9FCDAE
Text Example
Text Example
White with #9FCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDAE; }
p { color: rgb(159,205,174); }
H1.HeaderClassName
{
color: #9FCDAE;
}
.AnyTagClassName
{
color: #9FCDAE;
}
</style>
background-color css
<style>
a { background-color: #9FCDAE; }
a { background-color: rgb(159,205,174); }
div.DivClassName
{
background-color: #9FCDAE;
}
.BgClassName
{
background-color: #9FCDAE;
}
</style>
border-color css
<style>
span { border-color: #9FCDAE; }
span { border-color: rgb(159,205,174); }
td.TdClassName
{
border-color: #9FCDAE;
}
.TagClassName
{
border-color: #9FCDAE;
}
</style>