Shades of Chinook #99DDAB
Tints of Chinook #99DDAB
RGB
CMYK
RGB Variations
Color information
#99DDAB (or 0x99DDAB) is known color: Chinook. HEX triplet: 99, DD and AB. RGB value is (153,221,171). Sum of RGB (Red+Green+Blue) = 153+221+171=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDAB is #662254. Grayscale: #C3C3C3. Windows color (decimal): -6693461 or 11263385. OLE color: 11263385.
HSL color Cylindrical-coordinate representation of color #99DDAB: hue angle of 135.88º 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 #99DDAB is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 171 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.13 |
| HSL | 135.88º | 0.5% | 0.73% | - |
| HSV(B) | 135.88º | 0.31% | 0.87% | - |
| XYZ | 46.34 | 61.43 | 47.94 | - |
| YUV | 194.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 171 | 0.31 | 0 | 0.23 | 0.13 | 135.88 | 0.5 | 0.73 |
| Hex | 99 | DD | AB | 1F | 0 | 17 | D | 88 | 32 | 49 |
| Octal | 231 | 335 | 253 | 37 | 0 | 27 | 15 | 210 | 62 | 111 |
| Binary | 10011001 | 11011101 | 10101011 | 11111 | 0 | 10111 | 1101 | 10001000 | 110010 | 1001001 |
Color Harmonies of #99DDAB
Complementary color
Monochromatic Colors of #99DDAB
Black with #99DDAB
Text Example
Text Example
White with #99DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDAB; }
p { color: rgb(153,221,171); }
H1.HeaderClassName
{
color: #99DDAB;
}
.AnyTagClassName
{
color: #99DDAB;
}
</style>
background-color css
<style>
a { background-color: #99DDAB; }
a { background-color: rgb(153,221,171); }
div.DivClassName
{
background-color: #99DDAB;
}
.BgClassName
{
background-color: #99DDAB;
}
</style>
border-color css
<style>
span { border-color: #99DDAB; }
span { border-color: rgb(153,221,171); }
td.TdClassName
{
border-color: #99DDAB;
}
.TagClassName
{
border-color: #99DDAB;
}
</style>