COLOR #2ED4AB

HEX: #2ED4AB
RGB: (46,212,171)

Color info

#2ED4AB contains mainly green and blue colors. Web safe color of #2ED4AB is #33CC99 (or #3C9).

RGB color model

#2ED4AB color RGB value is (46,212,171).

  • red value is 46;
  • green value is 212;
  • blue value is 171.
RGB:
(46,212,171)
(18%,83%,67%)

RGB channels and saturation

R 46 of 255 = 18%
G 212 of 255 = 83%
B 171 of 255 = 67%

46
212
171

R + G + B ~ 56%. #2ED4AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 212 + 171 = 429 (100%)
R 46 of 429 ~ 10.72%
G 212 of 429 ~ 49.42%
B 171 of 429 ~ 39.86%

%10.72
%49.42
%39.86

CMYK color model

#2ED4AB color CMYK value is (78,0,19,17).

  • cyan value is 78.30%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(78,0,19,17)
C78M0Y19K17 
(78%,0%,19%,17%)
(0.78/0.00/0.19/0.17)	

CMYK percentages

%78.3
%0
%19.34
%16.86

Codes

Color #2ED4AB in popluar color models

2ED4AB
RGB46212171
HSL165°65.87%50.59%
HSB/HSV165°78.30%83.14%
CMYK78.30%0.00%19.34%
16.86%

Color #2ED4AB in popluar number systems.

HEX2ED4AB
Decimal46212171
Binary1011101101010010101011
Octal56324253

Shades and tints

Shades of #2ED4AB

#2ED4AB
(46,212,171)
#2AC19C
(42,193,156)
#26AE8D
(38,174,141)
#229B7E
(34,155,126)
#1E886F
(30,136,111)
#1A7560
(26,117,96)
#166251
(22,98,81)
#124F42
(18,79,66)
#0E3C33
(14,60,51)
#0A2924
(10,41,36)
#061615
(6,22,21)
#000000
(0,0,0)

Tints of #2ED4AB

#2ED4AB
(46,212,171)
#41D7B2
(65,215,178)
#54DAB9
(84,218,185)
#67DDC0
(103,221,192)
#7AE0C7
(122,224,199)
#8DE3CE
(141,227,206)
#A0E6D5
(160,230,213)
#B3E9DC
(179,233,220)
#C6ECE3
(198,236,227)
#D9EFEA
(217,239,234)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED4AB color. Also use rgb(46,212,171) instead hex code.

Text Font Color

.myTextColor { color: #2ED4AB; }

<p style="color:#2ED4AB">This sample text font color is #2ED4AB.</p>

This text font color is #2ED4AB.


Background Color

.myBgColor { background-color: #2ED4AB; }

<div style="background-color:#2ED4AB">Inner text</div>

This div background color is #2ED4AB.


Border color

.myBorderColor { border: 1px solid #2ED4AB; }

<div style="border:3px solid #2ED4AB">Div</div>

This div border color is #2ED4AB.


Opacity

.myOpacity80 { color: #2ED4AB; opacity: 0.8; }

<p style="color:#2ED4AB;opacity:0.8;">80%</p>

Text with #2ED4AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2ED4AB;}

<p style="text-shadow: 3px 3px 1px #2ED4AB">Text here.</p>

This text has shadow with #2ED4AB color.

.textShadow {text-shadow: 3px 3px 1px #2ED4AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2ED4AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #2ED4AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2ED4AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2ED4AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #2ED4AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2ED4AB;
  -webkit-box-shadow:	1px 1px 3px 2px #2ED4AB;
  box-shadow:		1px 1px 3px 2px #2ED4AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ED4AB;
-webkit-box-shadow: 1px 1px 3px 2px #2ED4AB;
box-shadow:1px 1px 3px 2px #2ED4AB;">
Div content here</div>
This div box has shadow with color #2ED4AB.

Preview

Color preview on black background

This text has color #2ED4AB on black background.


Color preview on white background

This text has color #2ED4AB on white background.



Black color preview on #2ED4AB background

This text has black color on #2ED4AB background.


White color preview on #2ED4AB background

This text has white color on #2ED4AB background.