Shades of Chinook #9DDDAC
Tints of Chinook #9DDDAC
RGB
CMYK
RGB Variations
Color information
#9DDDAC (or 0x9DDDAC) is known color: Chinook. HEX triplet: 9D, DD and AC. RGB value is (157,221,172). Sum of RGB (Red+Green+Blue) = 157+221+172=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAC is #622253. Grayscale: #C4C4C4. Windows color (decimal): -6431316 or 11328925. OLE color: 11328925.
HSL color Cylindrical-coordinate representation of color #9DDDAC: hue angle of 134.06º 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 #9DDDAC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 172 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.13 |
| HSL | 134.06º | 0.48% | 0.74% | - |
| HSV(B) | 134.06º | 0.29% | 0.87% | - |
| XYZ | 47.21 | 61.86 | 48.48 | - |
| YUV | 196.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 172 | 0.29 | 0 | 0.22 | 0.13 | 134.06 | 0.48 | 0.74 |
| Hex | 9D | DD | AC | 1D | 0 | 16 | D | 86 | 30 | 4A |
| Octal | 235 | 335 | 254 | 35 | 0 | 26 | 15 | 206 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10101100 | 11101 | 0 | 10110 | 1101 | 10000110 | 110000 | 1001010 |
Color Harmonies of #9DDDAC
Complementary color
Monochromatic Colors of #9DDDAC
Black with #9DDDAC
Text Example
Text Example
White with #9DDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDAC; }
p { color: rgb(157,221,172); }
H1.HeaderClassName
{
color: #9DDDAC;
}
.AnyTagClassName
{
color: #9DDDAC;
}
</style>
background-color css
<style>
a { background-color: #9DDDAC; }
a { background-color: rgb(157,221,172); }
div.DivClassName
{
background-color: #9DDDAC;
}
.BgClassName
{
background-color: #9DDDAC;
}
</style>
border-color css
<style>
span { border-color: #9DDDAC; }
span { border-color: rgb(157,221,172); }
td.TdClassName
{
border-color: #9DDDAC;
}
.TagClassName
{
border-color: #9DDDAC;
}
</style>