Shades of Chinook #9ECEAC
Tints of Chinook #9ECEAC
RGB
CMYK
RGB Variations
Color information
#9ECEAC (or 0x9ECEAC) is known color: Chinook. HEX triplet: 9E, CE and AC. RGB value is (158,206,172). Sum of RGB (Red+Green+Blue) = 158+206+172=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEAC is #613153. Grayscale: #BBBBBB. Windows color (decimal): -6369620 or 11325086. OLE color: 11325086.
HSL color Cylindrical-coordinate representation of color #9ECEAC: hue angle of 137.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 #9ECEAC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 172 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.19 |
| HSL | 137.5º | 0.33% | 0.71% | - |
| HSV(B) | 137.5º | 0.23% | 0.81% | - |
| XYZ | 43.62 | 54.39 | 47.23 | - |
| YUV | 187.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 172 | 0.23 | 0 | 0.17 | 0.19 | 137.5 | 0.33 | 0.71 |
| Hex | 9E | CE | AC | 17 | 0 | 11 | 13 | 8A | 21 | 47 |
| Octal | 236 | 316 | 254 | 27 | 0 | 21 | 23 | 212 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10101100 | 10111 | 0 | 10001 | 10011 | 10001010 | 100001 | 1000111 |
Color Harmonies of #9ECEAC
Complementary color
Monochromatic Colors of #9ECEAC
Black with #9ECEAC
Text Example
Text Example
White with #9ECEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEAC; }
p { color: rgb(158,206,172); }
H1.HeaderClassName
{
color: #9ECEAC;
}
.AnyTagClassName
{
color: #9ECEAC;
}
</style>
background-color css
<style>
a { background-color: #9ECEAC; }
a { background-color: rgb(158,206,172); }
div.DivClassName
{
background-color: #9ECEAC;
}
.BgClassName
{
background-color: #9ECEAC;
}
</style>
border-color css
<style>
span { border-color: #9ECEAC; }
span { border-color: rgb(158,206,172); }
td.TdClassName
{
border-color: #9ECEAC;
}
.TagClassName
{
border-color: #9ECEAC;
}
</style>