Shades of Chinook #9DC3A0
Tints of Chinook #9DC3A0
RGB
CMYK
RGB Variations
Color information
#9DC3A0 (or 0x9DC3A0) is known color: Chinook. HEX triplet: 9D, C3 and A0. RGB value is (157,195,160). Sum of RGB (Red+Green+Blue) = 157+195+160=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC3A0 is #623C5F. Grayscale: #B3B3B3. Windows color (decimal): -6437984 or 10535837. OLE color: 10535837.
HSL color Cylindrical-coordinate representation of color #9DC3A0: hue angle of 124.74º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC3A0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 160 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.24 |
| HSL | 124.74º | 0.24% | 0.69% | - |
| HSV(B) | 124.74º | 0.19% | 0.76% | - |
| XYZ | 39.76 | 48.74 | 40.57 | - |
| YUV | 179.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 160 | 0.19 | 0 | 0.18 | 0.24 | 124.74 | 0.24 | 0.69 |
| Hex | 9D | C3 | A0 | 13 | 0 | 12 | 18 | 7D | 18 | 45 |
| Octal | 235 | 303 | 240 | 23 | 0 | 22 | 30 | 175 | 30 | 105 |
| Binary | 10011101 | 11000011 | 10100000 | 10011 | 0 | 10010 | 11000 | 1111101 | 11000 | 1000101 |
Color Harmonies of #9DC3A0
Complementary color
Monochromatic Colors of #9DC3A0
Black with #9DC3A0
Text Example
Text Example
White with #9DC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC3A0; }
p { color: rgb(157,195,160); }
H1.HeaderClassName
{
color: #9DC3A0;
}
.AnyTagClassName
{
color: #9DC3A0;
}
</style>
background-color css
<style>
a { background-color: #9DC3A0; }
a { background-color: rgb(157,195,160); }
div.DivClassName
{
background-color: #9DC3A0;
}
.BgClassName
{
background-color: #9DC3A0;
}
</style>
border-color css
<style>
span { border-color: #9DC3A0; }
span { border-color: rgb(157,195,160); }
td.TdClassName
{
border-color: #9DC3A0;
}
.TagClassName
{
border-color: #9DC3A0;
}
</style>