#A2DDC6

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

Shades of Magic Mint #A2DDC6

Tints of Magic Mint #A2DDC6

Color information

#A2DDC6 (or 0xA2DDC6) is unknown color: approx Magic Mint. HEX triplet: A2, DD and C6. RGB value is (162,221,198). Sum of RGB (Red+Green+Blue) = 162+221+198=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDC6 is #5D2239. Grayscale: #C8C8C8. Windows color (decimal): -6103610 or 13032866. OLE color: 13032866.

HSL color Cylindrical-coordinate representation of color #A2DDC6: hue angle of 156.61º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDC6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB162221198-
CMYK0.2700.100.13
HSL156.61º46.46%75.1%-
HSV(B)156.61º26.7%86.67%-
XYZ50.9563.4762.99-
YUV200.74126.45100.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=27.88%
G=38.04%
B=34.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622211980.2700.100.13156.6146.4675.1
HexA2DDC61B0AD9d2e4b
Octal242335306330121523556113
Binary10100010110111011100011011011010101101100111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DDC6; }

 p { color: rgb(162,221,198); }

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

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

 a { background-color: rgb(162,221,198); }

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

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

 span { border-color: rgb(162,221,198); }

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