#A1FADC

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

Shades of Magic Mint #A1FADC

Tints of Magic Mint #A1FADC

Color information

#A1FADC (or 0xA1FADC) is unknown color: approx Magic Mint. HEX triplet: A1, FA and DC. RGB value is (161,250,220). Sum of RGB (Red+Green+Blue) = 161+250+220=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FADC is #5E0523. Grayscale: #DCDCDC. Windows color (decimal): -6161700 or 14482081. OLE color: 14482081.

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

Color convert

RGB161250220-
CMYK0.3600.120.02
HSL159.78º89.9%80.59%-
HSV(B)159.78º35.6%98.04%-
XYZ61.881.1280.11-
YUV219.97128.0185.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.52%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=25.52%
G=39.62%
B=34.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612502200.3600.120.02159.7889.980.59
HexA1FADC240C2a05a51
Octal241372334440142240132121
Binary10100001111110101101110010010001100101010000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FADC; }

 p { color: rgb(161,250,220); }

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

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

 a { background-color: rgb(161,250,220); }

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

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

 span { border-color: rgb(161,250,220); }

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