#A1FACE

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

Shades of Magic Mint #A1FACE

Tints of Magic Mint #A1FACE

Color information

#A1FACE (or 0xA1FACE) is unknown color: approx Magic Mint. HEX triplet: A1, FA and CE. RGB value is (161,250,206). Sum of RGB (Red+Green+Blue) = 161+250+206=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FACE is #5E0531. Grayscale: #DADADA. Windows color (decimal): -6161714 or 13564577. OLE color: 13564577.

HSL color Cylindrical-coordinate representation of color #A1FACE: hue angle of 150.34º 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 #A1FACE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB161250206-
CMYK0.3600.180.02
HSL150.34º89.9%80.59%-
HSV(B)150.34º35.6%98.04%-
XYZ60.0280.470.75-
YUV218.37121.0187.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.09%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=26.09%
G=40.52%
B=33.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612502060.3600.180.02150.3489.980.59
HexA1FACE240122965a51
Octal241372316440222226132121
Binary101000011111101011001110100100010010101001011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FACE; }

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

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

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

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

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

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

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

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