#A4FAC4

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

Shades of Magic Mint #A4FAC4

Tints of Magic Mint #A4FAC4

Color information

#A4FAC4 (or 0xA4FAC4) is unknown color: approx Magic Mint. HEX triplet: A4, FA and C4. RGB value is (164,250,196). Sum of RGB (Red+Green+Blue) = 164+250+196=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC4 is #5B053B. Grayscale: #DADADA. Windows color (decimal): -5965116 or 12909220. OLE color: 12909220.

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

Color convert

RGB164250196-
CMYK0.3400.220.02
HSL142.33º89.58%81.18%-
HSV(B)142.33º34.4%98.04%-
XYZ59.4680.2564.58-
YUV218.13115.5189.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.89%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=26.89%
G=40.98%
B=32.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501960.3400.220.02142.3389.5881.18
HexA4FAC42201628e5a51
Octal244372304420262216132121
Binary101001001111101011000100100010010110101000111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAC4; }

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

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

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

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

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

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

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

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