Shades of Chinook #A6D8B4
Tints of Chinook #A6D8B4
RGB
CMYK
RGB Variations
Color information
#A6D8B4 (or 0xA6D8B4) is known color: Chinook. HEX triplet: A6, D8 and B4. RGB value is (166,216,180). Sum of RGB (Red+Green+Blue) = 166+216+180=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8B4 is #59274B. Grayscale: #C5C5C5. Windows color (decimal): -5842764 or 11851942. OLE color: 11851942.
HSL color Cylindrical-coordinate representation of color #A6D8B4: hue angle of 136.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8B4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 180 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.15 |
| HSL | 136.8º | 0.39% | 0.75% | - |
| HSV(B) | 136.8º | 0.23% | 0.85% | - |
| XYZ | 48.52 | 60.51 | 52.3 | - |
| YUV | 196.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 180 | 0.23 | 0 | 0.17 | 0.15 | 136.8 | 0.39 | 0.75 |
| Hex | A6 | D8 | B4 | 17 | 0 | 11 | F | 89 | 27 | 4B |
| Octal | 246 | 330 | 264 | 27 | 0 | 21 | 17 | 211 | 47 | 113 |
| Binary | 10100110 | 11011000 | 10110100 | 10111 | 0 | 10001 | 1111 | 10001001 | 100111 | 1001011 |
Color Harmonies of #A6D8B4
Complementary color
Monochromatic Colors of #A6D8B4
Black with #A6D8B4
Text Example
Text Example
White with #A6D8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8B4; }
p { color: rgb(166,216,180); }
H1.HeaderClassName
{
color: #A6D8B4;
}
.AnyTagClassName
{
color: #A6D8B4;
}
</style>
background-color css
<style>
a { background-color: #A6D8B4; }
a { background-color: rgb(166,216,180); }
div.DivClassName
{
background-color: #A6D8B4;
}
.BgClassName
{
background-color: #A6D8B4;
}
</style>
border-color css
<style>
span { border-color: #A6D8B4; }
span { border-color: rgb(166,216,180); }
td.TdClassName
{
border-color: #A6D8B4;
}
.TagClassName
{
border-color: #A6D8B4;
}
</style>