Shades of Chinook #A2DAA8
Tints of Chinook #A2DAA8
RGB
CMYK
RGB Variations
Color information
#A2DAA8 (or 0xA2DAA8) is known color: Chinook. HEX triplet: A2, DA and A8. RGB value is (162,218,168). Sum of RGB (Red+Green+Blue) = 162+218+168=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAA8 is #5D2557. Grayscale: #C3C3C3. Windows color (decimal): -6104408 or 11066018. OLE color: 11066018.
HSL color Cylindrical-coordinate representation of color #A2DAA8: hue angle of 126.43º 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 #A2DAA8 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 168 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.15 |
| HSL | 126.43º | 0.43% | 0.75% | - |
| HSV(B) | 126.43º | 0.26% | 0.85% | - |
| XYZ | 47.04 | 60.65 | 46.27 | - |
| YUV | 195.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 168 | 0.26 | 0 | 0.23 | 0.15 | 126.43 | 0.43 | 0.75 |
| Hex | A2 | DA | A8 | 1A | 0 | 17 | F | 7E | 2B | 4B |
| Octal | 242 | 332 | 250 | 32 | 0 | 27 | 17 | 176 | 53 | 113 |
| Binary | 10100010 | 11011010 | 10101000 | 11010 | 0 | 10111 | 1111 | 1111110 | 101011 | 1001011 |
Color Harmonies of #A2DAA8
Complementary color
Monochromatic Colors of #A2DAA8
Black with #A2DAA8
Text Example
Text Example
White with #A2DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAA8; }
p { color: rgb(162,218,168); }
H1.HeaderClassName
{
color: #A2DAA8;
}
.AnyTagClassName
{
color: #A2DAA8;
}
</style>
background-color css
<style>
a { background-color: #A2DAA8; }
a { background-color: rgb(162,218,168); }
div.DivClassName
{
background-color: #A2DAA8;
}
.BgClassName
{
background-color: #A2DAA8;
}
</style>
border-color css
<style>
span { border-color: #A2DAA8; }
span { border-color: rgb(162,218,168); }
td.TdClassName
{
border-color: #A2DAA8;
}
.TagClassName
{
border-color: #A2DAA8;
}
</style>