#A4FAD4

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

Shades of Magic Mint #A4FAD4

Tints of Magic Mint #A4FAD4

Color information

#A4FAD4 (or 0xA4FAD4) is unknown color: approx Magic Mint. HEX triplet: A4, FA and D4. RGB value is (164,250,212). Sum of RGB (Red+Green+Blue) = 164+250+212=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAD4 is #5B052B. Grayscale: #DCDCDC. Windows color (decimal): -5965100 or 13957796. OLE color: 13957796.

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

Color convert

RGB164250212-
CMYK0.3400.150.02
HSL153.49º89.58%81.18%-
HSV(B)153.49º34.4%98.04%-
XYZ61.3881.0274.69-
YUV219.95123.5188.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.20%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=26.20%
G=39.94%
B=33.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642502120.3400.150.02153.4989.5881.18
HexA4FAD4220F2995a51
Octal244372324420172231132121
Binary10100100111110101101010010001001111101001100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAD4; }

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

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

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

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

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

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

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

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