Shades of Chinook #9ECEAB
Tints of Chinook #9ECEAB
RGB
CMYK
RGB Variations
Color information
#9ECEAB (or 0x9ECEAB) is known color: Chinook. HEX triplet: 9E, CE and AB. RGB value is (158,206,171). Sum of RGB (Red+Green+Blue) = 158+206+171=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEAB is #613154. Grayscale: #BBBBBB. Windows color (decimal): -6369621 or 11259550. OLE color: 11259550.
HSL color Cylindrical-coordinate representation of color #9ECEAB: hue angle of 136.25º 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 #9ECEAB is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 171 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.19 |
| HSL | 136.25º | 0.33% | 0.71% | - |
| HSV(B) | 136.25º | 0.23% | 0.81% | - |
| XYZ | 43.52 | 54.35 | 46.73 | - |
| YUV | 187.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 171 | 0.23 | 0 | 0.17 | 0.19 | 136.25 | 0.33 | 0.71 |
| Hex | 9E | CE | AB | 17 | 0 | 11 | 13 | 88 | 21 | 47 |
| Octal | 236 | 316 | 253 | 27 | 0 | 21 | 23 | 210 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10101011 | 10111 | 0 | 10001 | 10011 | 10001000 | 100001 | 1000111 |
Color Harmonies of #9ECEAB
Complementary color
Monochromatic Colors of #9ECEAB
Black with #9ECEAB
Text Example
Text Example
White with #9ECEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEAB; }
p { color: rgb(158,206,171); }
H1.HeaderClassName
{
color: #9ECEAB;
}
.AnyTagClassName
{
color: #9ECEAB;
}
</style>
background-color css
<style>
a { background-color: #9ECEAB; }
a { background-color: rgb(158,206,171); }
div.DivClassName
{
background-color: #9ECEAB;
}
.BgClassName
{
background-color: #9ECEAB;
}
</style>
border-color css
<style>
span { border-color: #9ECEAB; }
span { border-color: rgb(158,206,171); }
td.TdClassName
{
border-color: #9ECEAB;
}
.TagClassName
{
border-color: #9ECEAB;
}
</style>