#A4FADD

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

Shades of Magic Mint #A4FADD

Tints of Magic Mint #A4FADD

Color information

#A4FADD (or 0xA4FADD) is unknown color: approx Magic Mint. HEX triplet: A4, FA and DD. RGB value is (164,250,221). Sum of RGB (Red+Green+Blue) = 164+250+221=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FADD is #5B0522. Grayscale: #DDDDDD. Windows color (decimal): -5965091 or 14547620. OLE color: 14547620.

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

Color convert

RGB164250221-
CMYK0.3400.120.02
HSL159.77º89.58%81.18%-
HSV(B)159.77º34.4%98.04%-
XYZ62.5581.4880.84-
YUV220.98128.0187.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.83%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=25.83%
G=39.37%
B=34.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642502210.3400.120.02159.7789.5881.18
HexA4FADD220C2a05a51
Octal244372335420142240132121
Binary10100100111110101101110110001001100101010000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FADD; }

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

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

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

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

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

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

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

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