Shades of Chinook #9DC8A0
Tints of Chinook #9DC8A0
RGB
CMYK
RGB Variations
Color information
#9DC8A0 (or 0x9DC8A0) is known color: Chinook. HEX triplet: 9D, C8 and A0. RGB value is (157,200,160). Sum of RGB (Red+Green+Blue) = 157+200+160=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC8A0 is #62375F. Grayscale: #B6B6B6. Windows color (decimal): -6436704 or 10537117. OLE color: 10537117.
HSL color Cylindrical-coordinate representation of color #9DC8A0: hue angle of 124.19º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC8A0 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 160 | - |
| CMYK | 0.22 | 0 | 0.2 | 0.22 |
| HSL | 124.19º | 0.28% | 0.7% | - |
| HSV(B) | 124.19º | 0.22% | 0.78% | - |
| XYZ | 40.9 | 51.01 | 40.95 | - |
| YUV | 182.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 160 | 0.22 | 0 | 0.2 | 0.22 | 124.19 | 0.28 | 0.7 |
| Hex | 9D | C8 | A0 | 16 | 0 | 14 | 16 | 7C | 1C | 46 |
| Octal | 235 | 310 | 240 | 26 | 0 | 24 | 26 | 174 | 34 | 106 |
| Binary | 10011101 | 11001000 | 10100000 | 10110 | 0 | 10100 | 10110 | 1111100 | 11100 | 1000110 |
Color Harmonies of #9DC8A0
Complementary color
Monochromatic Colors of #9DC8A0
Black with #9DC8A0
Text Example
Text Example
White with #9DC8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC8A0; }
p { color: rgb(157,200,160); }
H1.HeaderClassName
{
color: #9DC8A0;
}
.AnyTagClassName
{
color: #9DC8A0;
}
</style>
background-color css
<style>
a { background-color: #9DC8A0; }
a { background-color: rgb(157,200,160); }
div.DivClassName
{
background-color: #9DC8A0;
}
.BgClassName
{
background-color: #9DC8A0;
}
</style>
border-color css
<style>
span { border-color: #9DC8A0; }
span { border-color: rgb(157,200,160); }
td.TdClassName
{
border-color: #9DC8A0;
}
.TagClassName
{
border-color: #9DC8A0;
}
</style>