Shades of Chinook #A2DBAA
Tints of Chinook #A2DBAA
RGB
CMYK
RGB Variations
Color information
#A2DBAA (or 0xA2DBAA) is known color: Chinook. HEX triplet: A2, DB and AA. RGB value is (162,219,170). Sum of RGB (Red+Green+Blue) = 162+219+170=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBAA is #5D2455. Grayscale: #C4C4C4. Windows color (decimal): -6104150 or 11197346. OLE color: 11197346.
HSL color Cylindrical-coordinate representation of color #A2DBAA: hue angle of 128.42º 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 #A2DBAA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 170 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.14 |
| HSL | 128.42º | 0.44% | 0.75% | - |
| HSV(B) | 128.42º | 0.26% | 0.86% | - |
| XYZ | 47.49 | 61.25 | 47.35 | - |
| YUV | 196.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 170 | 0.26 | 0 | 0.22 | 0.14 | 128.42 | 0.44 | 0.75 |
| Hex | A2 | DB | AA | 1A | 0 | 16 | E | 80 | 2C | 4B |
| Octal | 242 | 333 | 252 | 32 | 0 | 26 | 16 | 200 | 54 | 113 |
| Binary | 10100010 | 11011011 | 10101010 | 11010 | 0 | 10110 | 1110 | 10000000 | 101100 | 1001011 |
Color Harmonies of #A2DBAA
Complementary color
Monochromatic Colors of #A2DBAA
Black with #A2DBAA
Text Example
Text Example
White with #A2DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBAA; }
p { color: rgb(162,219,170); }
H1.HeaderClassName
{
color: #A2DBAA;
}
.AnyTagClassName
{
color: #A2DBAA;
}
</style>
background-color css
<style>
a { background-color: #A2DBAA; }
a { background-color: rgb(162,219,170); }
div.DivClassName
{
background-color: #A2DBAA;
}
.BgClassName
{
background-color: #A2DBAA;
}
</style>
border-color css
<style>
span { border-color: #A2DBAA; }
span { border-color: rgb(162,219,170); }
td.TdClassName
{
border-color: #A2DBAA;
}
.TagClassName
{
border-color: #A2DBAA;
}
</style>