#A2FFD2

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

Shades of Magic Mint #A2FFD2

Tints of Magic Mint #A2FFD2

Color information

#A2FFD2 (or 0xA2FFD2) is unknown color: approx Magic Mint. HEX triplet: A2, FF and D2. RGB value is (162,255,210). Sum of RGB (Red+Green+Blue) = 162+255+210=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFD2 is #5D002D. Grayscale: #DEDEDE. Windows color (decimal): -6094894 or 13828002. OLE color: 13828002.

HSL color Cylindrical-coordinate representation of color #A2FFD2: hue angle of 150.97º 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 #A2FFD2 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB162255210-
CMYK0.3600.180
HSL150.97º100%81.76%-
HSV(B)150.97º36.47%100%-
XYZ62.2983.8573.88-
YUV222.06121.1985.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.84%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 210 (82.42% from 255) = 33.49%
R=25.84%
G=40.67%
B=33.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552100.3600.180150.9710081.76
HexA2FFD2240120976452
Octal242377322440220227144122
Binary10100010111111111101001010010001001001001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFD2; }

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

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

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

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

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

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

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

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