COLOR #2EE3C6

HEX: #2EE3C6
RGB: (46,227,198)

Color info

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

RGB color model

#2EE3C6 color RGB value is (46,227,198).

  • red value is 46;
  • green value is 227;
  • blue value is 198.
RGB:
(46,227,198)
(18%,89%,78%)

RGB channels and saturation

R 46 of 255 = 18%
G 227 of 255 = 89%
B 198 of 255 = 78%

46
227
198

R + G + B ~ 62%. #2EE3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 227 + 198 = 471 (100%)
R 46 of 471 ~ 9.77%
G 227 of 471 ~ 48.2%
B 198 of 471 ~ 42.04%

%9.77
%48.2
%42.04

CMYK color model

#2EE3C6 color CMYK value is (80,0,13,11).

  • cyan value is 79.74%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(80,0,13,11)
C80M0Y13K11 
(80%,0%,13%,11%)
(0.80/0.00/0.13/0.11)	

CMYK percentages

%79.74
%0
%12.78
%10.98

Codes

Color #2EE3C6 in popluar color models

2EE3C6
RGB46227198
HSL170°76.37%53.53%
HSB/HSV170°79.74%89.02%
CMYK79.74%0.00%12.78%
10.98%

Color #2EE3C6 in popluar number systems.

HEX2EE3C6
Decimal46227198
Binary1011101110001111000110
Octal56343306

Shades and tints

Shades of #2EE3C6

#2EE3C6
(46,227,198)
#2ACFB4
(42,207,180)
#26BBA2
(38,187,162)
#22A790
(34,167,144)
#1E937E
(30,147,126)
#1A7F6C
(26,127,108)
#166B5A
(22,107,90)
#125748
(18,87,72)
#0E4336
(14,67,54)
#0A2F24
(10,47,36)
#061B12
(6,27,18)
#000000
(0,0,0)

Tints of #2EE3C6

#2EE3C6
(46,227,198)
#41E5CB
(65,229,203)
#54E7D0
(84,231,208)
#67E9D5
(103,233,213)
#7AEBDA
(122,235,218)
#8DEDDF
(141,237,223)
#A0EFE4
(160,239,228)
#B3F1E9
(179,241,233)
#C6F3EE
(198,243,238)
#D9F5F3
(217,245,243)
#ECF7F8
(236,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EE3C6 color. Also use rgb(46,227,198) instead hex code.

Text Font Color

.myTextColor { color: #2EE3C6; }

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

This text font color is #2EE3C6.


Background Color

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

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

This div background color is #2EE3C6.


Border color

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

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

This div border color is #2EE3C6.


Opacity

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

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

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

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

This text has shadow with #2EE3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EE3C6 on black background.


Color preview on white background

This text has color #2EE3C6 on white background.



Black color preview on #2EE3C6 background

This text has black color on #2EE3C6 background.


White color preview on #2EE3C6 background

This text has white color on #2EE3C6 background.