#A2ECBD

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

Shades of Magic Mint #A2ECBD

Tints of Magic Mint #A2ECBD

Color information

#A2ECBD (or 0xA2ECBD) is unknown color: approx Magic Mint. HEX triplet: A2, EC and BD. RGB value is (162,236,189). Sum of RGB (Red+Green+Blue) = 162+236+189=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECBD is #5D1342. Grayscale: #D0D0D0. Windows color (decimal): -6099779 or 12446882. OLE color: 12446882.

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

Color convert

RGB162236189-
CMYK0.3100.200.07
HSL141.89º66.07%78.04%-
HSV(B)141.89º31.36%92.55%-
XYZ54.0871.3559.06-
YUV208.52116.9894.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=27.60%
G=40.20%
B=32.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361890.3100.200.07141.8966.0778.04
HexA2ECBD1F01478e424e
Octal242354275370247216102116
Binary101000101110110010111101111110101001111000111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECBD; }

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

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

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

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

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

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

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

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