#A3F2BE

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

Shades of Magic Mint #A3F2BE

Tints of Magic Mint #A3F2BE

Color information

#A3F2BE (or 0xA3F2BE) is unknown color: approx Magic Mint. HEX triplet: A3, F2 and BE. RGB value is (163,242,190). Sum of RGB (Red+Green+Blue) = 163+242+190=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2BE is #5C0D41. Grayscale: #D4D4D4. Windows color (decimal): -6032706 or 12513955. OLE color: 12513955.

HSL color Cylindrical-coordinate representation of color #A3F2BE: hue angle of 140.51º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2BE is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB163242190-
CMYK0.3300.210.05
HSL140.51º75.24%79.41%-
HSV(B)140.51º32.64%94.9%-
XYZ56.1575.0160.23-
YUV212.45115.3392.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.39%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=27.39%
G=40.67%
B=31.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632421900.3300.210.05140.5175.2479.41
HexA3F2BE2101558d4b4f
Octal243362276410255215113117
Binary1010001111110010101111101000010101011011000110110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F2BE; }

 p { color: rgb(163,242,190); }

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

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

 a { background-color: rgb(163,242,190); }

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

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

 span { border-color: rgb(163,242,190); }

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