#A2FACC

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

Shades of Magic Mint #A2FACC

Tints of Magic Mint #A2FACC

Color information

#A2FACC (or 0xA2FACC) is unknown color: approx Magic Mint. HEX triplet: A2, FA and CC. RGB value is (162,250,204). Sum of RGB (Red+Green+Blue) = 162+250+204=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FACC is #5D0533. Grayscale: #DADADA. Windows color (decimal): -6096180 or 13433506. OLE color: 13433506.

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

Color convert

RGB162250204-
CMYK0.3500.180.02
HSL148.64º89.8%80.78%-
HSV(B)148.64º35.2%98.04%-
XYZ59.9880.4169.49-
YUV218.44119.8587.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=26.30%
G=40.58%
B=33.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622502040.3500.180.02148.6489.880.78
HexA2FACC230122955a51
Octal242372314430222225132121
Binary101000101111101011001100100011010010101001010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FACC; }

 p { color: rgb(162,250,204); }

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

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

 a { background-color: rgb(162,250,204); }

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

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

 span { border-color: rgb(162,250,204); }

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