#A2FAD3

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

Shades of Magic Mint #A2FAD3

Tints of Magic Mint #A2FAD3

Color information

#A2FAD3 (or 0xA2FAD3) is unknown color: approx Magic Mint. HEX triplet: A2, FA and D3. RGB value is (162,250,211). Sum of RGB (Red+Green+Blue) = 162+250+211=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAD3 is #5D052C. Grayscale: #DBDBDB. Windows color (decimal): -6096173 or 13892258. OLE color: 13892258.

HSL color Cylindrical-coordinate representation of color #A2FAD3: hue angle of 153.41º 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 #A2FAD3 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB162250211-
CMYK0.3500.160.02
HSL153.41º89.8%80.78%-
HSV(B)153.41º35.2%98.04%-
XYZ60.8480.7674.01-
YUV219.24123.3587.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.00%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=26.00%
G=40.13%
B=33.87%

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
Decimal1622502110.3500.160.02153.4189.880.78
HexA2FAD3230102995a51
Octal242372323430202231132121
Binary101000101111101011010011100011010000101001100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAD3; }

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

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

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

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

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

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

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

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