COLOR #2EDDB6

HEX: #2EDDB6
RGB: (46,221,182)

Color info

#2EDDB6 contains mainly green and blue colors. Web safe color of #2EDDB6 is #33CCCC (or #3CC).

RGB color model

#2EDDB6 color RGB value is (46,221,182).

  • red value is 46;
  • green value is 221;
  • blue value is 182.
RGB:
(46,221,182)
(18%,87%,71%)

RGB channels and saturation

R 46 of 255 = 18%
G 221 of 255 = 87%
B 182 of 255 = 71%

46
221
182

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

Portions of RGB colors in percentages

R + G + B =
46 + 221 + 182 = 449 (100%)
R 46 of 449 ~ 10.24%
G 221 of 449 ~ 49.22%
B 182 of 449 ~ 40.53%

%10.24
%49.22
%40.53

CMYK color model

#2EDDB6 color CMYK value is (79,0,18,13).

  • cyan value is 79.19%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK:
(79,0,18,13)
C79M0Y18K13 
(79%,0%,18%,13%)
(0.79/0.00/0.18/0.13)	

CMYK percentages

%79.19
%0
%17.65
%13.33

Codes

Color #2EDDB6 in popluar color models

2EDDB6
RGB46221182
HSL167°72.02%52.35%
HSB/HSV167°79.19%86.67%
CMYK79.19%0.00%17.65%
13.33%

Color #2EDDB6 in popluar number systems.

HEX2EDDB6
Decimal46221182
Binary1011101101110110110110
Octal56335266

Shades and tints

Shades of #2EDDB6

#2EDDB6
(46,221,182)
#2AC9A6
(42,201,166)
#26B596
(38,181,150)
#22A186
(34,161,134)
#1E8D76
(30,141,118)
#1A7966
(26,121,102)
#166556
(22,101,86)
#125146
(18,81,70)
#0E3D36
(14,61,54)
#0A2926
(10,41,38)
#061516
(6,21,22)
#000000
(0,0,0)

Tints of #2EDDB6

#2EDDB6
(46,221,182)
#41E0BC
(65,224,188)
#54E3C2
(84,227,194)
#67E6C8
(103,230,200)
#7AE9CE
(122,233,206)
#8DECD4
(141,236,212)
#A0EFDA
(160,239,218)
#B3F2E0
(179,242,224)
#C6F5E6
(198,245,230)
#D9F8EC
(217,248,236)
#ECFBF2
(236,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EDDB6 color. Also use rgb(46,221,182) instead hex code.

Text Font Color

.myTextColor { color: #2EDDB6; }

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

This text font color is #2EDDB6.


Background Color

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

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

This div background color is #2EDDB6.


Border color

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

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

This div border color is #2EDDB6.


Opacity

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

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

Text with #2EDDB6 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 #2EDDB6;}

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

This text has shadow with #2EDDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EDDB6 on black background.


Color preview on white background

This text has color #2EDDB6 on white background.



Black color preview on #2EDDB6 background

This text has black color on #2EDDB6 background.


White color preview on #2EDDB6 background

This text has white color on #2EDDB6 background.