#A1E5CE

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

Shades of Magic Mint #A1E5CE

Tints of Magic Mint #A1E5CE

Color information

#A1E5CE (or 0xA1E5CE) is unknown color: approx Magic Mint. HEX triplet: A1, E5 and CE. RGB value is (161,229,206). Sum of RGB (Red+Green+Blue) = 161+229+206=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5CE is #5E1A31. Grayscale: #CECECE. Windows color (decimal): -6167090 or 13559201. OLE color: 13559201.

HSL color Cylindrical-coordinate representation of color #A1E5CE: hue angle of 159.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5CE is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB161229206-
CMYK0.3000.100.10
HSL159.71º56.67%76.47%-
HSV(B)159.71º29.69%89.8%-
XYZ53.8668.0768.69-
YUV206.05127.9795.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.01%
GREEN value IS 229 (89.84% from 255) = 38.42%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=27.01%
G=38.42%
B=34.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612292060.3000.100.10159.7156.6776.47
HexA1E5CE1E0AAa0394c
Octal241345316360121224071114
Binary10100001111001011100111011110010101010101000001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5CE; }

 p { color: rgb(161,229,206); }

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

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

 a { background-color: rgb(161,229,206); }

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

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

 span { border-color: rgb(161,229,206); }

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