Shades of Chinook #9EC9AB
Tints of Chinook #9EC9AB
RGB
CMYK
RGB Variations
Color information
#9EC9AB (or 0x9EC9AB) is known color: Chinook. HEX triplet: 9E, C9 and AB. RGB value is (158,201,171). Sum of RGB (Red+Green+Blue) = 158+201+171=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC9AB is #613654. Grayscale: #B8B8B8. Windows color (decimal): -6370901 or 11258270. OLE color: 11258270.
HSL color Cylindrical-coordinate representation of color #9EC9AB: hue angle of 138.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9AB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 171 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.21 |
| HSL | 138.14º | 0.28% | 0.7% | - |
| HSV(B) | 138.14º | 0.21% | 0.79% | - |
| XYZ | 42.34 | 51.98 | 46.33 | - |
| YUV | 184.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 171 | 0.21 | 0 | 0.15 | 0.21 | 138.14 | 0.28 | 0.7 |
| Hex | 9E | C9 | AB | 15 | 0 | F | 15 | 8A | 1C | 46 |
| Octal | 236 | 311 | 253 | 25 | 0 | 17 | 25 | 212 | 34 | 106 |
| Binary | 10011110 | 11001001 | 10101011 | 10101 | 0 | 1111 | 10101 | 10001010 | 11100 | 1000110 |
Color Harmonies of #9EC9AB
Complementary color
Monochromatic Colors of #9EC9AB
Black with #9EC9AB
Text Example
Text Example
White with #9EC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9AB; }
p { color: rgb(158,201,171); }
H1.HeaderClassName
{
color: #9EC9AB;
}
.AnyTagClassName
{
color: #9EC9AB;
}
</style>
background-color css
<style>
a { background-color: #9EC9AB; }
a { background-color: rgb(158,201,171); }
div.DivClassName
{
background-color: #9EC9AB;
}
.BgClassName
{
background-color: #9EC9AB;
}
</style>
border-color css
<style>
span { border-color: #9EC9AB; }
span { border-color: rgb(158,201,171); }
td.TdClassName
{
border-color: #9EC9AB;
}
.TagClassName
{
border-color: #9EC9AB;
}
</style>