Shades of Chinook #9DC1A1
Tints of Chinook #9DC1A1
RGB
CMYK
RGB Variations
Color information
#9DC1A1 (or 0x9DC1A1) is known color: Chinook. HEX triplet: 9D, C1 and A1. RGB value is (157,193,161). Sum of RGB (Red+Green+Blue) = 157+193+161=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC1A1 is #623E5E. Grayscale: #B2B2B2. Windows color (decimal): -6438495 or 10600861. OLE color: 10600861.
HSL color Cylindrical-coordinate representation of color #9DC1A1: hue angle of 126.67º degrees, saturation: 0.22, 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 #9DC1A1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 161 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.24 |
| HSL | 126.67º | 0.23% | 0.69% | - |
| HSV(B) | 126.67º | 0.19% | 0.76% | - |
| XYZ | 39.41 | 47.88 | 40.88 | - |
| YUV | 178.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 161 | 0.19 | 0 | 0.17 | 0.24 | 126.67 | 0.23 | 0.69 |
| Hex | 9D | C1 | A1 | 13 | 0 | 11 | 18 | 7F | 16 | 45 |
| Octal | 235 | 301 | 241 | 23 | 0 | 21 | 30 | 177 | 26 | 105 |
| Binary | 10011101 | 11000001 | 10100001 | 10011 | 0 | 10001 | 11000 | 1111111 | 10110 | 1000101 |
Color Harmonies of #9DC1A1
Complementary color
Monochromatic Colors of #9DC1A1
Black with #9DC1A1
Text Example
Text Example
White with #9DC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC1A1; }
p { color: rgb(157,193,161); }
H1.HeaderClassName
{
color: #9DC1A1;
}
.AnyTagClassName
{
color: #9DC1A1;
}
</style>
background-color css
<style>
a { background-color: #9DC1A1; }
a { background-color: rgb(157,193,161); }
div.DivClassName
{
background-color: #9DC1A1;
}
.BgClassName
{
background-color: #9DC1A1;
}
</style>
border-color css
<style>
span { border-color: #9DC1A1; }
span { border-color: rgb(157,193,161); }
td.TdClassName
{
border-color: #9DC1A1;
}
.TagClassName
{
border-color: #9DC1A1;
}
</style>