#A1EEBD

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

Shades of Magic Mint #A1EEBD

Tints of Magic Mint #A1EEBD

Color information

#A1EEBD (or 0xA1EEBD) is unknown color: approx Magic Mint. HEX triplet: A1, EE and BD. RGB value is (161,238,189). Sum of RGB (Red+Green+Blue) = 161+238+189=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEBD is #5E1142. Grayscale: #D1D1D1. Windows color (decimal): -6164803 or 12447393. OLE color: 12447393.

HSL color Cylindrical-coordinate representation of color #A1EEBD: hue angle of 141.82º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEBD is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB161238189-
CMYK0.3200.210.07
HSL141.82º69.37%78.24%-
HSV(B)141.82º32.35%93.33%-
XYZ54.4672.459.25-
YUV209.39116.4993.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=27.38%
G=40.48%
B=32.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612381890.3200.210.07141.8269.3778.24
HexA1EEBD2001578e454e
Octal241356275400257216105116
Binary1010000111101110101111011000000101011111000111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EEBD; }

 p { color: rgb(161,238,189); }

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

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

 a { background-color: rgb(161,238,189); }

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

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

 span { border-color: rgb(161,238,189); }

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