#A1E9D2

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

Shades of Magic Mint #A1E9D2

Tints of Magic Mint #A1E9D2

Color information

#A1E9D2 (or 0xA1E9D2) is unknown color: approx Magic Mint. HEX triplet: A1, E9 and D2. RGB value is (161,233,210). Sum of RGB (Red+Green+Blue) = 161+233+210=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9D2 is #5E162D. Grayscale: #D0D0D0. Windows color (decimal): -6166062 or 13822369. OLE color: 13822369.

HSL color Cylindrical-coordinate representation of color #A1E9D2: hue angle of 160.83º degrees, saturation: 0.62, 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 #A1E9D2 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB161233210-
CMYK0.3100.100.09
HSL160.83º62.07%77.25%-
HSV(B)160.83º30.9%91.37%-
XYZ55.4770.5171.66-
YUV208.85128.6593.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=26.66%
G=38.58%
B=34.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612332100.3100.100.09160.8362.0777.25
HexA1E9D21F0A9a13e4d
Octal241351322370121124176115
Binary10100001111010011101001011111010101001101000011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9D2; }

 p { color: rgb(161,233,210); }

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

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

 a { background-color: rgb(161,233,210); }

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

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

 span { border-color: rgb(161,233,210); }

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