Shades of Chinook #9DDEAA
Tints of Chinook #9DDEAA
RGB
CMYK
RGB Variations
Color information
#9DDEAA (or 0x9DDEAA) is known color: Chinook. HEX triplet: 9D, DE and AA. RGB value is (157,222,170). Sum of RGB (Red+Green+Blue) = 157+222+170=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEAA is #622155. Grayscale: #C4C4C4. Windows color (decimal): -6431062 or 11198109. OLE color: 11198109.
HSL color Cylindrical-coordinate representation of color #9DDEAA: hue angle of 132º degrees, saturation: 0.5, 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 #9DDEAA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 170 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.13 |
| HSL | 132º | 0.5% | 0.74% | - |
| HSV(B) | 132º | 0.29% | 0.87% | - |
| XYZ | 47.28 | 62.31 | 47.57 | - |
| YUV | 196.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 170 | 0.29 | 0 | 0.23 | 0.13 | 132 | 0.5 | 0.74 |
| Hex | 9D | DE | AA | 1D | 0 | 17 | D | 84 | 32 | 4A |
| Octal | 235 | 336 | 252 | 35 | 0 | 27 | 15 | 204 | 62 | 112 |
| Binary | 10011101 | 11011110 | 10101010 | 11101 | 0 | 10111 | 1101 | 10000100 | 110010 | 1001010 |
Color Harmonies of #9DDEAA
Complementary color
Monochromatic Colors of #9DDEAA
Black with #9DDEAA
Text Example
Text Example
White with #9DDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEAA; }
p { color: rgb(157,222,170); }
H1.HeaderClassName
{
color: #9DDEAA;
}
.AnyTagClassName
{
color: #9DDEAA;
}
</style>
background-color css
<style>
a { background-color: #9DDEAA; }
a { background-color: rgb(157,222,170); }
div.DivClassName
{
background-color: #9DDEAA;
}
.BgClassName
{
background-color: #9DDEAA;
}
</style>
border-color css
<style>
span { border-color: #9DDEAA; }
span { border-color: rgb(157,222,170); }
td.TdClassName
{
border-color: #9DDEAA;
}
.TagClassName
{
border-color: #9DDEAA;
}
</style>