Shades of Chinook #9EDBAB
Tints of Chinook #9EDBAB
RGB
CMYK
RGB Variations
Color information
#9EDBAB (or 0x9EDBAB) is known color: Chinook. HEX triplet: 9E, DB and AB. RGB value is (158,219,171). Sum of RGB (Red+Green+Blue) = 158+219+171=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBAB is #612454. Grayscale: #C3C3C3. Windows color (decimal): -6366293 or 11262878. OLE color: 11262878.
HSL color Cylindrical-coordinate representation of color #9EDBAB: hue angle of 132.79º 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 #9EDBAB is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 171 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.14 |
| HSL | 132.79º | 0.46% | 0.74% | - |
| HSV(B) | 132.79º | 0.28% | 0.86% | - |
| XYZ | 46.78 | 60.87 | 47.81 | - |
| YUV | 195.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 171 | 0.28 | 0 | 0.22 | 0.14 | 132.79 | 0.46 | 0.74 |
| Hex | 9E | DB | AB | 1C | 0 | 16 | E | 85 | 2E | 4A |
| Octal | 236 | 333 | 253 | 34 | 0 | 26 | 16 | 205 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10101011 | 11100 | 0 | 10110 | 1110 | 10000101 | 101110 | 1001010 |
Color Harmonies of #9EDBAB
Complementary color
Monochromatic Colors of #9EDBAB
Black with #9EDBAB
Text Example
Text Example
White with #9EDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBAB; }
p { color: rgb(158,219,171); }
H1.HeaderClassName
{
color: #9EDBAB;
}
.AnyTagClassName
{
color: #9EDBAB;
}
</style>
background-color css
<style>
a { background-color: #9EDBAB; }
a { background-color: rgb(158,219,171); }
div.DivClassName
{
background-color: #9EDBAB;
}
.BgClassName
{
background-color: #9EDBAB;
}
</style>
border-color css
<style>
span { border-color: #9EDBAB; }
span { border-color: rgb(158,219,171); }
td.TdClassName
{
border-color: #9EDBAB;
}
.TagClassName
{
border-color: #9EDBAB;
}
</style>