Shades of Chinook #A6DBB5
Tints of Chinook #A6DBB5
RGB
CMYK
RGB Variations
Color information
#A6DBB5 (or 0xA6DBB5) is known color: Chinook. HEX triplet: A6, DB and B5. RGB value is (166,219,181). Sum of RGB (Red+Green+Blue) = 166+219+181=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBB5 is #59244A. Grayscale: #C6C6C6. Windows color (decimal): -5841995 or 11918246. OLE color: 11918246.
HSL color Cylindrical-coordinate representation of color #A6DBB5: hue angle of 136.98º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBB5 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 181 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.14 |
| HSL | 136.98º | 0.42% | 0.75% | - |
| HSV(B) | 136.98º | 0.24% | 0.86% | - |
| XYZ | 49.4 | 62.11 | 53.1 | - |
| YUV | 198.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 181 | 0.24 | 0 | 0.17 | 0.14 | 136.98 | 0.42 | 0.75 |
| Hex | A6 | DB | B5 | 18 | 0 | 11 | E | 89 | 2A | 4B |
| Octal | 246 | 333 | 265 | 30 | 0 | 21 | 16 | 211 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10110101 | 11000 | 0 | 10001 | 1110 | 10001001 | 101010 | 1001011 |
Color Harmonies of #A6DBB5
Complementary color
Monochromatic Colors of #A6DBB5
Black with #A6DBB5
Text Example
Text Example
White with #A6DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBB5; }
p { color: rgb(166,219,181); }
H1.HeaderClassName
{
color: #A6DBB5;
}
.AnyTagClassName
{
color: #A6DBB5;
}
</style>
background-color css
<style>
a { background-color: #A6DBB5; }
a { background-color: rgb(166,219,181); }
div.DivClassName
{
background-color: #A6DBB5;
}
.BgClassName
{
background-color: #A6DBB5;
}
</style>
border-color css
<style>
span { border-color: #A6DBB5; }
span { border-color: rgb(166,219,181); }
td.TdClassName
{
border-color: #A6DBB5;
}
.TagClassName
{
border-color: #A6DBB5;
}
</style>