Shades of Chinook #9ECFAA
Tints of Chinook #9ECFAA
RGB
CMYK
RGB Variations
Color information
#9ECFAA (or 0x9ECFAA) is known color: Chinook. HEX triplet: 9E, CF and AA. RGB value is (158,207,170). Sum of RGB (Red+Green+Blue) = 158+207+170=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECFAA is #613055. Grayscale: #BCBCBC. Windows color (decimal): -6369366 or 11194270. OLE color: 11194270.
HSL color Cylindrical-coordinate representation of color #9ECFAA: hue angle of 134.69º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFAA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 170 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.19 |
| HSL | 134.69º | 0.34% | 0.72% | - |
| HSV(B) | 134.69º | 0.24% | 0.81% | - |
| XYZ | 43.67 | 54.8 | 46.31 | - |
| YUV | 188.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 170 | 0.24 | 0 | 0.18 | 0.19 | 134.69 | 0.34 | 0.72 |
| Hex | 9E | CF | AA | 18 | 0 | 12 | 13 | 87 | 22 | 48 |
| Octal | 236 | 317 | 252 | 30 | 0 | 22 | 23 | 207 | 42 | 110 |
| Binary | 10011110 | 11001111 | 10101010 | 11000 | 0 | 10010 | 10011 | 10000111 | 100010 | 1001000 |
Color Harmonies of #9ECFAA
Complementary color
Monochromatic Colors of #9ECFAA
Black with #9ECFAA
Text Example
Text Example
White with #9ECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFAA; }
p { color: rgb(158,207,170); }
H1.HeaderClassName
{
color: #9ECFAA;
}
.AnyTagClassName
{
color: #9ECFAA;
}
</style>
background-color css
<style>
a { background-color: #9ECFAA; }
a { background-color: rgb(158,207,170); }
div.DivClassName
{
background-color: #9ECFAA;
}
.BgClassName
{
background-color: #9ECFAA;
}
</style>
border-color css
<style>
span { border-color: #9ECFAA; }
span { border-color: rgb(158,207,170); }
td.TdClassName
{
border-color: #9ECFAA;
}
.TagClassName
{
border-color: #9ECFAA;
}
</style>