Shades of Chinook #9EDFAB
Tints of Chinook #9EDFAB
RGB
CMYK
RGB Variations
Color information
#9EDFAB (or 0x9EDFAB) is known color: Chinook. HEX triplet: 9E, DF and AB. RGB value is (158,223,171). Sum of RGB (Red+Green+Blue) = 158+223+171=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFAB is #612054. Grayscale: #C5C5C5. Windows color (decimal): -6365269 or 11263902. OLE color: 11263902.
HSL color Cylindrical-coordinate representation of color #9EDFAB: hue angle of 132º 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 #9EDFAB is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 171 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.13 |
| HSL | 132º | 0.5% | 0.75% | - |
| HSV(B) | 132º | 0.29% | 0.87% | - |
| XYZ | 47.84 | 62.98 | 48.16 | - |
| YUV | 197.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 171 | 0.29 | 0 | 0.23 | 0.13 | 132 | 0.5 | 0.75 |
| Hex | 9E | DF | AB | 1D | 0 | 17 | D | 84 | 32 | 4B |
| Octal | 236 | 337 | 253 | 35 | 0 | 27 | 15 | 204 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10101011 | 11101 | 0 | 10111 | 1101 | 10000100 | 110010 | 1001011 |
Color Harmonies of #9EDFAB
Complementary color
Monochromatic Colors of #9EDFAB
Black with #9EDFAB
Text Example
Text Example
White with #9EDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFAB; }
p { color: rgb(158,223,171); }
H1.HeaderClassName
{
color: #9EDFAB;
}
.AnyTagClassName
{
color: #9EDFAB;
}
</style>
background-color css
<style>
a { background-color: #9EDFAB; }
a { background-color: rgb(158,223,171); }
div.DivClassName
{
background-color: #9EDFAB;
}
.BgClassName
{
background-color: #9EDFAB;
}
</style>
border-color css
<style>
span { border-color: #9EDFAB; }
span { border-color: rgb(158,223,171); }
td.TdClassName
{
border-color: #9EDFAB;
}
.TagClassName
{
border-color: #9EDFAB;
}
</style>