Shades of Chinook #A2D8AB
Tints of Chinook #A2D8AB
RGB
CMYK
RGB Variations
Color information
#A2D8AB (or 0xA2D8AB) is known color: Chinook. HEX triplet: A2, D8 and AB. RGB value is (162,216,171). Sum of RGB (Red+Green+Blue) = 162+216+171=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D8AB is #5D2754. Grayscale: #C2C2C2. Windows color (decimal): -6104917 or 11262114. OLE color: 11262114.
HSL color Cylindrical-coordinate representation of color #A2D8AB: hue angle of 130º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8AB is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 171 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.15 |
| HSL | 130º | 0.41% | 0.74% | - |
| HSV(B) | 130º | 0.25% | 0.85% | - |
| XYZ | 46.81 | 59.73 | 47.59 | - |
| YUV | 194.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 171 | 0.25 | 0 | 0.21 | 0.15 | 130 | 0.41 | 0.74 |
| Hex | A2 | D8 | AB | 19 | 0 | 15 | F | 82 | 29 | 4A |
| Octal | 242 | 330 | 253 | 31 | 0 | 25 | 17 | 202 | 51 | 112 |
| Binary | 10100010 | 11011000 | 10101011 | 11001 | 0 | 10101 | 1111 | 10000010 | 101001 | 1001010 |
Color Harmonies of #A2D8AB
Complementary color
Monochromatic Colors of #A2D8AB
Black with #A2D8AB
Text Example
Text Example
White with #A2D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8AB; }
p { color: rgb(162,216,171); }
H1.HeaderClassName
{
color: #A2D8AB;
}
.AnyTagClassName
{
color: #A2D8AB;
}
</style>
background-color css
<style>
a { background-color: #A2D8AB; }
a { background-color: rgb(162,216,171); }
div.DivClassName
{
background-color: #A2D8AB;
}
.BgClassName
{
background-color: #A2D8AB;
}
</style>
border-color css
<style>
span { border-color: #A2D8AB; }
span { border-color: rgb(162,216,171); }
td.TdClassName
{
border-color: #A2D8AB;
}
.TagClassName
{
border-color: #A2D8AB;
}
</style>