#A1E7C5

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

Shades of Magic Mint #A1E7C5

Tints of Magic Mint #A1E7C5

Color information

#A1E7C5 (or 0xA1E7C5) is unknown color: approx Magic Mint. HEX triplet: A1, E7 and C5. RGB value is (161,231,197). Sum of RGB (Red+Green+Blue) = 161+231+197=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7C5 is #5E183A. Grayscale: #CECECE. Windows color (decimal): -6166587 or 12969889. OLE color: 12969889.

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

Color convert

RGB161231197-
CMYK0.3000.150.09
HSL150.86º59.32%76.86%-
HSV(B)150.86º30.3%90.59%-
XYZ53.3568.7663.28-
YUV206.19122.8195.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=27.33%
G=39.22%
B=33.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311970.3000.150.09150.8659.3276.86
HexA1E7C51E0F9973b4d
Octal241347305360171122773115
Binary10100001111001111100010111110011111001100101111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7C5; }

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

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

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

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

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

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

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

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