#A3F5BF

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

Shades of Magic Mint #A3F5BF

Tints of Magic Mint #A3F5BF

Color information

#A3F5BF (or 0xA3F5BF) is unknown color: approx Magic Mint. HEX triplet: A3, F5 and BF. RGB value is (163,245,191). Sum of RGB (Red+Green+Blue) = 163+245+191=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #A3F5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F5BF is #5C0A40. Grayscale: #D6D6D6. Windows color (decimal): -6031937 or 12580259. OLE color: 12580259.

HSL color Cylindrical-coordinate representation of color #A3F5BF: hue angle of 140.49º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F5BF is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB163245191-
CMYK0.3300.220.04
HSL140.49º80.39%80%-
HSV(B)140.49º33.47%96.08%-
XYZ57.1676.8561.11-
YUV214.33114.8391.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.21%
GREEN value IS 245 (96.09% from 255) = 40.90%
BLUE value IS 191 (75% from 255) = 31.89%
R=27.21%
G=40.90%
B=31.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632451910.3300.220.04140.4980.3980
HexA3F5BF2101648c5050
Octal243365277410264214120120
Binary1010001111110101101111111000010101101001000110010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F5BF; }

 p { color: rgb(163,245,191); }

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

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

 a { background-color: rgb(163,245,191); }

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

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

 span { border-color: rgb(163,245,191); }

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