Shades of Chinook #9FDDAE
Tints of Chinook #9FDDAE
RGB
CMYK
RGB Variations
Color information
#9FDDAE (or 0x9FDDAE) is known color: Chinook. HEX triplet: 9F, DD and AE. RGB value is (159,221,174). Sum of RGB (Red+Green+Blue) = 159+221+174=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDDAE is #602251. Grayscale: #C5C5C5. Windows color (decimal): -6300242 or 11459999. OLE color: 11459999.
HSL color Cylindrical-coordinate representation of color #9FDDAE: hue angle of 134.52º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDAE is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 174 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.13 |
| HSL | 134.52º | 0.48% | 0.75% | - |
| HSV(B) | 134.52º | 0.28% | 0.87% | - |
| XYZ | 47.79 | 62.14 | 49.52 | - |
| YUV | 197.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 174 | 0.28 | 0 | 0.21 | 0.13 | 134.52 | 0.48 | 0.75 |
| Hex | 9F | DD | AE | 1C | 0 | 15 | D | 87 | 30 | 4B |
| Octal | 237 | 335 | 256 | 34 | 0 | 25 | 15 | 207 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10101110 | 11100 | 0 | 10101 | 1101 | 10000111 | 110000 | 1001011 |
Color Harmonies of #9FDDAE
Complementary color
Monochromatic Colors of #9FDDAE
Black with #9FDDAE
Text Example
Text Example
White with #9FDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDAE; }
p { color: rgb(159,221,174); }
H1.HeaderClassName
{
color: #9FDDAE;
}
.AnyTagClassName
{
color: #9FDDAE;
}
</style>
background-color css
<style>
a { background-color: #9FDDAE; }
a { background-color: rgb(159,221,174); }
div.DivClassName
{
background-color: #9FDDAE;
}
.BgClassName
{
background-color: #9FDDAE;
}
</style>
border-color css
<style>
span { border-color: #9FDDAE; }
span { border-color: rgb(159,221,174); }
td.TdClassName
{
border-color: #9FDDAE;
}
.TagClassName
{
border-color: #9FDDAE;
}
</style>