#A1E1C5

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

Shades of Magic Mint #A1E1C5

Tints of Magic Mint #A1E1C5

Color information

#A1E1C5 (or 0xA1E1C5) is unknown color: approx Magic Mint. HEX triplet: A1, E1 and C5. RGB value is (161,225,197). Sum of RGB (Red+Green+Blue) = 161+225+197=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1C5 is #5E1E3A. Grayscale: #CACACA. Windows color (decimal): -6168123 or 12968353. OLE color: 12968353.

HSL color Cylindrical-coordinate representation of color #A1E1C5: hue angle of 153.75º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1C5 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB161225197-
CMYK0.2800.120.12
HSL153.75º51.61%75.69%-
HSV(B)153.75º28.44%88.24%-
XYZ51.765.4662.73-
YUV202.67124.898.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=27.62%
G=38.59%
B=33.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251970.2800.120.12153.7551.6175.69
HexA1E1C51C0CC9a344c
Octal241341305340141423264114
Binary10100001111000011100010111100011001100100110101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1C5; }

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

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

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

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

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

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

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

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