#A4FAC7

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

Shades of Magic Mint #A4FAC7

Tints of Magic Mint #A4FAC7

Color information

#A4FAC7 (or 0xA4FAC7) is unknown color: approx Magic Mint. HEX triplet: A4, FA and C7. RGB value is (164,250,199). Sum of RGB (Red+Green+Blue) = 164+250+199=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC7 is #5B0538. Grayscale: #DADADA. Windows color (decimal): -5965113 or 13105828. OLE color: 13105828.

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

Color convert

RGB164250199-
CMYK0.3400.200.02
HSL144.42º89.58%81.18%-
HSV(B)144.42º34.4%98.04%-
XYZ59.880.3966.4-
YUV218.47117.0189.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.75%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=26.75%
G=40.78%
B=32.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501990.3400.200.02144.4289.5881.18
HexA4FAC7220142905a51
Octal244372307420242220132121
Binary101001001111101011000111100010010100101001000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAC7; }

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

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

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

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

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

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

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

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