Shades of Chinook #9ECDA3
Tints of Chinook #9ECDA3
RGB
CMYK
RGB Variations
Color information
#9ECDA3 (or 0x9ECDA3) is known color: Chinook. HEX triplet: 9E, CD and A3. RGB value is (158,205,163). Sum of RGB (Red+Green+Blue) = 158+205+163=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECDA3 is #61325C. Grayscale: #BABABA. Windows color (decimal): -6369885 or 10735006. OLE color: 10735006.
HSL color Cylindrical-coordinate representation of color #9ECDA3: hue angle of 126.38º 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 #9ECDA3 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 163 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.20 |
| HSL | 126.38º | 0.32% | 0.71% | - |
| HSV(B) | 126.38º | 0.23% | 0.8% | - |
| XYZ | 42.54 | 53.58 | 42.75 | - |
| YUV | 186.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 163 | 0.23 | 0 | 0.20 | 0.20 | 126.38 | 0.32 | 0.71 |
| Hex | 9E | CD | A3 | 17 | 0 | 14 | 14 | 7E | 20 | 47 |
| Octal | 236 | 315 | 243 | 27 | 0 | 24 | 24 | 176 | 40 | 107 |
| Binary | 10011110 | 11001101 | 10100011 | 10111 | 0 | 10100 | 10100 | 1111110 | 100000 | 1000111 |
Color Harmonies of #9ECDA3
Complementary color
Monochromatic Colors of #9ECDA3
Black with #9ECDA3
Text Example
Text Example
White with #9ECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDA3; }
p { color: rgb(158,205,163); }
H1.HeaderClassName
{
color: #9ECDA3;
}
.AnyTagClassName
{
color: #9ECDA3;
}
</style>
background-color css
<style>
a { background-color: #9ECDA3; }
a { background-color: rgb(158,205,163); }
div.DivClassName
{
background-color: #9ECDA3;
}
.BgClassName
{
background-color: #9ECDA3;
}
</style>
border-color css
<style>
span { border-color: #9ECDA3; }
span { border-color: rgb(158,205,163); }
td.TdClassName
{
border-color: #9ECDA3;
}
.TagClassName
{
border-color: #9ECDA3;
}
</style>