#A1E7C2

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

Shades of Magic Mint #A1E7C2

Tints of Magic Mint #A1E7C2

Color information

#A1E7C2 (or 0xA1E7C2) is unknown color: approx Magic Mint. HEX triplet: A1, E7 and C2. RGB value is (161,231,194). Sum of RGB (Red+Green+Blue) = 161+231+194=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7C2 is #5E183D. Grayscale: #CDCDCD. Windows color (decimal): -6166590 or 12773281. OLE color: 12773281.

HSL color Cylindrical-coordinate representation of color #A1E7C2: hue angle of 148.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7C2 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB161231194-
CMYK0.3000.160.09
HSL148.29º59.32%76.86%-
HSV(B)148.29º30.3%90.59%-
XYZ53.0168.6261.49-
YUV205.85121.3196.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=27.47%
G=39.42%
B=33.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311940.3000.160.09148.2959.3276.86
HexA1E7C21E0109943b4d
Octal241347302360201122473115
Binary101000011110011111000010111100100001001100101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7C2; }

 p { color: rgb(161,231,194); }

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

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

 a { background-color: rgb(161,231,194); }

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

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

 span { border-color: rgb(161,231,194); }

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