Shades of Chinook #9DC6A2
Tints of Chinook #9DC6A2
RGB
CMYK
RGB Variations
Color information
#9DC6A2 (or 0x9DC6A2) is known color: Chinook. HEX triplet: 9D, C6 and A2. RGB value is (157,198,162). Sum of RGB (Red+Green+Blue) = 157+198+162=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC6A2 is #62395D. Grayscale: #B5B5B5. Windows color (decimal): -6437214 or 10667677. OLE color: 10667677.
HSL color Cylindrical-coordinate representation of color #9DC6A2: hue angle of 127.32º degrees, saturation: 0.26, 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 #9DC6A2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 162 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.22 |
| HSL | 127.32º | 0.26% | 0.7% | - |
| HSV(B) | 127.32º | 0.21% | 0.78% | - |
| XYZ | 40.62 | 50.16 | 41.72 | - |
| YUV | 181.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 162 | 0.21 | 0 | 0.18 | 0.22 | 127.32 | 0.26 | 0.7 |
| Hex | 9D | C6 | A2 | 15 | 0 | 12 | 16 | 7F | 1A | 46 |
| Octal | 235 | 306 | 242 | 25 | 0 | 22 | 26 | 177 | 32 | 106 |
| Binary | 10011101 | 11000110 | 10100010 | 10101 | 0 | 10010 | 10110 | 1111111 | 11010 | 1000110 |
Color Harmonies of #9DC6A2
Complementary color
Monochromatic Colors of #9DC6A2
Black with #9DC6A2
Text Example
Text Example
White with #9DC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC6A2; }
p { color: rgb(157,198,162); }
H1.HeaderClassName
{
color: #9DC6A2;
}
.AnyTagClassName
{
color: #9DC6A2;
}
</style>
background-color css
<style>
a { background-color: #9DC6A2; }
a { background-color: rgb(157,198,162); }
div.DivClassName
{
background-color: #9DC6A2;
}
.BgClassName
{
background-color: #9DC6A2;
}
</style>
border-color css
<style>
span { border-color: #9DC6A2; }
span { border-color: rgb(157,198,162); }
td.TdClassName
{
border-color: #9DC6A2;
}
.TagClassName
{
border-color: #9DC6A2;
}
</style>