Shades of Chinook #99DBA6
Tints of Chinook #99DBA6
RGB
CMYK
RGB Variations
Color information
#99DBA6 (or 0x99DBA6) is known color: Chinook. HEX triplet: 99, DB and A6. RGB value is (153,219,166). Sum of RGB (Red+Green+Blue) = 153+219+166=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA6 is #662459. Grayscale: #C1C1C1. Windows color (decimal): -6693978 or 10935193. OLE color: 10935193.
HSL color Cylindrical-coordinate representation of color #99DBA6: hue angle of 131.82º 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 #99DBA6 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 166 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.14 |
| HSL | 131.82º | 0.48% | 0.73% | - |
| HSV(B) | 131.82º | 0.3% | 0.86% | - |
| XYZ | 45.35 | 60.19 | 45.3 | - |
| YUV | 193.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 166 | 0.30 | 0 | 0.24 | 0.14 | 131.82 | 0.48 | 0.73 |
| Hex | 99 | DB | A6 | 1E | 0 | 18 | E | 84 | 30 | 49 |
| Octal | 231 | 333 | 246 | 36 | 0 | 30 | 16 | 204 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10100110 | 11110 | 0 | 11000 | 1110 | 10000100 | 110000 | 1001001 |
Color Harmonies of #99DBA6
Complementary color
Monochromatic Colors of #99DBA6
Black with #99DBA6
Text Example
Text Example
White with #99DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBA6; }
p { color: rgb(153,219,166); }
H1.HeaderClassName
{
color: #99DBA6;
}
.AnyTagClassName
{
color: #99DBA6;
}
</style>
background-color css
<style>
a { background-color: #99DBA6; }
a { background-color: rgb(153,219,166); }
div.DivClassName
{
background-color: #99DBA6;
}
.BgClassName
{
background-color: #99DBA6;
}
</style>
border-color css
<style>
span { border-color: #99DBA6; }
span { border-color: rgb(153,219,166); }
td.TdClassName
{
border-color: #99DBA6;
}
.TagClassName
{
border-color: #99DBA6;
}
</style>