Shades of Chinook #9EDBAC
Tints of Chinook #9EDBAC
RGB
CMYK
RGB Variations
Color information
#9EDBAC (or 0x9EDBAC) is known color: Chinook. HEX triplet: 9E, DB and AC. RGB value is (158,219,172). Sum of RGB (Red+Green+Blue) = 158+219+172=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBAC is #612453. Grayscale: #C3C3C3. Windows color (decimal): -6366292 or 11328414. OLE color: 11328414.
HSL color Cylindrical-coordinate representation of color #9EDBAC: hue angle of 133.77º 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 #9EDBAC is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 172 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.14 |
| HSL | 133.77º | 0.46% | 0.74% | - |
| HSV(B) | 133.77º | 0.28% | 0.86% | - |
| XYZ | 46.88 | 60.91 | 48.32 | - |
| YUV | 195.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 172 | 0.28 | 0 | 0.21 | 0.14 | 133.77 | 0.46 | 0.74 |
| Hex | 9E | DB | AC | 1C | 0 | 15 | E | 86 | 2E | 4A |
| Octal | 236 | 333 | 254 | 34 | 0 | 25 | 16 | 206 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10101100 | 11100 | 0 | 10101 | 1110 | 10000110 | 101110 | 1001010 |
Color Harmonies of #9EDBAC
Complementary color
Monochromatic Colors of #9EDBAC
Black with #9EDBAC
Text Example
Text Example
White with #9EDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBAC; }
p { color: rgb(158,219,172); }
H1.HeaderClassName
{
color: #9EDBAC;
}
.AnyTagClassName
{
color: #9EDBAC;
}
</style>
background-color css
<style>
a { background-color: #9EDBAC; }
a { background-color: rgb(158,219,172); }
div.DivClassName
{
background-color: #9EDBAC;
}
.BgClassName
{
background-color: #9EDBAC;
}
</style>
border-color css
<style>
span { border-color: #9EDBAC; }
span { border-color: rgb(158,219,172); }
td.TdClassName
{
border-color: #9EDBAC;
}
.TagClassName
{
border-color: #9EDBAC;
}
</style>