#A3F8D7

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

Shades of Magic Mint #A3F8D7

Tints of Magic Mint #A3F8D7

Color information

#A3F8D7 (or 0xA3F8D7) is unknown color: approx Magic Mint. HEX triplet: A3, F8 and D7. RGB value is (163,248,215). Sum of RGB (Red+Green+Blue) = 163+248+215=626 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.04% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8D7 is #5C0728. Grayscale: #DADADA. Windows color (decimal): -6031145 or 14153891. OLE color: 14153891.

HSL color Cylindrical-coordinate representation of color #A3F8D7: hue angle of 156.71º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8D7 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB163248215-
CMYK0.3400.130.03
HSL156.71º85.86%80.59%-
HSV(B)156.71º34.27%97.25%-
XYZ60.9479.8376.49-
YUV218.82125.8488.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.04%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=26.04%
G=39.62%
B=34.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632482150.3400.130.03156.7185.8680.59
HexA3F8D7220D39d5651
Octal243370327420153235126121
Binary10100011111110001101011110001001101111001110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F8D7; }

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

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

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

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

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

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

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

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