#A4FDC6

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

Shades of Magic Mint #A4FDC6

Tints of Magic Mint #A4FDC6

Color information

#A4FDC6 (or 0xA4FDC6) is unknown color: approx Magic Mint. HEX triplet: A4, FD and C6. RGB value is (164,253,198). Sum of RGB (Red+Green+Blue) = 164+253+198=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDC6 is #5B0239. Grayscale: #DCDCDC. Windows color (decimal): -5964346 or 13041060. OLE color: 13041060.

HSL color Cylindrical-coordinate representation of color #A4FDC6: hue angle of 142.92º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDC6 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB164253198-
CMYK0.3500.220.01
HSL142.92º95.7%81.76%-
HSV(B)142.92º35.18%99.22%-
XYZ60.6382.2266.1-
YUV220.12115.5187.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=26.67%
G=41.14%
B=32.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531980.3500.220.01142.9295.781.76
HexA4FDC62301618f6052
Octal244375306430261217140122
Binary10100100111111011100011010001101011011000111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDC6; }

 p { color: rgb(164,253,198); }

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

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

 a { background-color: rgb(164,253,198); }

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

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

 span { border-color: rgb(164,253,198); }

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