Shades of Chinook #9DC0A6
Tints of Chinook #9DC0A6
RGB
CMYK
RGB Variations
Color information
#9DC0A6 (or 0x9DC0A6) is known color: Chinook. HEX triplet: 9D, C0 and A6. RGB value is (157,192,166). Sum of RGB (Red+Green+Blue) = 157+192+166=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC0A6 is #623F59. Grayscale: #B2B2B2. Windows color (decimal): -6438746 or 10928285. OLE color: 10928285.
HSL color Cylindrical-coordinate representation of color #9DC0A6: hue angle of 135.43º 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 #9DC0A6 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 166 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.25 |
| HSL | 135.43º | 0.22% | 0.68% | - |
| HSV(B) | 135.43º | 0.18% | 0.75% | - |
| XYZ | 39.64 | 47.62 | 43.18 | - |
| YUV | 178.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 166 | 0.18 | 0 | 0.14 | 0.25 | 135.43 | 0.22 | 0.68 |
| Hex | 9D | C0 | A6 | 12 | 0 | E | 19 | 87 | 16 | 44 |
| Octal | 235 | 300 | 246 | 22 | 0 | 16 | 31 | 207 | 26 | 104 |
| Binary | 10011101 | 11000000 | 10100110 | 10010 | 0 | 1110 | 11001 | 10000111 | 10110 | 1000100 |
Color Harmonies of #9DC0A6
Complementary color
Monochromatic Colors of #9DC0A6
Black with #9DC0A6
Text Example
Text Example
White with #9DC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0A6; }
p { color: rgb(157,192,166); }
H1.HeaderClassName
{
color: #9DC0A6;
}
.AnyTagClassName
{
color: #9DC0A6;
}
</style>
background-color css
<style>
a { background-color: #9DC0A6; }
a { background-color: rgb(157,192,166); }
div.DivClassName
{
background-color: #9DC0A6;
}
.BgClassName
{
background-color: #9DC0A6;
}
</style>
border-color css
<style>
span { border-color: #9DC0A6; }
span { border-color: rgb(157,192,166); }
td.TdClassName
{
border-color: #9DC0A6;
}
.TagClassName
{
border-color: #9DC0A6;
}
</style>