Shades of Chinook #99DDA1
Tints of Chinook #99DDA1
RGB
CMYK
RGB Variations
Color information
#99DDA1 (or 0x99DDA1) is known color: Chinook. HEX triplet: 99, DD and A1. RGB value is (153,221,161). Sum of RGB (Red+Green+Blue) = 153+221+161=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA1 is #66225E. Grayscale: #C2C2C2. Windows color (decimal): -6693471 or 10608025. OLE color: 10608025.
HSL color Cylindrical-coordinate representation of color #99DDA1: hue angle of 127.06º 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 #99DDA1 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 161 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.13 |
| HSL | 127.06º | 0.5% | 0.73% | - |
| HSV(B) | 127.06º | 0.31% | 0.87% | - |
| XYZ | 45.43 | 61.06 | 43.11 | - |
| YUV | 193.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 161 | 0.31 | 0 | 0.27 | 0.13 | 127.06 | 0.5 | 0.73 |
| Hex | 99 | DD | A1 | 1F | 0 | 1B | D | 7F | 32 | 49 |
| Octal | 231 | 335 | 241 | 37 | 0 | 33 | 15 | 177 | 62 | 111 |
| Binary | 10011001 | 11011101 | 10100001 | 11111 | 0 | 11011 | 1101 | 1111111 | 110010 | 1001001 |
Color Harmonies of #99DDA1
Complementary color
Monochromatic Colors of #99DDA1
Black with #99DDA1
Text Example
Text Example
White with #99DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDA1; }
p { color: rgb(153,221,161); }
H1.HeaderClassName
{
color: #99DDA1;
}
.AnyTagClassName
{
color: #99DDA1;
}
</style>
background-color css
<style>
a { background-color: #99DDA1; }
a { background-color: rgb(153,221,161); }
div.DivClassName
{
background-color: #99DDA1;
}
.BgClassName
{
background-color: #99DDA1;
}
</style>
border-color css
<style>
span { border-color: #99DDA1; }
span { border-color: rgb(153,221,161); }
td.TdClassName
{
border-color: #99DDA1;
}
.TagClassName
{
border-color: #99DDA1;
}
</style>