#A2EBBE

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

Shades of Magic Mint #A2EBBE

Tints of Magic Mint #A2EBBE

Color information

#A2EBBE (or 0xA2EBBE) is unknown color: approx Magic Mint. HEX triplet: A2, EB and BE. RGB value is (162,235,190). Sum of RGB (Red+Green+Blue) = 162+235+190=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBBE is #5D1441. Grayscale: #D0D0D0. Windows color (decimal): -6100034 or 12512162. OLE color: 12512162.

HSL color Cylindrical-coordinate representation of color #A2EBBE: hue angle of 143.01º 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 #A2EBBE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB162235190-
CMYK0.3100.190.08
HSL143.01º64.6%77.84%-
HSV(B)143.01º31.06%92.16%-
XYZ53.970.8259.54-
YUV208.04117.8295.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=27.60%
G=40.03%
B=32.37%

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
Decimal1622351900.3100.190.08143.0164.677.84
HexA2EBBE1F01388f414e
Octal2423532763702310217101116
Binary1010001011101011101111101111101001110001000111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBBE; }

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

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

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

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

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

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

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

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