#A3F5D9

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

Shades of Magic Mint #A3F5D9

Tints of Magic Mint #A3F5D9

Color information

#A3F5D9 (or 0xA3F5D9) is unknown color: approx Magic Mint. HEX triplet: A3, F5 and D9. RGB value is (163,245,217). Sum of RGB (Red+Green+Blue) = 163+245+217=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #A3F5D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F5D9 is #5C0A26. Grayscale: #D9D9D9. Windows color (decimal): -6031911 or 14284195. OLE color: 14284195.

HSL color Cylindrical-coordinate representation of color #A3F5D9: hue angle of 159.51º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F5D9 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB163245217-
CMYK0.3300.110.04
HSL159.51º80.39%80%-
HSV(B)159.51º33.47%96.08%-
XYZ60.2878.177.54-
YUV217.29127.8389.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.08%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=26.08%
G=39.2%
B=34.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632452170.3300.110.04159.5180.3980
HexA3F5D9210B4a05050
Octal243365331410134240120120
Binary101000111111010111011001100001010111001010000010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F5D9; }

 p { color: rgb(163,245,217); }

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

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

 a { background-color: rgb(163,245,217); }

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

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

 span { border-color: rgb(163,245,217); }

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