Shades of Chinook #A6D9B2
Tints of Chinook #A6D9B2
RGB
CMYK
RGB Variations
Color information
#A6D9B2 (or 0xA6D9B2) is known color: Chinook. HEX triplet: A6, D9 and B2. RGB value is (166,217,178). Sum of RGB (Red+Green+Blue) = 166+217+178=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D9B2 is #59264D. Grayscale: #C5C5C5. Windows color (decimal): -5842510 or 11721126. OLE color: 11721126.
HSL color Cylindrical-coordinate representation of color #A6D9B2: hue angle of 134.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9B2 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 178 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.15 |
| HSL | 134.12º | 0.4% | 0.75% | - |
| HSV(B) | 134.12º | 0.24% | 0.85% | - |
| XYZ | 48.57 | 60.95 | 51.32 | - |
| YUV | 197.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 178 | 0.24 | 0 | 0.18 | 0.15 | 134.12 | 0.4 | 0.75 |
| Hex | A6 | D9 | B2 | 18 | 0 | 12 | F | 86 | 28 | 4B |
| Octal | 246 | 331 | 262 | 30 | 0 | 22 | 17 | 206 | 50 | 113 |
| Binary | 10100110 | 11011001 | 10110010 | 11000 | 0 | 10010 | 1111 | 10000110 | 101000 | 1001011 |
Color Harmonies of #A6D9B2
Complementary color
Monochromatic Colors of #A6D9B2
Black with #A6D9B2
Text Example
Text Example
White with #A6D9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D9B2; }
p { color: rgb(166,217,178); }
H1.HeaderClassName
{
color: #A6D9B2;
}
.AnyTagClassName
{
color: #A6D9B2;
}
</style>
background-color css
<style>
a { background-color: #A6D9B2; }
a { background-color: rgb(166,217,178); }
div.DivClassName
{
background-color: #A6D9B2;
}
.BgClassName
{
background-color: #A6D9B2;
}
</style>
border-color css
<style>
span { border-color: #A6D9B2; }
span { border-color: rgb(166,217,178); }
td.TdClassName
{
border-color: #A6D9B2;
}
.TagClassName
{
border-color: #A6D9B2;
}
</style>