Shades of Chinook #9DDDAD
Tints of Chinook #9DDDAD
RGB
CMYK
RGB Variations
Color information
#9DDDAD (or 0x9DDDAD) is known color: Chinook. HEX triplet: 9D, DD and AD. RGB value is (157,221,173). Sum of RGB (Red+Green+Blue) = 157+221+173=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAD is #622252. Grayscale: #C4C4C4. Windows color (decimal): -6431315 or 11394461. OLE color: 11394461.
HSL color Cylindrical-coordinate representation of color #9DDDAD: hue angle of 135º 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 #9DDDAD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 173 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.13 |
| HSL | 135º | 0.48% | 0.74% | - |
| HSV(B) | 135º | 0.29% | 0.87% | - |
| XYZ | 47.3 | 61.9 | 48.99 | - |
| YUV | 196.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 173 | 0.29 | 0 | 0.22 | 0.13 | 135 | 0.48 | 0.74 |
| Hex | 9D | DD | AD | 1D | 0 | 16 | D | 87 | 30 | 4A |
| Octal | 235 | 335 | 255 | 35 | 0 | 26 | 15 | 207 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10101101 | 11101 | 0 | 10110 | 1101 | 10000111 | 110000 | 1001010 |
Color Harmonies of #9DDDAD
Complementary color
Monochromatic Colors of #9DDDAD
Black with #9DDDAD
Text Example
Text Example
White with #9DDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDAD; }
p { color: rgb(157,221,173); }
H1.HeaderClassName
{
color: #9DDDAD;
}
.AnyTagClassName
{
color: #9DDDAD;
}
</style>
background-color css
<style>
a { background-color: #9DDDAD; }
a { background-color: rgb(157,221,173); }
div.DivClassName
{
background-color: #9DDDAD;
}
.BgClassName
{
background-color: #9DDDAD;
}
</style>
border-color css
<style>
span { border-color: #9DDDAD; }
span { border-color: rgb(157,221,173); }
td.TdClassName
{
border-color: #9DDDAD;
}
.TagClassName
{
border-color: #9DDDAD;
}
</style>