#A3FFD7

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

Shades of Magic Mint #A3FFD7

Tints of Magic Mint #A3FFD7

Color information

#A3FFD7 (or 0xA3FFD7) is unknown color: approx Magic Mint. HEX triplet: A3, FF and D7. RGB value is (163,255,215). Sum of RGB (Red+Green+Blue) = 163+255+215=633 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.75% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFD7 is #5C0028. Grayscale: #DFDFDF. Windows color (decimal): -6029353 or 14155683. OLE color: 14155683.

HSL color Cylindrical-coordinate representation of color #A3FFD7: hue angle of 153.91º 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 #A3FFD7 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB163255215-
CMYK0.3600.160
HSL153.91º100%81.96%-
HSV(B)153.91º36.08%100%-
XYZ63.1384.2177.22-
YUV222.93123.5285.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.75%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=25.75%
G=40.28%
B=33.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552150.3600.160153.9110081.96
HexA3FFD72401009a6452
Octal243377327440200232144122
Binary10100011111111111101011110010001000001001101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFD7; }

 p { color: rgb(163,255,215); }

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

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

 a { background-color: rgb(163,255,215); }

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

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

 span { border-color: rgb(163,255,215); }

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