#A2EBC7

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

Shades of Magic Mint #A2EBC7

Tints of Magic Mint #A2EBC7

Color information

#A2EBC7 (or 0xA2EBC7) is unknown color: approx Magic Mint. HEX triplet: A2, EB and C7. RGB value is (162,235,199). Sum of RGB (Red+Green+Blue) = 162+235+199=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBC7 is #5D1438. Grayscale: #D1D1D1. Windows color (decimal): -6100025 or 13101986. OLE color: 13101986.

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

Color convert

RGB162235199-
CMYK0.3100.150.08
HSL150.41º64.6%77.84%-
HSV(B)150.41º31.06%92.16%-
XYZ54.9271.2264.89-
YUV209.07122.3294.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.18%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=27.18%
G=39.43%
B=33.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351990.3100.150.08150.4164.677.84
HexA2EBC71F0F896414e
Octal2423533073701710226101116
Binary101000101110101111000111111110111110001001011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBC7; }

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

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

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

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

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

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

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

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