Shades of Chinook #9DDDAB
Tints of Chinook #9DDDAB
RGB
CMYK
RGB Variations
Color information
#9DDDAB (or 0x9DDDAB) is known color: Chinook. HEX triplet: 9D, DD and AB. RGB value is (157,221,171). Sum of RGB (Red+Green+Blue) = 157+221+171=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAB is #622254. Grayscale: #C4C4C4. Windows color (decimal): -6431317 or 11263389. OLE color: 11263389.
HSL color Cylindrical-coordinate representation of color #9DDDAB: hue angle of 133.12º degrees, saturation: 0.48, 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 #9DDDAB is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 171 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.13 |
| HSL | 133.13º | 0.48% | 0.74% | - |
| HSV(B) | 133.13º | 0.29% | 0.87% | - |
| XYZ | 47.11 | 61.82 | 47.98 | - |
| YUV | 196.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 171 | 0.29 | 0 | 0.23 | 0.13 | 133.13 | 0.48 | 0.74 |
| Hex | 9D | DD | AB | 1D | 0 | 17 | D | 85 | 30 | 4A |
| Octal | 235 | 335 | 253 | 35 | 0 | 27 | 15 | 205 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10101011 | 11101 | 0 | 10111 | 1101 | 10000101 | 110000 | 1001010 |
Color Harmonies of #9DDDAB
Complementary color
Monochromatic Colors of #9DDDAB
Black with #9DDDAB
Text Example
Text Example
White with #9DDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDAB; }
p { color: rgb(157,221,171); }
H1.HeaderClassName
{
color: #9DDDAB;
}
.AnyTagClassName
{
color: #9DDDAB;
}
</style>
background-color css
<style>
a { background-color: #9DDDAB; }
a { background-color: rgb(157,221,171); }
div.DivClassName
{
background-color: #9DDDAB;
}
.BgClassName
{
background-color: #9DDDAB;
}
</style>
border-color css
<style>
span { border-color: #9DDDAB; }
span { border-color: rgb(157,221,171); }
td.TdClassName
{
border-color: #9DDDAB;
}
.TagClassName
{
border-color: #9DDDAB;
}
</style>