Shades of Chinook #9CDEAC
Tints of Chinook #9CDEAC
RGB
CMYK
RGB Variations
Color information
#9CDEAC (or 0x9CDEAC) is known color: Chinook. HEX triplet: 9C, DE and AC. RGB value is (156,222,172). Sum of RGB (Red+Green+Blue) = 156+222+172=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEAC is #632153. Grayscale: #C4C4C4. Windows color (decimal): -6496596 or 11329180. OLE color: 11329180.
HSL color Cylindrical-coordinate representation of color #9CDEAC: hue angle of 134.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEAC is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 172 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 134.55º | 0.5% | 0.74% | - |
| HSV(B) | 134.55º | 0.3% | 0.87% | - |
| XYZ | 47.28 | 62.29 | 48.56 | - |
| YUV | 196.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 172 | 0.30 | 0 | 0.23 | 0.13 | 134.55 | 0.5 | 0.74 |
| Hex | 9C | DE | AC | 1E | 0 | 17 | D | 87 | 32 | 4A |
| Octal | 234 | 336 | 254 | 36 | 0 | 27 | 15 | 207 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10101100 | 11110 | 0 | 10111 | 1101 | 10000111 | 110010 | 1001010 |
Color Harmonies of #9CDEAC
Complementary color
Monochromatic Colors of #9CDEAC
Black with #9CDEAC
Text Example
Text Example
White with #9CDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEAC; }
p { color: rgb(156,222,172); }
H1.HeaderClassName
{
color: #9CDEAC;
}
.AnyTagClassName
{
color: #9CDEAC;
}
</style>
background-color css
<style>
a { background-color: #9CDEAC; }
a { background-color: rgb(156,222,172); }
div.DivClassName
{
background-color: #9CDEAC;
}
.BgClassName
{
background-color: #9CDEAC;
}
</style>
border-color css
<style>
span { border-color: #9CDEAC; }
span { border-color: rgb(156,222,172); }
td.TdClassName
{
border-color: #9CDEAC;
}
.TagClassName
{
border-color: #9CDEAC;
}
</style>