Shades of Chinook #9ED8AA
Tints of Chinook #9ED8AA
RGB
CMYK
RGB Variations
Color information
#9ED8AA (or 0x9ED8AA) is known color: Chinook. HEX triplet: 9E, D8 and AA. RGB value is (158,216,170). Sum of RGB (Red+Green+Blue) = 158+216+170=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED8AA is #612755. Grayscale: #C1C1C1. Windows color (decimal): -6367062 or 11196574. OLE color: 11196574.
HSL color Cylindrical-coordinate representation of color #9ED8AA: hue angle of 132.41º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8AA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 170 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.15 |
| HSL | 132.41º | 0.43% | 0.73% | - |
| HSV(B) | 132.41º | 0.27% | 0.85% | - |
| XYZ | 45.91 | 59.28 | 47.05 | - |
| YUV | 193.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 170 | 0.27 | 0 | 0.21 | 0.15 | 132.41 | 0.43 | 0.73 |
| Hex | 9E | D8 | AA | 1B | 0 | 15 | F | 84 | 2B | 49 |
| Octal | 236 | 330 | 252 | 33 | 0 | 25 | 17 | 204 | 53 | 111 |
| Binary | 10011110 | 11011000 | 10101010 | 11011 | 0 | 10101 | 1111 | 10000100 | 101011 | 1001001 |
Color Harmonies of #9ED8AA
Complementary color
Monochromatic Colors of #9ED8AA
Black with #9ED8AA
Text Example
Text Example
White with #9ED8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8AA; }
p { color: rgb(158,216,170); }
H1.HeaderClassName
{
color: #9ED8AA;
}
.AnyTagClassName
{
color: #9ED8AA;
}
</style>
background-color css
<style>
a { background-color: #9ED8AA; }
a { background-color: rgb(158,216,170); }
div.DivClassName
{
background-color: #9ED8AA;
}
.BgClassName
{
background-color: #9ED8AA;
}
</style>
border-color css
<style>
span { border-color: #9ED8AA; }
span { border-color: rgb(158,216,170); }
td.TdClassName
{
border-color: #9ED8AA;
}
.TagClassName
{
border-color: #9ED8AA;
}
</style>