#A1E7CD

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

Shades of Magic Mint #A1E7CD

Tints of Magic Mint #A1E7CD

Color information

#A1E7CD (or 0xA1E7CD) is unknown color: approx Magic Mint. HEX triplet: A1, E7 and CD. RGB value is (161,231,205). Sum of RGB (Red+Green+Blue) = 161+231+205=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7CD is #5E1832. Grayscale: #CFCFCF. Windows color (decimal): -6166579 or 13494177. OLE color: 13494177.

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

Color convert

RGB161231205-
CMYK0.3000.110.09
HSL157.71º59.32%76.86%-
HSV(B)157.71º30.3%90.59%-
XYZ54.2969.1468.24-
YUV207.11126.8195.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.97%
GREEN value IS 231 (90.62% from 255) = 38.69%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=26.97%
G=38.69%
B=34.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612312050.3000.110.09157.7159.3276.86
HexA1E7CD1E0B99e3b4d
Octal241347315360131123673115
Binary10100001111001111100110111110010111001100111101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7CD; }

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

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

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

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

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

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

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

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