Shades of Chinook #9EDFB0
Tints of Chinook #9EDFB0
RGB
CMYK
RGB Variations
Color information
#9EDFB0 (or 0x9EDFB0) is known color: Chinook. HEX triplet: 9E, DF and B0. RGB value is (158,223,176). Sum of RGB (Red+Green+Blue) = 158+223+176=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFB0 is #61204F. Grayscale: #C6C6C6. Windows color (decimal): -6365264 or 11591582. OLE color: 11591582.
HSL color Cylindrical-coordinate representation of color #9EDFB0: hue angle of 136.62º 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 #9EDFB0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 176 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.13 |
| HSL | 136.62º | 0.5% | 0.75% | - |
| HSV(B) | 136.62º | 0.29% | 0.87% | - |
| XYZ | 48.32 | 63.18 | 50.72 | - |
| YUV | 198.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 176 | 0.29 | 0 | 0.21 | 0.13 | 136.62 | 0.5 | 0.75 |
| Hex | 9E | DF | B0 | 1D | 0 | 15 | D | 89 | 32 | 4B |
| Octal | 236 | 337 | 260 | 35 | 0 | 25 | 15 | 211 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10110000 | 11101 | 0 | 10101 | 1101 | 10001001 | 110010 | 1001011 |
Color Harmonies of #9EDFB0
Complementary color
Monochromatic Colors of #9EDFB0
Black with #9EDFB0
Text Example
Text Example
White with #9EDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFB0; }
p { color: rgb(158,223,176); }
H1.HeaderClassName
{
color: #9EDFB0;
}
.AnyTagClassName
{
color: #9EDFB0;
}
</style>
background-color css
<style>
a { background-color: #9EDFB0; }
a { background-color: rgb(158,223,176); }
div.DivClassName
{
background-color: #9EDFB0;
}
.BgClassName
{
background-color: #9EDFB0;
}
</style>
border-color css
<style>
span { border-color: #9EDFB0; }
span { border-color: rgb(158,223,176); }
td.TdClassName
{
border-color: #9EDFB0;
}
.TagClassName
{
border-color: #9EDFB0;
}
</style>