Shades of Chinook #9ED4AB
Tints of Chinook #9ED4AB
RGB
CMYK
RGB Variations
Color information
#9ED4AB (or 0x9ED4AB) is known color: Chinook. HEX triplet: 9E, D4 and AB. RGB value is (158,212,171). Sum of RGB (Red+Green+Blue) = 158+212+171=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED4AB is #612B54. Grayscale: #BFBFBF. Windows color (decimal): -6368085 or 11261086. OLE color: 11261086.
HSL color Cylindrical-coordinate representation of color #9ED4AB: hue angle of 134.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED4AB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 171 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.17 |
| HSL | 134.44º | 0.39% | 0.73% | - |
| HSV(B) | 134.44º | 0.25% | 0.83% | - |
| XYZ | 44.99 | 57.3 | 47.22 | - |
| YUV | 191.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 171 | 0.25 | 0 | 0.19 | 0.17 | 134.44 | 0.39 | 0.73 |
| Hex | 9E | D4 | AB | 19 | 0 | 13 | 11 | 86 | 27 | 49 |
| Octal | 236 | 324 | 253 | 31 | 0 | 23 | 21 | 206 | 47 | 111 |
| Binary | 10011110 | 11010100 | 10101011 | 11001 | 0 | 10011 | 10001 | 10000110 | 100111 | 1001001 |
Color Harmonies of #9ED4AB
Complementary color
Monochromatic Colors of #9ED4AB
Black with #9ED4AB
Text Example
Text Example
White with #9ED4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED4AB; }
p { color: rgb(158,212,171); }
H1.HeaderClassName
{
color: #9ED4AB;
}
.AnyTagClassName
{
color: #9ED4AB;
}
</style>
background-color css
<style>
a { background-color: #9ED4AB; }
a { background-color: rgb(158,212,171); }
div.DivClassName
{
background-color: #9ED4AB;
}
.BgClassName
{
background-color: #9ED4AB;
}
</style>
border-color css
<style>
span { border-color: #9ED4AB; }
span { border-color: rgb(158,212,171); }
td.TdClassName
{
border-color: #9ED4AB;
}
.TagClassName
{
border-color: #9ED4AB;
}
</style>