#A3FBC5

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

Shades of Magic Mint #A3FBC5

Tints of Magic Mint #A3FBC5

Color information

#A3FBC5 (or 0xA3FBC5) is unknown color: approx Magic Mint. HEX triplet: A3, FB and C5. RGB value is (163,251,197). Sum of RGB (Red+Green+Blue) = 163+251+197=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBC5 is #5C043A. Grayscale: #DADADA. Windows color (decimal): -6030395 or 12975011. OLE color: 12975011.

HSL color Cylindrical-coordinate representation of color #A3FBC5: hue angle of 143.18º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBC5 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB163251197-
CMYK0.3500.220.02
HSL143.18º91.67%81.18%-
HSV(B)143.18º35.06%98.43%-
XYZ59.6880.8165.28-
YUV218.53115.8588.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.68%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=26.68%
G=41.08%
B=32.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632511970.3500.220.02143.1891.6781.18
HexA3FBC52301628f5c51
Octal243373305430262217134121
Binary101000111111101111000101100011010110101000111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBC5; }

 p { color: rgb(163,251,197); }

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

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

 a { background-color: rgb(163,251,197); }

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

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

 span { border-color: rgb(163,251,197); }

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