COLOR #2EA79D

HEX: #2EA79D RGB: (46,167,157)

Color info

#2EA79D contains mainly green and blue colors. Web safe color of #2EA79D is #339999 (or #399).

RGB color model

#2EA79D color RGB value is (46,167,157).

RGB: (46,167,157) (18%, 65%, 62%)

RGB channels and saturation

R 46 of 255 = 18%
G 167 of 255 = 65%
B 157 of 255 = 62%

46
167
157

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

Portions of RGB colors in percentages

R + G + B = 46 + 167 + 157 = 370 (100%)
R 46 of 370 ~ 12.43%
G 167 of 370 ~ 45.14%
B 157 of 370 ~ 42.43'%

%12.43
%45.14
%42.43

CMYK color model

#2EA79D color CMYK value is (72,0,6,35).

  • cyan value is 72.46%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%

CMYK: (72,0,6,35)
C72M0Y6K35 (72%, 0%, 6%, 35%)
(0.72 / 0.00 / 0.06 / 0.35)

CMYK percentages

%72.46
%0
%5.99
%34.51

Codes

Color #2EA79D in popluar color models

2E A7 9D
RGB 46 167 157
HSL 175° 56.81% 41.76%
HSB/HSV 175° 72.46% 65.49%
CMYK 72.46% 0.00% 5.99%
34.51%

Color #2EA79D in popluar number systems.

HEX 2E A7 9D
Decimal 46 167 157
Binary 101110 10100111 10011101
Octal 56 247 235

Shades and tints

Shades of #2EA79D

#2EA79D
(46,167,157)
#2A988F
(42,152,143)
#268981
(38,137,129)
#227A73
(34,122,115)
#1E6B65
(30,107,101)
#1A5C57
(26,92,87)
#164D49
(22,77,73)
#123E3B
(18,62,59)
#0E2F2D
(14,47,45)
#0A201F
(10,32,31)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #2EA79D

#2EA79D
(46,167,157)
#41AFA5
(65,175,165)
#54B7AD
(84,183,173)
#67BFB5
(103,191,181)
#7AC7BD
(122,199,189)
#8DCFC5
(141,207,197)
#A0D7CD
(160,215,205)
#B3DFD5
(179,223,213)
#C6E7DD
(198,231,221)
#D9EFE5
(217,239,229)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA79D color. Also use rgb(46,167,157) instead hex code.

Text Font Color

.myTextColor { color: #2EA79D; }

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

This text font color is #2EA79D.

Background Color

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

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

This div background color is #2EA79D.

Border color

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

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

This div border color is #2EA79D.

Opacity

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

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

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

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

This text has shadow with #2EA79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EA79D.

Preview

Color preview on black background

This text has color #2EA79D on black background.


Color preview on white background

This text has color #2EA79D on white background.


Black color preview on #2EA79D background

This text has black color on #2EA79D background.


White color preview on #2EA79D background

This text has white color on #2EA79D background.


Related colors

Complementary color

Complementary color for #hex is #D15862.


I love getcolorcode.com

Triadic colors

1 #9D2EA7 and #A79D2E with #2EA79D are triadic colors.

2 #9DA72E and #A72E9D with #2EA79D are triadic colors.