Shades of Chinook #A2DBAC
Tints of Chinook #A2DBAC
RGB
CMYK
RGB Variations
Color information
#A2DBAC (or 0xA2DBAC) is known color: Chinook. HEX triplet: A2, DB and AC. RGB value is (162,219,172). Sum of RGB (Red+Green+Blue) = 162+219+172=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBAC is #5D2453. Grayscale: #C4C4C4. Windows color (decimal): -6104148 or 11328418. OLE color: 11328418.
HSL color Cylindrical-coordinate representation of color #A2DBAC: hue angle of 130.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBAC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 172 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.14 |
| HSL | 130.53º | 0.44% | 0.75% | - |
| HSV(B) | 130.53º | 0.26% | 0.86% | - |
| XYZ | 47.68 | 61.32 | 48.35 | - |
| YUV | 196.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 172 | 0.26 | 0 | 0.21 | 0.14 | 130.53 | 0.44 | 0.75 |
| Hex | A2 | DB | AC | 1A | 0 | 15 | E | 83 | 2C | 4B |
| Octal | 242 | 333 | 254 | 32 | 0 | 25 | 16 | 203 | 54 | 113 |
| Binary | 10100010 | 11011011 | 10101100 | 11010 | 0 | 10101 | 1110 | 10000011 | 101100 | 1001011 |
Color Harmonies of #A2DBAC
Complementary color
Monochromatic Colors of #A2DBAC
Black with #A2DBAC
Text Example
Text Example
White with #A2DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBAC; }
p { color: rgb(162,219,172); }
H1.HeaderClassName
{
color: #A2DBAC;
}
.AnyTagClassName
{
color: #A2DBAC;
}
</style>
background-color css
<style>
a { background-color: #A2DBAC; }
a { background-color: rgb(162,219,172); }
div.DivClassName
{
background-color: #A2DBAC;
}
.BgClassName
{
background-color: #A2DBAC;
}
</style>
border-color css
<style>
span { border-color: #A2DBAC; }
span { border-color: rgb(162,219,172); }
td.TdClassName
{
border-color: #A2DBAC;
}
.TagClassName
{
border-color: #A2DBAC;
}
</style>