#A2FED3

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

Shades of Magic Mint #A2FED3

Tints of Magic Mint #A2FED3

Color information

#A2FED3 (or 0xA2FED3) is unknown color: approx Magic Mint. HEX triplet: A2, FE and D3. RGB value is (162,254,211). Sum of RGB (Red+Green+Blue) = 162+254+211=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FED3 is #5D012C. Grayscale: #DDDDDD. Windows color (decimal): -6095149 or 13893282. OLE color: 13893282.

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

Color convert

RGB162254211-
CMYK0.3600.170.00
HSL151.96º97.87%81.57%-
HSV(B)151.96º36.22%99.61%-
XYZ62.183.2774.43-
YUV221.59122.0285.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.84%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=25.84%
G=40.51%
B=33.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542110.3600.170.00151.9697.8781.57
HexA2FED3240110986252
Octal242376323440210230142122
Binary10100010111111101101001110010001000101001100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FED3; }

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

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

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

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

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

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

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

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