#A3FCCA

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

Shades of Magic Mint #A3FCCA

Tints of Magic Mint #A3FCCA

Color information

#A3FCCA (or 0xA3FCCA) is unknown color: approx Magic Mint. HEX triplet: A3, FC and CA. RGB value is (163,252,202). Sum of RGB (Red+Green+Blue) = 163+252+202=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCA is #5C0335. Grayscale: #DBDBDB. Windows color (decimal): -6030134 or 13302947. OLE color: 13302947.

HSL color Cylindrical-coordinate representation of color #A3FCCA: hue angle of 146.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCCA is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB163252202-
CMYK0.3500.200.01
HSL146.29º93.68%81.37%-
HSV(B)146.29º35.32%98.82%-
XYZ60.5881.6768.45-
YUV219.69118.0187.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.42%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=26.42%
G=40.84%
B=32.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632522020.3500.200.01146.2993.6881.37
HexA3FCCA230141925e51
Octal243374312430241222136121
Binary10100011111111001100101010001101010011001001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCCA; }

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

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

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

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

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

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

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

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