#A4FAC1

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

Shades of Magic Mint #A4FAC1

Tints of Magic Mint #A4FAC1

Color information

#A4FAC1 (or 0xA4FAC1) is unknown color: approx Magic Mint. HEX triplet: A4, FA and C1. RGB value is (164,250,193). Sum of RGB (Red+Green+Blue) = 164+250+193=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC1 is #5B053E. Grayscale: #D9D9D9. Windows color (decimal): -5965119 or 12712612. OLE color: 12712612.

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

Color convert

RGB164250193-
CMYK0.3400.230.02
HSL140.23º89.58%81.18%-
HSV(B)140.23º34.4%98.04%-
XYZ59.1280.1162.8-
YUV217.79114.0189.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=27.02%
G=41.19%
B=31.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501930.3400.230.02140.2389.5881.18
HexA4FAC12201728c5a51
Octal244372301420272214132121
Binary101001001111101011000001100010010111101000110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAC1; }

 p { color: rgb(164,250,193); }

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

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

 a { background-color: rgb(164,250,193); }

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

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

 span { border-color: rgb(164,250,193); }

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