#A4FFD8

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

Shades of Magic Mint #A4FFD8

Tints of Magic Mint #A4FFD8

Color information

#A4FFD8 (or 0xA4FFD8) is unknown color: approx Magic Mint. HEX triplet: A4, FF and D8. RGB value is (164,255,216). Sum of RGB (Red+Green+Blue) = 164+255+216=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFD8 is #5B0027. Grayscale: #DFDFDF. Windows color (decimal): -5963816 or 14221220. OLE color: 14221220.

HSL color Cylindrical-coordinate representation of color #A4FFD8: hue angle of 154.29º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFD8 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB164255216-
CMYK0.3600.150
HSL154.29º100%82.16%-
HSV(B)154.29º35.69%100%-
XYZ63.4684.3777.91-
YUV223.34123.8585.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.83%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=25.83%
G=40.16%
B=34.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642552160.3600.150154.2910082.16
HexA4FFD8240F09a6452
Octal244377330440170232144122
Binary1010010011111111110110001001000111101001101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFD8; }

 p { color: rgb(164,255,216); }

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

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

 a { background-color: rgb(164,255,216); }

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

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

 span { border-color: rgb(164,255,216); }

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