COLOR #2EE5C0

HEX: #2EE5C0
RGB: (46,229,192)

Color info

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

RGB color model

#2EE5C0 color RGB value is (46,229,192).

  • red value is 46;
  • green value is 229;
  • blue value is 192.
RGB:
(46,229,192)
(18%,90%,75%)

RGB channels and saturation

R 46 of 255 = 18%
G 229 of 255 = 90%
B 192 of 255 = 75%

46
229
192

R + G + B ~ 61%. #2EE5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 229 + 192 = 467 (100%)
R 46 of 467 ~ 9.85%
G 229 of 467 ~ 49.04%
B 192 of 467 ~ 41.11%

%9.85
%49.04
%41.11

CMYK color model

#2EE5C0 color CMYK value is (80,0,16,10).

  • cyan value is 79.91%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 10.20%
CMYK:
(80,0,16,10)
C80M0Y16K10 
(80%,0%,16%,10%)
(0.80/0.00/0.16/0.10)	

CMYK percentages

%79.91
%0
%16.16
%10.2

Codes

Color #2EE5C0 in popluar color models

2EE5C0
RGB46229192
HSL168°77.87%53.92%
HSB/HSV168°79.91%89.80%
CMYK79.91%0.00%16.16%
10.20%

Color #2EE5C0 in popluar number systems.

HEX2EE5C0
Decimal46229192
Binary1011101110010111000000
Octal56345300

Shades and tints

Shades of #2EE5C0

#2EE5C0
(46,229,192)
#2AD1AF
(42,209,175)
#26BD9E
(38,189,158)
#22A98D
(34,169,141)
#1E957C
(30,149,124)
#1A816B
(26,129,107)
#166D5A
(22,109,90)
#125949
(18,89,73)
#0E4538
(14,69,56)
#0A3127
(10,49,39)
#061D16
(6,29,22)
#000000
(0,0,0)

Tints of #2EE5C0

#2EE5C0
(46,229,192)
#41E7C5
(65,231,197)
#54E9CA
(84,233,202)
#67EBCF
(103,235,207)
#7AEDD4
(122,237,212)
#8DEFD9
(141,239,217)
#A0F1DE
(160,241,222)
#B3F3E3
(179,243,227)
#C6F5E8
(198,245,232)
#D9F7ED
(217,247,237)
#ECF9F2
(236,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EE5C0 color. Also use rgb(46,229,192) instead hex code.

Text Font Color

.myTextColor { color: #2EE5C0; }

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

This text font color is #2EE5C0.


Background Color

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

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

This div background color is #2EE5C0.


Border color

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

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

This div border color is #2EE5C0.


Opacity

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

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

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

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

This text has shadow with #2EE5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EE5C0 on black background.


Color preview on white background

This text has color #2EE5C0 on white background.



Black color preview on #2EE5C0 background

This text has black color on #2EE5C0 background.


White color preview on #2EE5C0 background

This text has white color on #2EE5C0 background.