#A2E8BF

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

Shades of Magic Mint #A2E8BF

Tints of Magic Mint #A2E8BF

Color information

#A2E8BF (or 0xA2E8BF) is unknown color: approx Magic Mint. HEX triplet: A2, E8 and BF. RGB value is (162,232,191). Sum of RGB (Red+Green+Blue) = 162+232+191=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E8BF is #5D1740. Grayscale: #CECECE. Windows color (decimal): -6100801 or 12576930. OLE color: 12576930.

HSL color Cylindrical-coordinate representation of color #A2E8BF: hue angle of 144.86º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E8BF is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB162232191-
CMYK0.3000.180.09
HSL144.86º60.34%77.25%-
HSV(B)144.86º30.17%90.98%-
XYZ53.1669.1659.84-
YUV206.4119.3196.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 191 (75% from 255) = 32.65%
R=27.69%
G=39.66%
B=32.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622321910.3000.180.09144.8660.3477.25
HexA2E8BF1E0129913c4d
Octal242350277360221122174115
Binary101000101110100010111111111100100101001100100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E8BF; }

 p { color: rgb(162,232,191); }

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

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

 a { background-color: rgb(162,232,191); }

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

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

 span { border-color: rgb(162,232,191); }

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