#A1E8CD

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

Shades of Magic Mint #A1E8CD

Tints of Magic Mint #A1E8CD

Color information

#A1E8CD (or 0xA1E8CD) is unknown color: approx Magic Mint. HEX triplet: A1, E8 and CD. RGB value is (161,232,205). Sum of RGB (Red+Green+Blue) = 161+232+205=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8CD is #5E1732. Grayscale: #CFCFCF. Windows color (decimal): -6166323 or 13494433. OLE color: 13494433.

HSL color Cylindrical-coordinate representation of color #A1E8CD: hue angle of 157.18º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8CD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB161232205-
CMYK0.3100.120.09
HSL157.18º60.68%77.06%-
HSV(B)157.18º30.6%90.98%-
XYZ54.5769.768.33-
YUV207.69126.4894.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 232 (91.02% from 255) = 38.80%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=26.92%
G=38.80%
B=34.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612322050.3100.120.09157.1860.6877.06
HexA1E8CD1F0C99d3d4d
Octal241350315370141123575115
Binary10100001111010001100110111111011001001100111011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8CD; }

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

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

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

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

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

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

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

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