Shades of Chinook #9ECDAB
Tints of Chinook #9ECDAB
RGB
CMYK
RGB Variations
Color information
#9ECDAB (or 0x9ECDAB) is known color: Chinook. HEX triplet: 9E, CD and AB. RGB value is (158,205,171). Sum of RGB (Red+Green+Blue) = 158+205+171=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECDAB is #613254. Grayscale: #BBBBBB. Windows color (decimal): -6369877 or 11259294. OLE color: 11259294.
HSL color Cylindrical-coordinate representation of color #9ECDAB: hue angle of 136.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDAB is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 171 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.20 |
| HSL | 136.6º | 0.32% | 0.71% | - |
| HSV(B) | 136.6º | 0.23% | 0.8% | - |
| XYZ | 43.28 | 53.87 | 46.65 | - |
| YUV | 187.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 171 | 0.23 | 0 | 0.17 | 0.20 | 136.6 | 0.32 | 0.71 |
| Hex | 9E | CD | AB | 17 | 0 | 11 | 14 | 89 | 20 | 47 |
| Octal | 236 | 315 | 253 | 27 | 0 | 21 | 24 | 211 | 40 | 107 |
| Binary | 10011110 | 11001101 | 10101011 | 10111 | 0 | 10001 | 10100 | 10001001 | 100000 | 1000111 |
Color Harmonies of #9ECDAB
Complementary color
Monochromatic Colors of #9ECDAB
Black with #9ECDAB
Text Example
Text Example
White with #9ECDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDAB; }
p { color: rgb(158,205,171); }
H1.HeaderClassName
{
color: #9ECDAB;
}
.AnyTagClassName
{
color: #9ECDAB;
}
</style>
background-color css
<style>
a { background-color: #9ECDAB; }
a { background-color: rgb(158,205,171); }
div.DivClassName
{
background-color: #9ECDAB;
}
.BgClassName
{
background-color: #9ECDAB;
}
</style>
border-color css
<style>
span { border-color: #9ECDAB; }
span { border-color: rgb(158,205,171); }
td.TdClassName
{
border-color: #9ECDAB;
}
.TagClassName
{
border-color: #9ECDAB;
}
</style>