Shades of Chinook #9EDFAA
Tints of Chinook #9EDFAA
RGB
CMYK
RGB Variations
Color information
#9EDFAA (or 0x9EDFAA) is known color: Chinook. HEX triplet: 9E, DF and AA. RGB value is (158,223,170). Sum of RGB (Red+Green+Blue) = 158+223+170=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFAA is #612055. Grayscale: #C5C5C5. Windows color (decimal): -6365270 or 11198366. OLE color: 11198366.
HSL color Cylindrical-coordinate representation of color #9EDFAA: hue angle of 131.08º degrees, saturation: 0.5, 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 #9EDFAA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 170 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.13 |
| HSL | 131.08º | 0.5% | 0.75% | - |
| HSV(B) | 131.08º | 0.29% | 0.87% | - |
| XYZ | 47.74 | 62.95 | 47.66 | - |
| YUV | 197.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 170 | 0.29 | 0 | 0.24 | 0.13 | 131.08 | 0.5 | 0.75 |
| Hex | 9E | DF | AA | 1D | 0 | 18 | D | 83 | 32 | 4B |
| Octal | 236 | 337 | 252 | 35 | 0 | 30 | 15 | 203 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10101010 | 11101 | 0 | 11000 | 1101 | 10000011 | 110010 | 1001011 |
Color Harmonies of #9EDFAA
Complementary color
Monochromatic Colors of #9EDFAA
Black with #9EDFAA
Text Example
Text Example
White with #9EDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFAA; }
p { color: rgb(158,223,170); }
H1.HeaderClassName
{
color: #9EDFAA;
}
.AnyTagClassName
{
color: #9EDFAA;
}
</style>
background-color css
<style>
a { background-color: #9EDFAA; }
a { background-color: rgb(158,223,170); }
div.DivClassName
{
background-color: #9EDFAA;
}
.BgClassName
{
background-color: #9EDFAA;
}
</style>
border-color css
<style>
span { border-color: #9EDFAA; }
span { border-color: rgb(158,223,170); }
td.TdClassName
{
border-color: #9EDFAA;
}
.TagClassName
{
border-color: #9EDFAA;
}
</style>