#A3EABF

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

Shades of Magic Mint #A3EABF

Tints of Magic Mint #A3EABF

Color information

#A3EABF (or 0xA3EABF) is unknown color: approx Magic Mint. HEX triplet: A3, EA and BF. RGB value is (163,234,191). Sum of RGB (Red+Green+Blue) = 163+234+191=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EABF is #5C1540. Grayscale: #CFCFCF. Windows color (decimal): -6034753 or 12577443. OLE color: 12577443.

HSL color Cylindrical-coordinate representation of color #A3EABF: hue angle of 143.66º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EABF is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB163234191-
CMYK0.3000.180.08
HSL143.66º62.83%77.84%-
HSV(B)143.66º30.34%91.76%-
XYZ53.9370.3960.04-
YUV207.87118.4896-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 191 (75% from 255) = 32.48%
R=27.72%
G=39.80%
B=32.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632341910.3000.180.08143.6662.8377.84
HexA3EABF1E0128903f4e
Octal243352277360221022077116
Binary101000111110101010111111111100100101000100100001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EABF; }

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

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

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

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

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

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

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

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