Shades of Chinook #A6DBB6
Tints of Chinook #A6DBB6
RGB
CMYK
RGB Variations
Color information
#A6DBB6 (or 0xA6DBB6) is known color: Chinook. HEX triplet: A6, DB and B6. RGB value is (166,219,182). Sum of RGB (Red+Green+Blue) = 166+219+182=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBB6 is #592449. Grayscale: #C7C7C7. Windows color (decimal): -5841994 or 11983782. OLE color: 11983782.
HSL color Cylindrical-coordinate representation of color #A6DBB6: hue angle of 138.11º 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 #A6DBB6 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 182 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.14 |
| HSL | 138.11º | 0.42% | 0.75% | - |
| HSV(B) | 138.11º | 0.24% | 0.86% | - |
| XYZ | 49.5 | 62.15 | 53.64 | - |
| YUV | 198.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 182 | 0.24 | 0 | 0.17 | 0.14 | 138.11 | 0.42 | 0.75 |
| Hex | A6 | DB | B6 | 18 | 0 | 11 | E | 8A | 2A | 4B |
| Octal | 246 | 333 | 266 | 30 | 0 | 21 | 16 | 212 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10110110 | 11000 | 0 | 10001 | 1110 | 10001010 | 101010 | 1001011 |
Color Harmonies of #A6DBB6
Complementary color
Monochromatic Colors of #A6DBB6
Black with #A6DBB6
Text Example
Text Example
White with #A6DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBB6; }
p { color: rgb(166,219,182); }
H1.HeaderClassName
{
color: #A6DBB6;
}
.AnyTagClassName
{
color: #A6DBB6;
}
</style>
background-color css
<style>
a { background-color: #A6DBB6; }
a { background-color: rgb(166,219,182); }
div.DivClassName
{
background-color: #A6DBB6;
}
.BgClassName
{
background-color: #A6DBB6;
}
</style>
border-color css
<style>
span { border-color: #A6DBB6; }
span { border-color: rgb(166,219,182); }
td.TdClassName
{
border-color: #A6DBB6;
}
.TagClassName
{
border-color: #A6DBB6;
}
</style>