Shades of Chinook #99DBAA
Tints of Chinook #99DBAA
RGB
CMYK
RGB Variations
Color information
#99DBAA (or 0x99DBAA) is known color: Chinook. HEX triplet: 99, DB and AA. RGB value is (153,219,170). Sum of RGB (Red+Green+Blue) = 153+219+170=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBAA is #662455. Grayscale: #C1C1C1. Windows color (decimal): -6693974 or 11197337. OLE color: 11197337.
HSL color Cylindrical-coordinate representation of color #99DBAA: hue angle of 135.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBAA is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 170 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.14 |
| HSL | 135.45º | 0.48% | 0.73% | - |
| HSV(B) | 135.45º | 0.3% | 0.86% | - |
| XYZ | 45.72 | 60.34 | 47.27 | - |
| YUV | 193.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 170 | 0.30 | 0 | 0.22 | 0.14 | 135.45 | 0.48 | 0.73 |
| Hex | 99 | DB | AA | 1E | 0 | 16 | E | 87 | 30 | 49 |
| Octal | 231 | 333 | 252 | 36 | 0 | 26 | 16 | 207 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10101010 | 11110 | 0 | 10110 | 1110 | 10000111 | 110000 | 1001001 |
Color Harmonies of #99DBAA
Complementary color
Monochromatic Colors of #99DBAA
Black with #99DBAA
Text Example
Text Example
White with #99DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBAA; }
p { color: rgb(153,219,170); }
H1.HeaderClassName
{
color: #99DBAA;
}
.AnyTagClassName
{
color: #99DBAA;
}
</style>
background-color css
<style>
a { background-color: #99DBAA; }
a { background-color: rgb(153,219,170); }
div.DivClassName
{
background-color: #99DBAA;
}
.BgClassName
{
background-color: #99DBAA;
}
</style>
border-color css
<style>
span { border-color: #99DBAA; }
span { border-color: rgb(153,219,170); }
td.TdClassName
{
border-color: #99DBAA;
}
.TagClassName
{
border-color: #99DBAA;
}
</style>