Shades of Chinook #9DC9A3
Tints of Chinook #9DC9A3
RGB
CMYK
RGB Variations
Color information
#9DC9A3 (or 0x9DC9A3) is known color: Chinook. HEX triplet: 9D, C9 and A3. RGB value is (157,201,163). Sum of RGB (Red+Green+Blue) = 157+201+163=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC9A3 is #62365C. Grayscale: #B7B7B7. Windows color (decimal): -6436445 or 10733981. OLE color: 10733981.
HSL color Cylindrical-coordinate representation of color #9DC9A3: hue angle of 128.18º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9A3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 163 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.21 |
| HSL | 128.18º | 0.29% | 0.7% | - |
| HSV(B) | 128.18º | 0.22% | 0.79% | - |
| XYZ | 41.4 | 51.59 | 42.43 | - |
| YUV | 183.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 163 | 0.22 | 0 | 0.19 | 0.21 | 128.18 | 0.29 | 0.7 |
| Hex | 9D | C9 | A3 | 16 | 0 | 13 | 15 | 80 | 1D | 46 |
| Octal | 235 | 311 | 243 | 26 | 0 | 23 | 25 | 200 | 35 | 106 |
| Binary | 10011101 | 11001001 | 10100011 | 10110 | 0 | 10011 | 10101 | 10000000 | 11101 | 1000110 |
Color Harmonies of #9DC9A3
Complementary color
Monochromatic Colors of #9DC9A3
Black with #9DC9A3
Text Example
Text Example
White with #9DC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC9A3; }
p { color: rgb(157,201,163); }
H1.HeaderClassName
{
color: #9DC9A3;
}
.AnyTagClassName
{
color: #9DC9A3;
}
</style>
background-color css
<style>
a { background-color: #9DC9A3; }
a { background-color: rgb(157,201,163); }
div.DivClassName
{
background-color: #9DC9A3;
}
.BgClassName
{
background-color: #9DC9A3;
}
</style>
border-color css
<style>
span { border-color: #9DC9A3; }
span { border-color: rgb(157,201,163); }
td.TdClassName
{
border-color: #9DC9A3;
}
.TagClassName
{
border-color: #9DC9A3;
}
</style>