Shades of Chinook #9DCCAC
Tints of Chinook #9DCCAC
RGB
CMYK
RGB Variations
Color information
#9DCCAC (or 0x9DCCAC) is known color: Chinook. HEX triplet: 9D, CC and AC. RGB value is (157,204,172). Sum of RGB (Red+Green+Blue) = 157+204+172=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCAC is #623353. Grayscale: #BABABA. Windows color (decimal): -6435668 or 11324573. OLE color: 11324573.
HSL color Cylindrical-coordinate representation of color #9DCCAC: hue angle of 139.15º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCAC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 172 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.2 |
| HSL | 139.15º | 0.32% | 0.71% | - |
| HSV(B) | 139.15º | 0.23% | 0.8% | - |
| XYZ | 42.94 | 53.33 | 47.06 | - |
| YUV | 186.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 172 | 0.23 | 0 | 0.16 | 0.2 | 139.15 | 0.32 | 0.71 |
| Hex | 9D | CC | AC | 17 | 0 | 10 | 14 | 8B | 20 | 47 |
| Octal | 235 | 314 | 254 | 27 | 0 | 20 | 24 | 213 | 40 | 107 |
| Binary | 10011101 | 11001100 | 10101100 | 10111 | 0 | 10000 | 10100 | 10001011 | 100000 | 1000111 |
Color Harmonies of #9DCCAC
Complementary color
Monochromatic Colors of #9DCCAC
Black with #9DCCAC
Text Example
Text Example
White with #9DCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCAC; }
p { color: rgb(157,204,172); }
H1.HeaderClassName
{
color: #9DCCAC;
}
.AnyTagClassName
{
color: #9DCCAC;
}
</style>
background-color css
<style>
a { background-color: #9DCCAC; }
a { background-color: rgb(157,204,172); }
div.DivClassName
{
background-color: #9DCCAC;
}
.BgClassName
{
background-color: #9DCCAC;
}
</style>
border-color css
<style>
span { border-color: #9DCCAC; }
span { border-color: rgb(157,204,172); }
td.TdClassName
{
border-color: #9DCCAC;
}
.TagClassName
{
border-color: #9DCCAC;
}
</style>