#A1FAC0

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

Shades of Magic Mint #A1FAC0

Tints of Magic Mint #A1FAC0

Color information

#A1FAC0 (or 0xA1FAC0) is unknown color: approx Magic Mint. HEX triplet: A1, FA and C0. RGB value is (161,250,192). Sum of RGB (Red+Green+Blue) = 161+250+192=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAC0 is #5E053F. Grayscale: #D8D8D8. Windows color (decimal): -6161728 or 12647073. OLE color: 12647073.

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

Color convert

RGB161250192-
CMYK0.3600.230.02
HSL140.9º89.9%80.59%-
HSV(B)140.9º35.6%98.04%-
XYZ58.479.7562.19-
YUV216.78114.0188.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=26.70%
G=41.46%
B=31.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501920.3600.230.02140.989.980.59
HexA1FAC02401728d5a51
Octal241372300440272215132121
Binary101000011111101011000000100100010111101000110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAC0; }

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

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

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

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

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

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

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

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