#A4FDDE

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

Shades of Magic Mint #A4FDDE

Tints of Magic Mint #A4FDDE

Color information

#A4FDDE (or 0xA4FDDE) is unknown color: approx Magic Mint. HEX triplet: A4, FD and DE. RGB value is (164,253,222). Sum of RGB (Red+Green+Blue) = 164+253+222=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDDE is #5B0221. Grayscale: #DEDEDE. Windows color (decimal): -5964322 or 14613924. OLE color: 14613924.

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

Color convert

RGB164253222-
CMYK0.3500.120.01
HSL159.1º95.7%81.76%-
HSV(B)159.1º35.18%99.22%-
XYZ63.6283.4281.86-
YUV222.86127.5186.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.67%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=25.67%
G=39.59%
B=34.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642532220.3500.120.01159.195.781.76
HexA4FDDE230C19f6052
Octal244375336430141237140122
Binary1010010011111101110111101000110110011001111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDDE; }

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

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

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

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

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

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

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

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