COLOR #2E988E

HEX: #2E988E RGB: (46,152,142)

Color info

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

RGB color model

#2E988E color RGB value is (46,152,142).

RGB: (46,152,142) (18%, 60%, 56%)

RGB channels and saturation

R 46 of 255 = 18%
G 152 of 255 = 60%
B 142 of 255 = 56%

46
152
142

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

Portions of RGB colors in percentages

R + G + B = 46 + 152 + 142 = 340 (100%)
R 46 of 340 ~ 13.53%
G 152 of 340 ~ 44.71%
B 142 of 340 ~ 41.76'%

%13.53
%44.71
%41.76

CMYK color model

#2E988E color CMYK value is (70,0,7,40).

  • cyan value is 69.74%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%

CMYK: (70,0,7,40)
C70M0Y7K40 (70%, 0%, 7%, 40%)
(0.70 / 0.00 / 0.07 / 0.40)

CMYK percentages

%69.74
%0
%6.58
%40.39

Codes

Color #2E988E in popluar color models

2E 98 8E
RGB 46 152 142
HSL 174° 53.54% 38.82%
HSB/HSV 174° 69.74% 59.61%
CMYK 69.74% 0.00% 6.58%
40.39%

Color #2E988E in popluar number systems.

HEX 2E 98 8E
Decimal 46 152 142
Binary 101110 10011000 10001110
Octal 56 230 216

Shades and tints

Shades of #2E988E

#2E988E
(46,152,142)
#2A8B82
(42,139,130)
#267E76
(38,126,118)
#22716A
(34,113,106)
#1E645E
(30,100,94)
#1A5752
(26,87,82)
#164A46
(22,74,70)
#123D3A
(18,61,58)
#0E302E
(14,48,46)
#0A2322
(10,35,34)
#061616
(6,22,22)
#000000
(0,0,0)

Tints of #2E988E

#2E988E
(46,152,142)
#41A198
(65,161,152)
#54AAA2
(84,170,162)
#67B3AC
(103,179,172)
#7ABCB6
(122,188,182)
#8DC5C0
(141,197,192)
#A0CECA
(160,206,202)
#B3D7D4
(179,215,212)
#C6E0DE
(198,224,222)
#D9E9E8
(217,233,232)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E988E color. Also use rgb(46,152,142) instead hex code.

Text Font Color

.myTextColor { color: #2E988E; }

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

This text font color is #2E988E.

Background Color

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

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

This div background color is #2E988E.

Border color

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

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

This div border color is #2E988E.

Opacity

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

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

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

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

This text has shadow with #2E988E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E988E.

Preview

Color preview on black background

This text has color #2E988E on black background.


Color preview on white background

This text has color #2E988E on white background.


Black color preview on #2E988E background

This text has black color on #2E988E background.


White color preview on #2E988E background

This text has white color on #2E988E background.


Related colors

Complementary color

Complementary color for #hex is #D16771.


I love getcolorcode.com

Triadic colors

1 #8E2E98 and #988E2E with #2E988E are triadic colors.

2 #8E982E and #982E8E with #2E988E are triadic colors.