Shades of Chinook #9EDDB0
Tints of Chinook #9EDDB0
RGB
CMYK
RGB Variations
Color information
#9EDDB0 (or 0x9EDDB0) is known color: Chinook. HEX triplet: 9E, DD and B0. RGB value is (158,221,176). Sum of RGB (Red+Green+Blue) = 158+221+176=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDB0 is #61224F. Grayscale: #C5C5C5. Windows color (decimal): -6365776 or 11591070. OLE color: 11591070.
HSL color Cylindrical-coordinate representation of color #9EDDB0: hue angle of 137.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDB0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 158 | 221 | 176 | - |
CMYK | 0.29 | 0 | 0.20 | 0.13 |
HSL | 137.14º | 0.48% | 0.74% | - |
HSV(B) | 137.14º | 0.29% | 0.87% | - |
XYZ | 47.79 | 62.12 | 50.55 | - |
YUV | 197.03 | 116.13 | 100.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 221 | 176 | 0.29 | 0 | 0.20 | 0.13 | 137.14 | 0.48 | 0.74 |
Hex | 9E | DD | B0 | 1D | 0 | 14 | D | 89 | 30 | 4A |
Octal | 236 | 335 | 260 | 35 | 0 | 24 | 15 | 211 | 60 | 112 |
Binary | 10011110 | 11011101 | 10110000 | 11101 | 0 | 10100 | 1101 | 10001001 | 110000 | 1001010 |
Color Harmonies of #9EDDB0
Complementary color
Monochromatic Colors of #9EDDB0
Black with #9EDDB0
Text Example
Text Example
White with #9EDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDB0; }
p { color: rgb(158,221,176); }
H1.HeaderClassName
{
color: #9EDDB0;
}
.AnyTagClassName
{
color: #9EDDB0;
}
</style>
background-color css
<style>
a { background-color: #9EDDB0; }
a { background-color: rgb(158,221,176); }
div.DivClassName
{
background-color: #9EDDB0;
}
.BgClassName
{
background-color: #9EDDB0;
}
</style>
border-color css
<style>
span { border-color: #9EDDB0; }
span { border-color: rgb(158,221,176); }
td.TdClassName
{
border-color: #9EDDB0;
}
.TagClassName
{
border-color: #9EDDB0;
}
</style>