#A2FFDB

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

Shades of Magic Mint #A2FFDB

Tints of Magic Mint #A2FFDB

Color information

#A2FFDB (or 0xA2FFDB) is unknown color: approx Magic Mint. HEX triplet: A2, FF and DB. RGB value is (162,255,219). Sum of RGB (Red+Green+Blue) = 162+255+219=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFDB is #5D0024. Grayscale: #DFDFDF. Windows color (decimal): -6094885 or 14417826. OLE color: 14417826.

HSL color Cylindrical-coordinate representation of color #A2FFDB: hue angle of 156.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFDB is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB162255219-
CMYK0.3600.140
HSL156.77º100%81.76%-
HSV(B)156.77º36.47%100%-
XYZ63.4584.3279.95-
YUV223.09125.6984.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.47%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=25.47%
G=40.09%
B=34.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552190.3600.140156.7710081.76
HexA2FFDB240E09d6452
Octal242377333440160235144122
Binary1010001011111111110110111001000111001001110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFDB; }

 p { color: rgb(162,255,219); }

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

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

 a { background-color: rgb(162,255,219); }

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

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

 span { border-color: rgb(162,255,219); }

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