#A2ECBF

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

Shades of Magic Mint #A2ECBF

Tints of Magic Mint #A2ECBF

Color information

#A2ECBF (or 0xA2ECBF) is unknown color: approx Magic Mint. HEX triplet: A2, EC and BF. RGB value is (162,236,191). Sum of RGB (Red+Green+Blue) = 162+236+191=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECBF is #5D1340. Grayscale: #D0D0D0. Windows color (decimal): -6099777 or 12577954. OLE color: 12577954.

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

Color convert

RGB162236191-
CMYK0.3100.190.07
HSL143.51º66.07%78.04%-
HSV(B)143.51º31.36%92.55%-
XYZ54.371.4360.22-
YUV208.74117.9894.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.50%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 191 (75% from 255) = 32.43%
R=27.50%
G=40.07%
B=32.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361910.3100.190.07143.5166.0778.04
HexA2ECBF1F013790424e
Octal242354277370237220102116
Binary101000101110110010111111111110100111111001000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECBF; }

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

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

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

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

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

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

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

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