#A1FCDF

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

Shades of Magic Mint #A1FCDF

Tints of Magic Mint #A1FCDF

Color information

#A1FCDF (or 0xA1FCDF) is unknown color: approx Magic Mint. HEX triplet: A1, FC and DF. RGB value is (161,252,223). Sum of RGB (Red+Green+Blue) = 161+252+223=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCDF is #5E0320. Grayscale: #DDDDDD. Windows color (decimal): -6161185 or 14679201. OLE color: 14679201.

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

Color convert

RGB161252223-
CMYK0.3600.120.01
HSL160.88º93.81%80.98%-
HSV(B)160.88º36.11%98.82%-
XYZ62.8382.5382.43-
YUV221.48128.8584.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.31%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=25.31%
G=39.62%
B=35.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612522230.3600.120.01160.8893.8180.98
HexA1FCDF240C1a15e51
Octal241374337440141241136121
Binary1010000111111100110111111001000110011010000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCDF; }

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

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

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

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

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

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

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

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