Shades of Chinook #9EDBAA
Tints of Chinook #9EDBAA
RGB
CMYK
RGB Variations
Color information
#9EDBAA (or 0x9EDBAA) is known color: Chinook. HEX triplet: 9E, DB and AA. RGB value is (158,219,170). Sum of RGB (Red+Green+Blue) = 158+219+170=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBAA is #612455. Grayscale: #C3C3C3. Windows color (decimal): -6366294 or 11197342. OLE color: 11197342.
HSL color Cylindrical-coordinate representation of color #9EDBAA: hue angle of 131.8º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBAA is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 170 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.14 |
| HSL | 131.8º | 0.46% | 0.74% | - |
| HSV(B) | 131.8º | 0.28% | 0.86% | - |
| XYZ | 46.69 | 60.83 | 47.31 | - |
| YUV | 195.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 170 | 0.28 | 0 | 0.22 | 0.14 | 131.8 | 0.46 | 0.74 |
| Hex | 9E | DB | AA | 1C | 0 | 16 | E | 84 | 2E | 4A |
| Octal | 236 | 333 | 252 | 34 | 0 | 26 | 16 | 204 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10101010 | 11100 | 0 | 10110 | 1110 | 10000100 | 101110 | 1001010 |
Color Harmonies of #9EDBAA
Complementary color
Monochromatic Colors of #9EDBAA
Black with #9EDBAA
Text Example
Text Example
White with #9EDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBAA; }
p { color: rgb(158,219,170); }
H1.HeaderClassName
{
color: #9EDBAA;
}
.AnyTagClassName
{
color: #9EDBAA;
}
</style>
background-color css
<style>
a { background-color: #9EDBAA; }
a { background-color: rgb(158,219,170); }
div.DivClassName
{
background-color: #9EDBAA;
}
.BgClassName
{
background-color: #9EDBAA;
}
</style>
border-color css
<style>
span { border-color: #9EDBAA; }
span { border-color: rgb(158,219,170); }
td.TdClassName
{
border-color: #9EDBAA;
}
.TagClassName
{
border-color: #9EDBAA;
}
</style>