COLOR #2ED4D4

HEX: #2ED4D4
RGB: (46,212,212)

Color info

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

RGB color model

#2ED4D4 color RGB value is (46,212,212).

  • red value is 46;
  • green value is 212;
  • blue value is 212.
RGB:
(46,212,212)
(18%,83%,83%)

RGB channels and saturation

R 46 of 255 = 18%
G 212 of 255 = 83%
B 212 of 255 = 83%

46
212
212

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

Portions of RGB colors in percentages

R + G + B =
46 + 212 + 212 = 470 (100%)
R 46 of 470 ~ 9.79%
G 212 of 470 ~ 45.11%
B 212 of 470 ~ 45.11%

%9.79
%45.11
%45.11

CMYK color model

#2ED4D4 color CMYK value is (78,0,0,17).

  • cyan value is 78.30%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(78,0,0,17)
C78M0Y0K17 
(78%,0%,0%,17%)
(0.78/0.00/0.00/0.17)	

CMYK percentages

%78.3
%0
%0
%16.86

Codes

Color #2ED4D4 in popluar color models

2ED4D4
RGB46212212
HSL180°65.87%50.59%
HSB/HSV180°78.30%83.14%
CMYK78.30%0.00%0.00%
16.86%

Color #2ED4D4 in popluar number systems.

HEX2ED4D4
Decimal46212212
Binary1011101101010011010100
Octal56324324

Shades and tints

Shades of #2ED4D4

#2ED4D4
(46,212,212)
#2AC1C1
(42,193,193)
#26AEAE
(38,174,174)
#229B9B
(34,155,155)
#1E8888
(30,136,136)
#1A7575
(26,117,117)
#166262
(22,98,98)
#124F4F
(18,79,79)
#0E3C3C
(14,60,60)
#0A2929
(10,41,41)
#061616
(6,22,22)
#000000
(0,0,0)

Tints of #2ED4D4

#2ED4D4
(46,212,212)
#41D7D7
(65,215,215)
#54DADA
(84,218,218)
#67DDDD
(103,221,221)
#7AE0E0
(122,224,224)
#8DE3E3
(141,227,227)
#A0E6E6
(160,230,230)
#B3E9E9
(179,233,233)
#C6ECEC
(198,236,236)
#D9EFEF
(217,239,239)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2ED4D4; }

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

This text font color is #2ED4D4.


Background Color

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

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

This div background color is #2ED4D4.


Border color

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

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

This div border color is #2ED4D4.


Opacity

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

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

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

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

This text has shadow with #2ED4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED4D4 on black background.


Color preview on white background

This text has color #2ED4D4 on white background.



Black color preview on #2ED4D4 background

This text has black color on #2ED4D4 background.


White color preview on #2ED4D4 background

This text has white color on #2ED4D4 background.