#A1FFDF

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

Shades of Magic Mint #A1FFDF

Tints of Magic Mint #A1FFDF

Color information

#A1FFDF (or 0xA1FFDF) is unknown color: approx Magic Mint. HEX triplet: A1, FF and DF. RGB value is (161,255,223). Sum of RGB (Red+Green+Blue) = 161+255+223=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFDF is #5E0020. Grayscale: #DFDFDF. Windows color (decimal): -6160417 or 14679969. OLE color: 14679969.

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

Color convert

RGB161255223-
CMYK0.3700.130
HSL159.57º100%81.57%-
HSV(B)159.57º36.86%100%-
XYZ63.7884.4282.75-
YUV223.25127.8683.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.20%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=25.20%
G=39.91%
B=34.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552230.3700.130159.5710081.57
HexA1FFDF250D0a06452
Octal241377337450150240144122
Binary1010000111111111110111111001010110101010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFDF; }

 p { color: rgb(161,255,223); }

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

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

 a { background-color: rgb(161,255,223); }

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

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

 span { border-color: rgb(161,255,223); }

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