Shades of Chinook #9EDFAE
Tints of Chinook #9EDFAE
RGB
CMYK
RGB Variations
Color information
#9EDFAE (or 0x9EDFAE) is known color: Chinook. HEX triplet: 9E, DF and AE. RGB value is (158,223,174). Sum of RGB (Red+Green+Blue) = 158+223+174=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFAE is #612051. Grayscale: #C6C6C6. Windows color (decimal): -6365266 or 11460510. OLE color: 11460510.
HSL color Cylindrical-coordinate representation of color #9EDFAE: hue angle of 134.77º 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 #9EDFAE is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 174 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.13 |
| HSL | 134.77º | 0.5% | 0.75% | - |
| HSV(B) | 134.77º | 0.29% | 0.87% | - |
| XYZ | 48.13 | 63.1 | 49.69 | - |
| YUV | 197.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 174 | 0.29 | 0 | 0.22 | 0.13 | 134.77 | 0.5 | 0.75 |
| Hex | 9E | DF | AE | 1D | 0 | 16 | D | 87 | 32 | 4B |
| Octal | 236 | 337 | 256 | 35 | 0 | 26 | 15 | 207 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10101110 | 11101 | 0 | 10110 | 1101 | 10000111 | 110010 | 1001011 |
Color Harmonies of #9EDFAE
Complementary color
Monochromatic Colors of #9EDFAE
Black with #9EDFAE
Text Example
Text Example
White with #9EDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFAE; }
p { color: rgb(158,223,174); }
H1.HeaderClassName
{
color: #9EDFAE;
}
.AnyTagClassName
{
color: #9EDFAE;
}
</style>
background-color css
<style>
a { background-color: #9EDFAE; }
a { background-color: rgb(158,223,174); }
div.DivClassName
{
background-color: #9EDFAE;
}
.BgClassName
{
background-color: #9EDFAE;
}
</style>
border-color css
<style>
span { border-color: #9EDFAE; }
span { border-color: rgb(158,223,174); }
td.TdClassName
{
border-color: #9EDFAE;
}
.TagClassName
{
border-color: #9EDFAE;
}
</style>