#A1FED3

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

Shades of Magic Mint #A1FED3

Tints of Magic Mint #A1FED3

Color information

#A1FED3 (or 0xA1FED3) is unknown color: approx Magic Mint. HEX triplet: A1, FE and D3. RGB value is (161,254,211). Sum of RGB (Red+Green+Blue) = 161+254+211=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FED3 is #5E012C. Grayscale: #DDDDDD. Windows color (decimal): -6160685 or 13893281. OLE color: 13893281.

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

Color convert

RGB161254211-
CMYK0.3700.170.00
HSL152.26º97.89%81.37%-
HSV(B)152.26º36.61%99.61%-
XYZ61.983.1674.42-
YUV221.29122.1985-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.72%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=25.72%
G=40.58%
B=33.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542110.3700.170.00152.2697.8981.37
HexA1FED3250110986251
Octal241376323450210230142121
Binary10100001111111101101001110010101000101001100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FED3; }

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

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

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

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

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

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

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

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