Shades of Chinook #9CDDAC
Tints of Chinook #9CDDAC
RGB
CMYK
RGB Variations
Color information
#9CDDAC (or 0x9CDDAC) is known color: Chinook. HEX triplet: 9C, DD and AC. RGB value is (156,221,172). Sum of RGB (Red+Green+Blue) = 156+221+172=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDAC is #632253. Grayscale: #C4C4C4. Windows color (decimal): -6496852 or 11328924. OLE color: 11328924.
HSL color Cylindrical-coordinate representation of color #9CDDAC: hue angle of 134.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDAC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 172 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.13 |
| HSL | 134.77º | 0.49% | 0.74% | - |
| HSV(B) | 134.77º | 0.29% | 0.87% | - |
| XYZ | 47.01 | 61.76 | 48.47 | - |
| YUV | 195.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 172 | 0.29 | 0 | 0.22 | 0.13 | 134.77 | 0.49 | 0.74 |
| Hex | 9C | DD | AC | 1D | 0 | 16 | D | 87 | 31 | 4A |
| Octal | 234 | 335 | 254 | 35 | 0 | 26 | 15 | 207 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10101100 | 11101 | 0 | 10110 | 1101 | 10000111 | 110001 | 1001010 |
Color Harmonies of #9CDDAC
Complementary color
Monochromatic Colors of #9CDDAC
Black with #9CDDAC
Text Example
Text Example
White with #9CDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDAC; }
p { color: rgb(156,221,172); }
H1.HeaderClassName
{
color: #9CDDAC;
}
.AnyTagClassName
{
color: #9CDDAC;
}
</style>
background-color css
<style>
a { background-color: #9CDDAC; }
a { background-color: rgb(156,221,172); }
div.DivClassName
{
background-color: #9CDDAC;
}
.BgClassName
{
background-color: #9CDDAC;
}
</style>
border-color css
<style>
span { border-color: #9CDDAC; }
span { border-color: rgb(156,221,172); }
td.TdClassName
{
border-color: #9CDDAC;
}
.TagClassName
{
border-color: #9CDDAC;
}
</style>