#A3EAC1

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

Shades of Magic Mint #A3EAC1

Tints of Magic Mint #A3EAC1

Color information

#A3EAC1 (or 0xA3EAC1) is unknown color: approx Magic Mint. HEX triplet: A3, EA and C1. RGB value is (163,234,193). Sum of RGB (Red+Green+Blue) = 163+234+193=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAC1 is #5C153E. Grayscale: #D0D0D0. Windows color (decimal): -6034751 or 12708515. OLE color: 12708515.

HSL color Cylindrical-coordinate representation of color #A3EAC1: hue angle of 145.35º 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 #A3EAC1 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB163234193-
CMYK0.3000.180.08
HSL145.35º62.83%77.84%-
HSV(B)145.35º30.34%91.76%-
XYZ54.1570.4861.2-
YUV208.1119.4895.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.63%
GREEN value IS 234 (91.80% from 255) = 39.66%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=27.63%
G=39.66%
B=32.71%

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
Decimal1632341930.3000.180.08145.3562.8377.84
HexA3EAC11E0128913f4e
Octal243352301360221022177116
Binary101000111110101011000001111100100101000100100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAC1; }

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

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

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

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

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

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

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

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