#A1EBBE

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

Shades of Magic Mint #A1EBBE

Tints of Magic Mint #A1EBBE

Color information

#A1EBBE (or 0xA1EBBE) is unknown color: approx Magic Mint. HEX triplet: A1, EB and BE. RGB value is (161,235,190). Sum of RGB (Red+Green+Blue) = 161+235+190=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBBE is #5E1441. Grayscale: #CFCFCF. Windows color (decimal): -6165570 or 12512161. OLE color: 12512161.

HSL color Cylindrical-coordinate representation of color #A1EBBE: hue angle of 143.51º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBBE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB161235190-
CMYK0.3100.190.08
HSL143.51º64.91%77.65%-
HSV(B)143.51º31.49%92.16%-
XYZ53.770.7159.53-
YUV207.74117.9894.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=27.47%
G=40.10%
B=32.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351900.3100.190.08143.5164.9177.65
HexA1EBBE1F013890414e
Octal2413532763702310220101116
Binary1010000111101011101111101111101001110001001000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBBE; }

 p { color: rgb(161,235,190); }

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

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

 a { background-color: rgb(161,235,190); }

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

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

 span { border-color: rgb(161,235,190); }

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