#A1E1C8

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

Shades of Magic Mint #A1E1C8

Tints of Magic Mint #A1E1C8

Color information

#A1E1C8 (or 0xA1E1C8) is unknown color: approx Magic Mint. HEX triplet: A1, E1 and C8. RGB value is (161,225,200). Sum of RGB (Red+Green+Blue) = 161+225+200=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1C8 is #5E1E37. Grayscale: #CBCBCB. Windows color (decimal): -6168120 or 13164961. OLE color: 13164961.

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

Color convert

RGB161225200-
CMYK0.2800.110.12
HSL156.56º51.61%75.69%-
HSV(B)156.56º28.44%88.24%-
XYZ52.0565.664.56-
YUV203.01126.398.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=27.47%
G=38.40%
B=34.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612252000.2800.110.12156.5651.6175.69
HexA1E1C81C0BC9d344c
Octal241341310340131423564114
Binary10100001111000011100100011100010111100100111011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1C8; }

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

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

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

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

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

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

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

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