Shades of Chinook #9ED8AF
Tints of Chinook #9ED8AF
RGB
CMYK
RGB Variations
Color information
#9ED8AF (or 0x9ED8AF) is known color: Chinook. HEX triplet: 9E, D8 and AF. RGB value is (158,216,175). Sum of RGB (Red+Green+Blue) = 158+216+175=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED8AF is #612750. Grayscale: #C2C2C2. Windows color (decimal): -6367057 or 11524254. OLE color: 11524254.
HSL color Cylindrical-coordinate representation of color #9ED8AF: hue angle of 137.59º 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 #9ED8AF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 175 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.15 |
| HSL | 137.59º | 0.43% | 0.73% | - |
| HSV(B) | 137.59º | 0.27% | 0.85% | - |
| XYZ | 46.39 | 59.48 | 49.59 | - |
| YUV | 193.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 175 | 0.27 | 0 | 0.19 | 0.15 | 137.59 | 0.43 | 0.73 |
| Hex | 9E | D8 | AF | 1B | 0 | 13 | F | 8A | 2B | 49 |
| Octal | 236 | 330 | 257 | 33 | 0 | 23 | 17 | 212 | 53 | 111 |
| Binary | 10011110 | 11011000 | 10101111 | 11011 | 0 | 10011 | 1111 | 10001010 | 101011 | 1001001 |
Color Harmonies of #9ED8AF
Complementary color
Monochromatic Colors of #9ED8AF
Black with #9ED8AF
Text Example
Text Example
White with #9ED8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8AF; }
p { color: rgb(158,216,175); }
H1.HeaderClassName
{
color: #9ED8AF;
}
.AnyTagClassName
{
color: #9ED8AF;
}
</style>
background-color css
<style>
a { background-color: #9ED8AF; }
a { background-color: rgb(158,216,175); }
div.DivClassName
{
background-color: #9ED8AF;
}
.BgClassName
{
background-color: #9ED8AF;
}
</style>
border-color css
<style>
span { border-color: #9ED8AF; }
span { border-color: rgb(158,216,175); }
td.TdClassName
{
border-color: #9ED8AF;
}
.TagClassName
{
border-color: #9ED8AF;
}
</style>