#A2DCAB

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

Shades of Chinook #A2DCAB

Tints of Chinook #A2DCAB

Color information

#A2DCAB (or 0xA2DCAB) is unknown color: approx Chinook. HEX triplet: A2, DC and AB. RGB value is (162,220,171). Sum of RGB (Red+Green+Blue) = 162+220+171=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCAB is #5D2354. Grayscale: #C5C5C5. Windows color (decimal): -6103893 or 11263138. OLE color: 11263138.

HSL color Cylindrical-coordinate representation of color #A2DCAB: hue angle of 129.31º degrees, saturation: 0.45, 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 #A2DCAB is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB162220171-
CMYK0.2600.220.14
HSL129.31º45.31%74.9%-
HSV(B)129.31º26.36%86.27%-
XYZ47.8461.8147.94-
YUV197.07113.28102.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=29.29%
G=39.78%
B=30.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622201710.2600.220.14129.3145.3174.9
HexA2DCAB1A016E812d4b
Octal242334253320261620155113
Binary101000101101110010101011110100101101110100000011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DCAB; }

 p { color: rgb(162,220,171); }

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

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

 a { background-color: rgb(162,220,171); }

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

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

 span { border-color: rgb(162,220,171); }

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