Shades of Chinook #9EDEA6
Tints of Chinook #9EDEA6
RGB
CMYK
RGB Variations
Color information
#9EDEA6 (or 0x9EDEA6) is known color: Chinook. HEX triplet: 9E, DE and A6. RGB value is (158,222,166). Sum of RGB (Red+Green+Blue) = 158+222+166=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEA6 is #612159. Grayscale: #C4C4C4. Windows color (decimal): -6365530 or 10935966. OLE color: 10935966.
HSL color Cylindrical-coordinate representation of color #9EDEA6: hue angle of 127.5º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDEA6 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 166 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.13 |
| HSL | 127.5º | 0.49% | 0.75% | - |
| HSV(B) | 127.5º | 0.29% | 0.87% | - |
| XYZ | 47.1 | 62.26 | 45.61 | - |
| YUV | 196.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 166 | 0.29 | 0 | 0.25 | 0.13 | 127.5 | 0.49 | 0.75 |
| Hex | 9E | DE | A6 | 1D | 0 | 19 | D | 80 | 31 | 4B |
| Octal | 236 | 336 | 246 | 35 | 0 | 31 | 15 | 200 | 61 | 113 |
| Binary | 10011110 | 11011110 | 10100110 | 11101 | 0 | 11001 | 1101 | 10000000 | 110001 | 1001011 |
Color Harmonies of #9EDEA6
Complementary color
Monochromatic Colors of #9EDEA6
Black with #9EDEA6
Text Example
Text Example
White with #9EDEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDEA6; }
p { color: rgb(158,222,166); }
H1.HeaderClassName
{
color: #9EDEA6;
}
.AnyTagClassName
{
color: #9EDEA6;
}
</style>
background-color css
<style>
a { background-color: #9EDEA6; }
a { background-color: rgb(158,222,166); }
div.DivClassName
{
background-color: #9EDEA6;
}
.BgClassName
{
background-color: #9EDEA6;
}
</style>
border-color css
<style>
span { border-color: #9EDEA6; }
span { border-color: rgb(158,222,166); }
td.TdClassName
{
border-color: #9EDEA6;
}
.TagClassName
{
border-color: #9EDEA6;
}
</style>