#A1E4CD

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

Shades of Magic Mint #A1E4CD

Tints of Magic Mint #A1E4CD

Color information

#A1E4CD (or 0xA1E4CD) is unknown color: approx Magic Mint. HEX triplet: A1, E4 and CD. RGB value is (161,228,205). Sum of RGB (Red+Green+Blue) = 161+228+205=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4CD is #5E1B32. Grayscale: #CDCDCD. Windows color (decimal): -6167347 or 13493409. OLE color: 13493409.

HSL color Cylindrical-coordinate representation of color #A1E4CD: hue angle of 159.4º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4CD is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB161228205-
CMYK0.2900.100.11
HSL159.4º55.37%76.27%-
HSV(B)159.4º29.39%89.41%-
XYZ53.4667.4767.96-
YUV205.34127.896.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.10%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=27.10%
G=38.38%
B=34.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612282050.2900.100.11159.455.3776.27
HexA1E4CD1D0AB9f374c
Octal241344315350121323767114
Binary10100001111001001100110111101010101011100111111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4CD; }

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

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

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

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

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

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

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

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