#A3FFE0

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

Shades of Magic Mint #A3FFE0

Tints of Magic Mint #A3FFE0

Color information

#A3FFE0 (or 0xA3FFE0) is unknown color: approx Magic Mint. HEX triplet: A3, FF and E0. RGB value is (163,255,224). Sum of RGB (Red+Green+Blue) = 163+255+224=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFE0 is #5C001F. Grayscale: #DFDFDF. Windows color (decimal): -6029344 or 14745507. OLE color: 14745507.

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

Color convert

RGB163255224-
CMYK0.3600.120
HSL159.78º100%81.96%-
HSV(B)159.78º36.08%100%-
XYZ64.3284.6983.48-
YUV223.96128.0284.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.39%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=25.39%
G=39.72%
B=34.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552240.3600.120159.7810081.96
HexA3FFE0240C0a06452
Octal243377340440140240144122
Binary1010001111111111111000001001000110001010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFE0; }

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

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

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

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

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

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

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

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