#A1E7C7

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

Shades of Magic Mint #A1E7C7

Tints of Magic Mint #A1E7C7

Color information

#A1E7C7 (or 0xA1E7C7) is unknown color: approx Magic Mint. HEX triplet: A1, E7 and C7. RGB value is (161,231,199). Sum of RGB (Red+Green+Blue) = 161+231+199=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7C7 is #5E1838. Grayscale: #CECECE. Windows color (decimal): -6166585 or 13100961. OLE color: 13100961.

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

Color convert

RGB161231199-
CMYK0.3000.140.09
HSL152.57º59.32%76.86%-
HSV(B)152.57º30.3%90.59%-
XYZ53.5868.8564.5-
YUV206.42123.8195.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=27.24%
G=39.09%
B=33.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311990.3000.140.09152.5759.3276.86
HexA1E7C71E0E9993b4d
Octal241347307360161123173115
Binary10100001111001111100011111110011101001100110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7C7; }

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

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

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

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

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

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

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

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