#A2EBC5

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

Shades of Magic Mint #A2EBC5

Tints of Magic Mint #A2EBC5

Color information

#A2EBC5 (or 0xA2EBC5) is unknown color: approx Magic Mint. HEX triplet: A2, EB and C5. RGB value is (162,235,197). Sum of RGB (Red+Green+Blue) = 162+235+197=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBC5 is #5D143A. Grayscale: #D0D0D0. Windows color (decimal): -6100027 or 12970914. OLE color: 12970914.

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

Color convert

RGB162235197-
CMYK0.3100.160.08
HSL148.77º64.6%77.84%-
HSV(B)148.77º31.06%92.16%-
XYZ54.6971.1363.67-
YUV208.84121.3294.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.27%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=27.27%
G=39.56%
B=33.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351970.3100.160.08148.7764.677.84
HexA2EBC51F010895414e
Octal2423533053702010225101116
Binary1010001011101011110001011111101000010001001010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBC5; }

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

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

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

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

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

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

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

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