Shades of Chinook #9CDDAE
Tints of Chinook #9CDDAE
RGB
CMYK
RGB Variations
Color information
#9CDDAE (or 0x9CDDAE) is known color: Chinook. HEX triplet: 9C, DD and AE. RGB value is (156,221,174). Sum of RGB (Red+Green+Blue) = 156+221+174=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDAE is #632251. Grayscale: #C4C4C4. Windows color (decimal): -6496850 or 11459996. OLE color: 11459996.
HSL color Cylindrical-coordinate representation of color #9CDDAE: hue angle of 136.62º 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 #9CDDAE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 174 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.13 |
| HSL | 136.62º | 0.49% | 0.74% | - |
| HSV(B) | 136.62º | 0.29% | 0.87% | - |
| XYZ | 47.21 | 61.84 | 49.49 | - |
| YUV | 196.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 174 | 0.29 | 0 | 0.21 | 0.13 | 136.62 | 0.49 | 0.74 |
| Hex | 9C | DD | AE | 1D | 0 | 15 | D | 89 | 31 | 4A |
| Octal | 234 | 335 | 256 | 35 | 0 | 25 | 15 | 211 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10101110 | 11101 | 0 | 10101 | 1101 | 10001001 | 110001 | 1001010 |
Color Harmonies of #9CDDAE
Complementary color
Monochromatic Colors of #9CDDAE
Black with #9CDDAE
Text Example
Text Example
White with #9CDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDAE; }
p { color: rgb(156,221,174); }
H1.HeaderClassName
{
color: #9CDDAE;
}
.AnyTagClassName
{
color: #9CDDAE;
}
</style>
background-color css
<style>
a { background-color: #9CDDAE; }
a { background-color: rgb(156,221,174); }
div.DivClassName
{
background-color: #9CDDAE;
}
.BgClassName
{
background-color: #9CDDAE;
}
</style>
border-color css
<style>
span { border-color: #9CDDAE; }
span { border-color: rgb(156,221,174); }
td.TdClassName
{
border-color: #9CDDAE;
}
.TagClassName
{
border-color: #9CDDAE;
}
</style>