#A3FFCA

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

Shades of Magic Mint #A3FFCA

Tints of Magic Mint #A3FFCA

Color information

#A3FFCA (or 0xA3FFCA) is unknown color: approx Magic Mint. HEX triplet: A3, FF and CA. RGB value is (163,255,202). Sum of RGB (Red+Green+Blue) = 163+255+202=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFCA is #5C0035. Grayscale: #DDDDDD. Windows color (decimal): -6029366 or 13303715. OLE color: 13303715.

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

Color convert

RGB163255202-
CMYK0.3600.210
HSL145.43º100%81.96%-
HSV(B)145.43º36.08%100%-
XYZ61.5283.5768.77-
YUV221.45117.0286.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.29%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=26.29%
G=41.13%
B=32.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552020.3600.210145.4310081.96
HexA3FFCA240150916452
Octal243377312440250221144122
Binary10100011111111111100101010010001010101001000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFCA; }

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

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

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

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

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

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

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

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