Shades of Chinook #A6DBB2
Tints of Chinook #A6DBB2
RGB
CMYK
RGB Variations
Color information
#A6DBB2 (or 0xA6DBB2) is known color: Chinook. HEX triplet: A6, DB and B2. RGB value is (166,219,178). Sum of RGB (Red+Green+Blue) = 166+219+178=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBB2 is #59244D. Grayscale: #C6C6C6. Windows color (decimal): -5841998 or 11721638. OLE color: 11721638.
HSL color Cylindrical-coordinate representation of color #A6DBB2: hue angle of 133.58º 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 #A6DBB2 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 178 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.14 |
| HSL | 133.58º | 0.42% | 0.75% | - |
| HSV(B) | 133.58º | 0.24% | 0.86% | - |
| XYZ | 49.09 | 61.98 | 51.5 | - |
| YUV | 198.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 178 | 0.24 | 0 | 0.19 | 0.14 | 133.58 | 0.42 | 0.75 |
| Hex | A6 | DB | B2 | 18 | 0 | 13 | E | 86 | 2A | 4B |
| Octal | 246 | 333 | 262 | 30 | 0 | 23 | 16 | 206 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10110010 | 11000 | 0 | 10011 | 1110 | 10000110 | 101010 | 1001011 |
Color Harmonies of #A6DBB2
Complementary color
Monochromatic Colors of #A6DBB2
Black with #A6DBB2
Text Example
Text Example
White with #A6DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBB2; }
p { color: rgb(166,219,178); }
H1.HeaderClassName
{
color: #A6DBB2;
}
.AnyTagClassName
{
color: #A6DBB2;
}
</style>
background-color css
<style>
a { background-color: #A6DBB2; }
a { background-color: rgb(166,219,178); }
div.DivClassName
{
background-color: #A6DBB2;
}
.BgClassName
{
background-color: #A6DBB2;
}
</style>
border-color css
<style>
span { border-color: #A6DBB2; }
span { border-color: rgb(166,219,178); }
td.TdClassName
{
border-color: #A6DBB2;
}
.TagClassName
{
border-color: #A6DBB2;
}
</style>