COLOR #4DE2EE

HEX: #4DE2EE
RGB: (77,226,238)

Color info

#4DE2EE contains mainly green and blue colors. Web safe color of #4DE2EE is #33CCFF (or #3CF).

RGB color model

#4DE2EE color RGB value is (77,226,238).

  • red value is 77;
  • green value is 226;
  • blue value is 238.
RGB:
(77,226,238)
(30%,89%,93%)

RGB channels and saturation

R 77 of 255 = 30%
G 226 of 255 = 89%
B 238 of 255 = 93%

77
226
238

R + G + B ~ 71%. #4DE2EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 226 + 238 = 541 (100%)
R 77 of 541 ~ 14.23%
G 226 of 541 ~ 41.77%
B 238 of 541 ~ 43.99%

%14.23
%41.77
%43.99

CMYK color model

#4DE2EE color CMYK value is (68,5,0,7).

  • cyan value is 67.65%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(68,5,0,7)
C68M5Y0K7 
(68%,5%,0%,7%)
(0.68/0.05/0.00/0.07)	

CMYK percentages

%67.65
%5.04
%0
%6.67

Codes

Color #4DE2EE in popluar color models

4DE2EE
RGB77226238
HSL184°82.56%61.76%
HSB/HSV184°67.65%93.33%
CMYK67.65%5.04%0.00%
6.67%

Color #4DE2EE in popluar number systems.

HEX4DE2EE
Decimal77226238
Binary10011011110001011101110
Octal115342356

Shades and tints

Shades of #4DE2EE

#4DE2EE
(77,226,238)
#46CED9
(70,206,217)
#3FBAC4
(63,186,196)
#38A6AF
(56,166,175)
#31929A
(49,146,154)
#2A7E85
(42,126,133)
#236A70
(35,106,112)
#1C565B
(28,86,91)
#154246
(21,66,70)
#0E2E31
(14,46,49)
#071A1C
(7,26,28)
#000000
(0,0,0)

Tints of #4DE2EE

#4DE2EE
(77,226,238)
#5DE4EF
(93,228,239)
#6DE6F0
(109,230,240)
#7DE8F1
(125,232,241)
#8DEAF2
(141,234,242)
#9DECF3
(157,236,243)
#ADEEF4
(173,238,244)
#BDF0F5
(189,240,245)
#CDF2F6
(205,242,246)
#DDF4F7
(221,244,247)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DE2EE color. Also use rgb(77,226,238) instead hex code.

Text Font Color

.myTextColor { color: #4DE2EE; }

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

This text font color is #4DE2EE.


Background Color

.myBgColor { background-color: #4DE2EE; }

<div style="background-color:#4DE2EE">Inner text</div>

This div background color is #4DE2EE.


Border color

.myBorderColor { border: 1px solid #4DE2EE; }

<div style="border:3px solid #4DE2EE">Div</div>

This div border color is #4DE2EE.


Opacity

.myOpacity80 { color: #4DE2EE; opacity: 0.8; }

<p style="color:#4DE2EE;opacity:0.8;">80%</p>

Text with #4DE2EE 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 #4DE2EE;}

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

This text has shadow with #4DE2EE color.

.textShadow {text-shadow: 3px 3px 1px #4DE2EE, 3px 3px 1px red;}

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

This text has shadow with #4DE2EE primary color and red secondary color.


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

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

This text has shadow with #4DE2EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DE2EE on black background.


Color preview on white background

This text has color #4DE2EE on white background.



Black color preview on #4DE2EE background

This text has black color on #4DE2EE background.


White color preview on #4DE2EE background

This text has white color on #4DE2EE background.