Shades of Chinook #99DDA2
Tints of Chinook #99DDA2
RGB
CMYK
RGB Variations
Color information
#99DDA2 (or 0x99DDA2) is known color: Chinook. HEX triplet: 99, DD and A2. RGB value is (153,221,162). Sum of RGB (Red+Green+Blue) = 153+221+162=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA2 is #66225D. Grayscale: #C2C2C2. Windows color (decimal): -6693470 or 10673561. OLE color: 10673561.
HSL color Cylindrical-coordinate representation of color #99DDA2: hue angle of 127.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDA2 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 162 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.13 |
| HSL | 127.94º | 0.5% | 0.73% | - |
| HSV(B) | 127.94º | 0.31% | 0.87% | - |
| XYZ | 45.51 | 61.09 | 43.58 | - |
| YUV | 193.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 162 | 0.31 | 0 | 0.27 | 0.13 | 127.94 | 0.5 | 0.73 |
| Hex | 99 | DD | A2 | 1F | 0 | 1B | D | 80 | 32 | 49 |
| Octal | 231 | 335 | 242 | 37 | 0 | 33 | 15 | 200 | 62 | 111 |
| Binary | 10011001 | 11011101 | 10100010 | 11111 | 0 | 11011 | 1101 | 10000000 | 110010 | 1001001 |
Color Harmonies of #99DDA2
Complementary color
Monochromatic Colors of #99DDA2
Black with #99DDA2
Text Example
Text Example
White with #99DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDA2; }
p { color: rgb(153,221,162); }
H1.HeaderClassName
{
color: #99DDA2;
}
.AnyTagClassName
{
color: #99DDA2;
}
</style>
background-color css
<style>
a { background-color: #99DDA2; }
a { background-color: rgb(153,221,162); }
div.DivClassName
{
background-color: #99DDA2;
}
.BgClassName
{
background-color: #99DDA2;
}
</style>
border-color css
<style>
span { border-color: #99DDA2; }
span { border-color: rgb(153,221,162); }
td.TdClassName
{
border-color: #99DDA2;
}
.TagClassName
{
border-color: #99DDA2;
}
</style>