#A2D8AA

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

Shades of Chinook #A2D8AA

Tints of Chinook #A2D8AA

Color information

#A2D8AA (or 0xA2D8AA) is unknown color: approx Chinook. HEX triplet: A2, D8 and AA. RGB value is (162,216,170). Sum of RGB (Red+Green+Blue) = 162+216+170=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D8AA is #5D2755. Grayscale: #C2C2C2. Windows color (decimal): -6104918 or 11196578. OLE color: 11196578.

HSL color Cylindrical-coordinate representation of color #A2D8AA: hue angle of 128.89º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8AA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB162216170-
CMYK0.2500.210.15
HSL128.89º40.91%74.12%-
HSV(B)128.89º25%84.71%-
XYZ46.7159.747.09-
YUV194.61114.11104.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=29.56%
G=39.42%
B=31.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622161700.2500.210.15128.8940.9174.12
HexA2D8AA19015F81294a
Octal242330252310251720151112
Binary101000101101100010101010110010101011111100000011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D8AA; }

 p { color: rgb(162,216,170); }

 H1.HeaderClassName
 {
   color: #A2D8AA;
 }
 .AnyTagClassName
 {
   color: #A2D8AA;
 }
</style>
background-color css

<style>
 a { background-color: #A2D8AA; }

 a { background-color: rgb(162,216,170); }

 div.DivClassName
 {
   background-color: #A2D8AA;
 }
 .BgClassName
 {
   background-color: #A2D8AA;
 }
</style>
border-color css

<style>
 span { border-color: #A2D8AA; }

 span { border-color: rgb(162,216,170); }

 td.TdClassName
 {
   border-color: #A2D8AA;
 }
 .TagClassName
 {
   border-color: #A2D8AA;
 }
</style>