Shades of Chinook #9EDBB0
Tints of Chinook #9EDBB0
RGB
CMYK
RGB Variations
Color information
#9EDBB0 (or 0x9EDBB0) is known color: Chinook. HEX triplet: 9E, DB and B0. RGB value is (158,219,176). Sum of RGB (Red+Green+Blue) = 158+219+176=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBB0 is #61244F. Grayscale: #C3C3C3. Windows color (decimal): -6366288 or 11590558. OLE color: 11590558.
HSL color Cylindrical-coordinate representation of color #9EDBB0: hue angle of 137.7º 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 #9EDBB0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 176 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.14 |
| HSL | 137.7º | 0.46% | 0.74% | - |
| HSV(B) | 137.7º | 0.28% | 0.86% | - |
| XYZ | 47.27 | 61.07 | 50.37 | - |
| YUV | 195.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 176 | 0.28 | 0 | 0.20 | 0.14 | 137.7 | 0.46 | 0.74 |
| Hex | 9E | DB | B0 | 1C | 0 | 14 | E | 8A | 2E | 4A |
| Octal | 236 | 333 | 260 | 34 | 0 | 24 | 16 | 212 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10110000 | 11100 | 0 | 10100 | 1110 | 10001010 | 101110 | 1001010 |
Color Harmonies of #9EDBB0
Complementary color
Monochromatic Colors of #9EDBB0
Black with #9EDBB0
Text Example
Text Example
White with #9EDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBB0; }
p { color: rgb(158,219,176); }
H1.HeaderClassName
{
color: #9EDBB0;
}
.AnyTagClassName
{
color: #9EDBB0;
}
</style>
background-color css
<style>
a { background-color: #9EDBB0; }
a { background-color: rgb(158,219,176); }
div.DivClassName
{
background-color: #9EDBB0;
}
.BgClassName
{
background-color: #9EDBB0;
}
</style>
border-color css
<style>
span { border-color: #9EDBB0; }
span { border-color: rgb(158,219,176); }
td.TdClassName
{
border-color: #9EDBB0;
}
.TagClassName
{
border-color: #9EDBB0;
}
</style>