#A3FACD

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

Shades of Magic Mint #A3FACD

Tints of Magic Mint #A3FACD

Color information

#A3FACD (or 0xA3FACD) is unknown color: approx Magic Mint. HEX triplet: A3, FA and CD. RGB value is (163,250,205). Sum of RGB (Red+Green+Blue) = 163+250+205=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FACD is #5C0532. Grayscale: #DADADA. Windows color (decimal): -6030643 or 13499043. OLE color: 13499043.

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

Color convert

RGB163250205-
CMYK0.3500.180.02
HSL148.97º89.69%80.98%-
HSV(B)148.97º34.8%98.04%-
XYZ60.3180.5770.13-
YUV218.86120.1888.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.38%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=26.38%
G=40.45%
B=33.17%

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
Decimal1632502050.3500.180.02148.9789.6980.98
HexA3FACD230122955a51
Octal243372315430222225132121
Binary101000111111101011001101100011010010101001010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FACD; }

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

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

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

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

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

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

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

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