Shades of Chinook #A6DCB2
Tints of Chinook #A6DCB2
RGB
CMYK
RGB Variations
Color information
#A6DCB2 (or 0xA6DCB2) is known color: Chinook. HEX triplet: A6, DC and B2. RGB value is (166,220,178). Sum of RGB (Red+Green+Blue) = 166+220+178=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCB2 is #59234D. Grayscale: #C7C7C7. Windows color (decimal): -5841742 or 11721894. OLE color: 11721894.
HSL color Cylindrical-coordinate representation of color #A6DCB2: hue angle of 133.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCB2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 178 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.14 |
| HSL | 133.33º | 0.44% | 0.76% | - |
| HSV(B) | 133.33º | 0.25% | 0.86% | - |
| XYZ | 49.35 | 62.51 | 51.58 | - |
| YUV | 199.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 178 | 0.25 | 0 | 0.19 | 0.14 | 133.33 | 0.44 | 0.76 |
| Hex | A6 | DC | B2 | 19 | 0 | 13 | E | 85 | 2C | 4C |
| Octal | 246 | 334 | 262 | 31 | 0 | 23 | 16 | 205 | 54 | 114 |
| Binary | 10100110 | 11011100 | 10110010 | 11001 | 0 | 10011 | 1110 | 10000101 | 101100 | 1001100 |
Color Harmonies of #A6DCB2
Complementary color
Monochromatic Colors of #A6DCB2
Black with #A6DCB2
Text Example
Text Example
White with #A6DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCB2; }
p { color: rgb(166,220,178); }
H1.HeaderClassName
{
color: #A6DCB2;
}
.AnyTagClassName
{
color: #A6DCB2;
}
</style>
background-color css
<style>
a { background-color: #A6DCB2; }
a { background-color: rgb(166,220,178); }
div.DivClassName
{
background-color: #A6DCB2;
}
.BgClassName
{
background-color: #A6DCB2;
}
</style>
border-color css
<style>
span { border-color: #A6DCB2; }
span { border-color: rgb(166,220,178); }
td.TdClassName
{
border-color: #A6DCB2;
}
.TagClassName
{
border-color: #A6DCB2;
}
</style>