COLOR #2EBAA5

HEX: #2EBAA5
RGB: (46,186,165)

Color info

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

RGB color model

#2EBAA5 color RGB value is (46,186,165).

  • red value is 46;
  • green value is 186;
  • blue value is 165.
RGB:
(46,186,165)
(18%,73%,65%)

RGB channels and saturation

R 46 of 255 = 18%
G 186 of 255 = 73%
B 165 of 255 = 65%

46
186
165

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

Portions of RGB colors in percentages

R + G + B =
46 + 186 + 165 = 397 (100%)
R 46 of 397 ~ 11.59%
G 186 of 397 ~ 46.85%
B 165 of 397 ~ 41.56%

%11.59
%46.85
%41.56

CMYK color model

#2EBAA5 color CMYK value is (75,0,11,27).

  • cyan value is 75.27%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(75,0,11,27)
C75M0Y11K27 
(75%,0%,11%,27%)
(0.75/0.00/0.11/0.27)	

CMYK percentages

%75.27
%0
%11.29
%27.06

Codes

Color #2EBAA5 in popluar color models

2EBAA5
RGB46186165
HSL171°60.34%45.49%
HSB/HSV171°75.27%72.94%
CMYK75.27%0.00%11.29%
27.06%

Color #2EBAA5 in popluar number systems.

HEX2EBAA5
Decimal46186165
Binary1011101011101010100101
Octal56272245

Shades and tints

Shades of #2EBAA5

#2EBAA5
(46,186,165)
#2AAA96
(42,170,150)
#269A87
(38,154,135)
#228A78
(34,138,120)
#1E7A69
(30,122,105)
#1A6A5A
(26,106,90)
#165A4B
(22,90,75)
#124A3C
(18,74,60)
#0E3A2D
(14,58,45)
#0A2A1E
(10,42,30)
#061A0F
(6,26,15)
#000000
(0,0,0)

Tints of #2EBAA5

#2EBAA5
(46,186,165)
#41C0AD
(65,192,173)
#54C6B5
(84,198,181)
#67CCBD
(103,204,189)
#7AD2C5
(122,210,197)
#8DD8CD
(141,216,205)
#A0DED5
(160,222,213)
#B3E4DD
(179,228,221)
#C6EAE5
(198,234,229)
#D9F0ED
(217,240,237)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EBAA5 color. Also use rgb(46,186,165) instead hex code.

Text Font Color

.myTextColor { color: #2EBAA5; }

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

This text font color is #2EBAA5.


Background Color

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

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

This div background color is #2EBAA5.


Border color

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

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

This div border color is #2EBAA5.


Opacity

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

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

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

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

This text has shadow with #2EBAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EBAA5 on black background.


Color preview on white background

This text has color #2EBAA5 on white background.



Black color preview on #2EBAA5 background

This text has black color on #2EBAA5 background.


White color preview on #2EBAA5 background

This text has white color on #2EBAA5 background.