Shades of Chinook #9ECEA8
Tints of Chinook #9ECEA8
RGB
CMYK
RGB Variations
Color information
#9ECEA8 (or 0x9ECEA8) is known color: Chinook. HEX triplet: 9E, CE and A8. RGB value is (158,206,168). Sum of RGB (Red+Green+Blue) = 158+206+168=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA8 is #613157. Grayscale: #BBBBBB. Windows color (decimal): -6369624 or 11062942. OLE color: 11062942.
HSL color Cylindrical-coordinate representation of color #9ECEA8: hue angle of 132.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEA8 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 168 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.19 |
| HSL | 132.5º | 0.33% | 0.71% | - |
| HSV(B) | 132.5º | 0.23% | 0.81% | - |
| XYZ | 43.24 | 54.24 | 45.24 | - |
| YUV | 187.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 168 | 0.23 | 0 | 0.18 | 0.19 | 132.5 | 0.33 | 0.71 |
| Hex | 9E | CE | A8 | 17 | 0 | 12 | 13 | 84 | 21 | 47 |
| Octal | 236 | 316 | 250 | 27 | 0 | 22 | 23 | 204 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10101000 | 10111 | 0 | 10010 | 10011 | 10000100 | 100001 | 1000111 |
Color Harmonies of #9ECEA8
Complementary color
Monochromatic Colors of #9ECEA8
Black with #9ECEA8
Text Example
Text Example
White with #9ECEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEA8; }
p { color: rgb(158,206,168); }
H1.HeaderClassName
{
color: #9ECEA8;
}
.AnyTagClassName
{
color: #9ECEA8;
}
</style>
background-color css
<style>
a { background-color: #9ECEA8; }
a { background-color: rgb(158,206,168); }
div.DivClassName
{
background-color: #9ECEA8;
}
.BgClassName
{
background-color: #9ECEA8;
}
</style>
border-color css
<style>
span { border-color: #9ECEA8; }
span { border-color: rgb(158,206,168); }
td.TdClassName
{
border-color: #9ECEA8;
}
.TagClassName
{
border-color: #9ECEA8;
}
</style>