Shades of Chinook #99DBA3
Tints of Chinook #99DBA3
RGB
CMYK
RGB Variations
Color information
#99DBA3 (or 0x99DBA3) is known color: Chinook. HEX triplet: 99, DB and A3. RGB value is (153,219,163). Sum of RGB (Red+Green+Blue) = 153+219+163=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA3 is #66245C. Grayscale: #C1C1C1. Windows color (decimal): -6693981 or 10738585. OLE color: 10738585.
HSL color Cylindrical-coordinate representation of color #99DBA3: hue angle of 129.09º 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 #99DBA3 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 163 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.14 |
| HSL | 129.09º | 0.48% | 0.73% | - |
| HSV(B) | 129.09º | 0.3% | 0.86% | - |
| XYZ | 45.08 | 60.08 | 43.87 | - |
| YUV | 192.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 163 | 0.30 | 0 | 0.26 | 0.14 | 129.09 | 0.48 | 0.73 |
| Hex | 99 | DB | A3 | 1E | 0 | 1A | E | 81 | 30 | 49 |
| Octal | 231 | 333 | 243 | 36 | 0 | 32 | 16 | 201 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10100011 | 11110 | 0 | 11010 | 1110 | 10000001 | 110000 | 1001001 |
Color Harmonies of #99DBA3
Complementary color
Monochromatic Colors of #99DBA3
Black with #99DBA3
Text Example
Text Example
White with #99DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBA3; }
p { color: rgb(153,219,163); }
H1.HeaderClassName
{
color: #99DBA3;
}
.AnyTagClassName
{
color: #99DBA3;
}
</style>
background-color css
<style>
a { background-color: #99DBA3; }
a { background-color: rgb(153,219,163); }
div.DivClassName
{
background-color: #99DBA3;
}
.BgClassName
{
background-color: #99DBA3;
}
</style>
border-color css
<style>
span { border-color: #99DBA3; }
span { border-color: rgb(153,219,163); }
td.TdClassName
{
border-color: #99DBA3;
}
.TagClassName
{
border-color: #99DBA3;
}
</style>