Shades of Chinook #9FDEAE
Tints of Chinook #9FDEAE
RGB
CMYK
RGB Variations
Color information
#9FDEAE (or 0x9FDEAE) is known color: Chinook. HEX triplet: 9F, DE and AE. RGB value is (159,222,174). Sum of RGB (Red+Green+Blue) = 159+222+174=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDEAE is #602151. Grayscale: #C5C5C5. Windows color (decimal): -6299986 or 11460255. OLE color: 11460255.
HSL color Cylindrical-coordinate representation of color #9FDEAE: hue angle of 134.29º degrees, saturation: 0.49, 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 #9FDEAE is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 174 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.13 |
| HSL | 134.29º | 0.49% | 0.75% | - |
| HSV(B) | 134.29º | 0.28% | 0.87% | - |
| XYZ | 48.06 | 62.67 | 49.61 | - |
| YUV | 197.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 174 | 0.28 | 0 | 0.22 | 0.13 | 134.29 | 0.49 | 0.75 |
| Hex | 9F | DE | AE | 1C | 0 | 16 | D | 86 | 31 | 4B |
| Octal | 237 | 336 | 256 | 34 | 0 | 26 | 15 | 206 | 61 | 113 |
| Binary | 10011111 | 11011110 | 10101110 | 11100 | 0 | 10110 | 1101 | 10000110 | 110001 | 1001011 |
Color Harmonies of #9FDEAE
Complementary color
Monochromatic Colors of #9FDEAE
Black with #9FDEAE
Text Example
Text Example
White with #9FDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEAE; }
p { color: rgb(159,222,174); }
H1.HeaderClassName
{
color: #9FDEAE;
}
.AnyTagClassName
{
color: #9FDEAE;
}
</style>
background-color css
<style>
a { background-color: #9FDEAE; }
a { background-color: rgb(159,222,174); }
div.DivClassName
{
background-color: #9FDEAE;
}
.BgClassName
{
background-color: #9FDEAE;
}
</style>
border-color css
<style>
span { border-color: #9FDEAE; }
span { border-color: rgb(159,222,174); }
td.TdClassName
{
border-color: #9FDEAE;
}
.TagClassName
{
border-color: #9FDEAE;
}
</style>