#A2FAD2

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

Shades of Magic Mint #A2FAD2

Tints of Magic Mint #A2FAD2

Color information

#A2FAD2 (or 0xA2FAD2) is unknown color: approx Magic Mint. HEX triplet: A2, FA and D2. RGB value is (162,250,210). Sum of RGB (Red+Green+Blue) = 162+250+210=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAD2 is #5D052D. Grayscale: #DBDBDB. Windows color (decimal): -6096174 or 13826722. OLE color: 13826722.

HSL color Cylindrical-coordinate representation of color #A2FAD2: hue angle of 152.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAD2 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB162250210-
CMYK0.3500.160.02
HSL152.73º89.8%80.78%-
HSV(B)152.73º35.2%98.04%-
XYZ60.7280.7173.35-
YUV219.13122.8587.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=26.05%
G=40.19%
B=33.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622502100.3500.160.02152.7389.880.78
HexA2FAD2230102995a51
Octal242372322430202231132121
Binary101000101111101011010010100011010000101001100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAD2; }

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

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

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

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

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

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

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

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