Shades of Chinook #A2DAAA
Tints of Chinook #A2DAAA
RGB
CMYK
RGB Variations
Color information
#A2DAAA (or 0xA2DAAA) is known color: Chinook. HEX triplet: A2, DA and AA. RGB value is (162,218,170). Sum of RGB (Red+Green+Blue) = 162+218+170=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAAA is #5D2555. Grayscale: #C3C3C3. Windows color (decimal): -6104406 or 11197090. OLE color: 11197090.
HSL color Cylindrical-coordinate representation of color #A2DAAA: hue angle of 128.57º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAAA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 170 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.15 |
| HSL | 128.57º | 0.43% | 0.75% | - |
| HSV(B) | 128.57º | 0.26% | 0.85% | - |
| XYZ | 47.23 | 60.73 | 47.26 | - |
| YUV | 195.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 170 | 0.26 | 0 | 0.22 | 0.15 | 128.57 | 0.43 | 0.75 |
| Hex | A2 | DA | AA | 1A | 0 | 16 | F | 81 | 2B | 4B |
| Octal | 242 | 332 | 252 | 32 | 0 | 26 | 17 | 201 | 53 | 113 |
| Binary | 10100010 | 11011010 | 10101010 | 11010 | 0 | 10110 | 1111 | 10000001 | 101011 | 1001011 |
Color Harmonies of #A2DAAA
Complementary color
Monochromatic Colors of #A2DAAA
Black with #A2DAAA
Text Example
Text Example
White with #A2DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAAA; }
p { color: rgb(162,218,170); }
H1.HeaderClassName
{
color: #A2DAAA;
}
.AnyTagClassName
{
color: #A2DAAA;
}
</style>
background-color css
<style>
a { background-color: #A2DAAA; }
a { background-color: rgb(162,218,170); }
div.DivClassName
{
background-color: #A2DAAA;
}
.BgClassName
{
background-color: #A2DAAA;
}
</style>
border-color css
<style>
span { border-color: #A2DAAA; }
span { border-color: rgb(162,218,170); }
td.TdClassName
{
border-color: #A2DAAA;
}
.TagClassName
{
border-color: #A2DAAA;
}
</style>