Shades of Chinook #9DC0A0
Tints of Chinook #9DC0A0
RGB
CMYK
RGB Variations
Color information
#9DC0A0 (or 0x9DC0A0) is known color: Chinook. HEX triplet: 9D, C0 and A0. RGB value is (157,192,160). Sum of RGB (Red+Green+Blue) = 157+192+160=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC0A0 is #623F5F. Grayscale: #B1B1B1. Windows color (decimal): -6438752 or 10535069. OLE color: 10535069.
HSL color Cylindrical-coordinate representation of color #9DC0A0: hue angle of 125.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DC0A0 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 160 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.25 |
| HSL | 125.14º | 0.22% | 0.68% | - |
| HSV(B) | 125.14º | 0.18% | 0.75% | - |
| XYZ | 39.1 | 47.41 | 40.35 | - |
| YUV | 177.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 160 | 0.18 | 0 | 0.17 | 0.25 | 125.14 | 0.22 | 0.68 |
| Hex | 9D | C0 | A0 | 12 | 0 | 11 | 19 | 7D | 16 | 44 |
| Octal | 235 | 300 | 240 | 22 | 0 | 21 | 31 | 175 | 26 | 104 |
| Binary | 10011101 | 11000000 | 10100000 | 10010 | 0 | 10001 | 11001 | 1111101 | 10110 | 1000100 |
Color Harmonies of #9DC0A0
Complementary color
Monochromatic Colors of #9DC0A0
Black with #9DC0A0
Text Example
Text Example
White with #9DC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0A0; }
p { color: rgb(157,192,160); }
H1.HeaderClassName
{
color: #9DC0A0;
}
.AnyTagClassName
{
color: #9DC0A0;
}
</style>
background-color css
<style>
a { background-color: #9DC0A0; }
a { background-color: rgb(157,192,160); }
div.DivClassName
{
background-color: #9DC0A0;
}
.BgClassName
{
background-color: #9DC0A0;
}
</style>
border-color css
<style>
span { border-color: #9DC0A0; }
span { border-color: rgb(157,192,160); }
td.TdClassName
{
border-color: #9DC0A0;
}
.TagClassName
{
border-color: #9DC0A0;
}
</style>