Shades of Chinook #9EDFAC
Tints of Chinook #9EDFAC
RGB
CMYK
RGB Variations
Color information
#9EDFAC (or 0x9EDFAC) is known color: Chinook. HEX triplet: 9E, DF and AC. RGB value is (158,223,172). Sum of RGB (Red+Green+Blue) = 158+223+172=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFAC is #612053. Grayscale: #C5C5C5. Windows color (decimal): -6365268 or 11329438. OLE color: 11329438.
HSL color Cylindrical-coordinate representation of color #9EDFAC: hue angle of 132.92º 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 #9EDFAC is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 172 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.13 |
| HSL | 132.92º | 0.5% | 0.75% | - |
| HSV(B) | 132.92º | 0.29% | 0.87% | - |
| XYZ | 47.93 | 63.02 | 48.67 | - |
| YUV | 197.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 172 | 0.29 | 0 | 0.23 | 0.13 | 132.92 | 0.5 | 0.75 |
| Hex | 9E | DF | AC | 1D | 0 | 17 | D | 85 | 32 | 4B |
| Octal | 236 | 337 | 254 | 35 | 0 | 27 | 15 | 205 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10101100 | 11101 | 0 | 10111 | 1101 | 10000101 | 110010 | 1001011 |
Color Harmonies of #9EDFAC
Complementary color
Monochromatic Colors of #9EDFAC
Black with #9EDFAC
Text Example
Text Example
White with #9EDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFAC; }
p { color: rgb(158,223,172); }
H1.HeaderClassName
{
color: #9EDFAC;
}
.AnyTagClassName
{
color: #9EDFAC;
}
</style>
background-color css
<style>
a { background-color: #9EDFAC; }
a { background-color: rgb(158,223,172); }
div.DivClassName
{
background-color: #9EDFAC;
}
.BgClassName
{
background-color: #9EDFAC;
}
</style>
border-color css
<style>
span { border-color: #9EDFAC; }
span { border-color: rgb(158,223,172); }
td.TdClassName
{
border-color: #9EDFAC;
}
.TagClassName
{
border-color: #9EDFAC;
}
</style>