Shades of Chinook #9DCFAB
Tints of Chinook #9DCFAB
RGB
CMYK
RGB Variations
Color information
#9DCFAB (or 0x9DCFAB) is known color: Chinook. HEX triplet: 9D, CF and AB. RGB value is (157,207,171). Sum of RGB (Red+Green+Blue) = 157+207+171=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCFAB is #623054. Grayscale: #BCBCBC. Windows color (decimal): -6434901 or 11259805. OLE color: 11259805.
HSL color Cylindrical-coordinate representation of color #9DCFAB: hue angle of 136.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCFAB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 171 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.19 |
| HSL | 136.8º | 0.34% | 0.71% | - |
| HSV(B) | 136.8º | 0.24% | 0.81% | - |
| XYZ | 43.57 | 54.73 | 46.8 | - |
| YUV | 187.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 171 | 0.24 | 0 | 0.17 | 0.19 | 136.8 | 0.34 | 0.71 |
| Hex | 9D | CF | AB | 18 | 0 | 11 | 13 | 89 | 22 | 47 |
| Octal | 235 | 317 | 253 | 30 | 0 | 21 | 23 | 211 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10101011 | 11000 | 0 | 10001 | 10011 | 10001001 | 100010 | 1000111 |
Color Harmonies of #9DCFAB
Complementary color
Monochromatic Colors of #9DCFAB
Black with #9DCFAB
Text Example
Text Example
White with #9DCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFAB; }
p { color: rgb(157,207,171); }
H1.HeaderClassName
{
color: #9DCFAB;
}
.AnyTagClassName
{
color: #9DCFAB;
}
</style>
background-color css
<style>
a { background-color: #9DCFAB; }
a { background-color: rgb(157,207,171); }
div.DivClassName
{
background-color: #9DCFAB;
}
.BgClassName
{
background-color: #9DCFAB;
}
</style>
border-color css
<style>
span { border-color: #9DCFAB; }
span { border-color: rgb(157,207,171); }
td.TdClassName
{
border-color: #9DCFAB;
}
.TagClassName
{
border-color: #9DCFAB;
}
</style>