#A3FFD1

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

Shades of Magic Mint #A3FFD1

Tints of Magic Mint #A3FFD1

Color information

#A3FFD1 (or 0xA3FFD1) is unknown color: approx Magic Mint. HEX triplet: A3, FF and D1. RGB value is (163,255,209). Sum of RGB (Red+Green+Blue) = 163+255+209=627 (83% of max value = 765). Red value is 163 (64.06% from 255 or 26.00% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFD1 is #5C002E. Grayscale: #DEDEDE. Windows color (decimal): -6029359 or 13762467. OLE color: 13762467.

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

Color convert

RGB163255209-
CMYK0.3600.180
HSL150º100%81.96%-
HSV(B)150º36.08%100%-
XYZ62.3783.9173.23-
YUV222.25120.5285.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.00%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 209 (82.03% from 255) = 33.33%
R=26.00%
G=40.67%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552090.3600.18015010081.96
HexA3FFD1240120966452
Octal243377321440220226144122
Binary10100011111111111101000110010001001001001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFD1; }

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

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

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

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

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

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

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

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