#A3FAC5

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

Shades of Magic Mint #A3FAC5

Tints of Magic Mint #A3FAC5

Color information

#A3FAC5 (or 0xA3FAC5) is unknown color: approx Magic Mint. HEX triplet: A3, FA and C5. RGB value is (163,250,197). Sum of RGB (Red+Green+Blue) = 163+250+197=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAC5 is #5C053A. Grayscale: #DADADA. Windows color (decimal): -6030651 or 12974755. OLE color: 12974755.

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

Color convert

RGB163250197-
CMYK0.3500.210.02
HSL143.45º89.69%80.98%-
HSV(B)143.45º34.8%98.04%-
XYZ59.3780.1965.17-
YUV217.94116.1888.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.72%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=26.72%
G=40.98%
B=32.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632501970.3500.210.02143.4589.6980.98
HexA3FAC52301528f5a51
Octal243372305430252217132121
Binary101000111111101011000101100011010101101000111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FAC5; }

 p { color: rgb(163,250,197); }

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

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

 a { background-color: rgb(163,250,197); }

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

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

 span { border-color: rgb(163,250,197); }

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