Shades of Chinook #9CDEAB
Tints of Chinook #9CDEAB
RGB
CMYK
RGB Variations
Color information
#9CDEAB (or 0x9CDEAB) is known color: Chinook. HEX triplet: 9C, DE and AB. RGB value is (156,222,171). Sum of RGB (Red+Green+Blue) = 156+222+171=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEAB is #632154. Grayscale: #C4C4C4. Windows color (decimal): -6496597 or 11263644. OLE color: 11263644.
HSL color Cylindrical-coordinate representation of color #9CDEAB: hue angle of 133.64º 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 #9CDEAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 171 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 133.64º | 0.5% | 0.74% | - |
| HSV(B) | 133.64º | 0.3% | 0.87% | - |
| XYZ | 47.18 | 62.25 | 48.06 | - |
| YUV | 196.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 171 | 0.30 | 0 | 0.23 | 0.13 | 133.64 | 0.5 | 0.74 |
| Hex | 9C | DE | AB | 1E | 0 | 17 | D | 86 | 32 | 4A |
| Octal | 234 | 336 | 253 | 36 | 0 | 27 | 15 | 206 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10101011 | 11110 | 0 | 10111 | 1101 | 10000110 | 110010 | 1001010 |
Color Harmonies of #9CDEAB
Complementary color
Monochromatic Colors of #9CDEAB
Black with #9CDEAB
Text Example
Text Example
White with #9CDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEAB; }
p { color: rgb(156,222,171); }
H1.HeaderClassName
{
color: #9CDEAB;
}
.AnyTagClassName
{
color: #9CDEAB;
}
</style>
background-color css
<style>
a { background-color: #9CDEAB; }
a { background-color: rgb(156,222,171); }
div.DivClassName
{
background-color: #9CDEAB;
}
.BgClassName
{
background-color: #9CDEAB;
}
</style>
border-color css
<style>
span { border-color: #9CDEAB; }
span { border-color: rgb(156,222,171); }
td.TdClassName
{
border-color: #9CDEAB;
}
.TagClassName
{
border-color: #9CDEAB;
}
</style>