#A2DAAA

Color #A2DAAA Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A2DAAA

Tints of Chinook #A2DAAA

Color information

#A2DAAA (or 0xA2DAAA) is unknown color: approx 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

RGB162218170-
CMYK0.2600.220.15
HSL128.57º43.08%74.51%-
HSV(B)128.57º25.69%85.49%-
XYZ47.2360.7347.26-
YUV195.78113.45103.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=29.45%
G=39.64%
B=30.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622181700.2600.220.15128.5743.0874.51
HexA2DAAA1A016F812b4b
Octal242332252320261720153113
Binary101000101101101010101010110100101101111100000011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>