Shades of Chinook #99DBA2
Tints of Chinook #99DBA2
RGB
CMYK
RGB Variations
Color information
#99DBA2 (or 0x99DBA2) is known color: Chinook. HEX triplet: 99, DB and A2. RGB value is (153,219,162). Sum of RGB (Red+Green+Blue) = 153+219+162=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA2 is #66245D. Grayscale: #C0C0C0. Windows color (decimal): -6693982 or 10673049. OLE color: 10673049.
HSL color Cylindrical-coordinate representation of color #99DBA2: hue angle of 128.18º 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 #99DBA2 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 162 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.14 |
| HSL | 128.18º | 0.48% | 0.73% | - |
| HSV(B) | 128.18º | 0.3% | 0.86% | - |
| XYZ | 44.99 | 60.04 | 43.4 | - |
| YUV | 192.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 162 | 0.30 | 0 | 0.26 | 0.14 | 128.18 | 0.48 | 0.73 |
| Hex | 99 | DB | A2 | 1E | 0 | 1A | E | 80 | 30 | 49 |
| Octal | 231 | 333 | 242 | 36 | 0 | 32 | 16 | 200 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10100010 | 11110 | 0 | 11010 | 1110 | 10000000 | 110000 | 1001001 |
Color Harmonies of #99DBA2
Complementary color
Monochromatic Colors of #99DBA2
Black with #99DBA2
Text Example
Text Example
White with #99DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBA2; }
p { color: rgb(153,219,162); }
H1.HeaderClassName
{
color: #99DBA2;
}
.AnyTagClassName
{
color: #99DBA2;
}
</style>
background-color css
<style>
a { background-color: #99DBA2; }
a { background-color: rgb(153,219,162); }
div.DivClassName
{
background-color: #99DBA2;
}
.BgClassName
{
background-color: #99DBA2;
}
</style>
border-color css
<style>
span { border-color: #99DBA2; }
span { border-color: rgb(153,219,162); }
td.TdClassName
{
border-color: #99DBA2;
}
.TagClassName
{
border-color: #99DBA2;
}
</style>