COLOR #4EF3EA

HEX: #4EF3EA
RGB: (78,243,234)

Color info

#4EF3EA contains mainly green and blue colors. Web safe color of #4EF3EA is #66FFFF (or #6FF).

RGB color model

#4EF3EA color RGB value is (78,243,234).

  • red value is 78;
  • green value is 243;
  • blue value is 234.
RGB:
(78,243,234)
(31%,95%,92%)

RGB channels and saturation

R 78 of 255 = 31%
G 243 of 255 = 95%
B 234 of 255 = 92%

78
243
234

R + G + B ~ 73%. #4EF3EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 243 + 234 = 555 (100%)
R 78 of 555 ~ 14.05%
G 243 of 555 ~ 43.78%
B 234 of 555 ~ 42.16%

%14.05
%43.78
%42.16

CMYK color model

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

  • cyan value is 67.90%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(68,0,4,5)
C68M0Y4K5 
(68%,0%,4%,5%)
(0.68/0.00/0.04/0.05)	

CMYK percentages

%67.9
%0
%3.7
%4.71

Codes

Color #4EF3EA in popluar color models

4EF3EA
RGB78243234
HSL177°87.30%62.94%
HSB/HSV177°67.90%95.29%
CMYK67.90%0.00%3.70%
4.71%

Color #4EF3EA in popluar number systems.

HEX4EF3EA
Decimal78243234
Binary10011101111001111101010
Octal116363352

Shades and tints

Shades of #4EF3EA

#4EF3EA
(78,243,234)
#47DDD5
(71,221,213)
#40C7C0
(64,199,192)
#39B1AB
(57,177,171)
#329B96
(50,155,150)
#2B8581
(43,133,129)
#246F6C
(36,111,108)
#1D5957
(29,89,87)
#164342
(22,67,66)
#0F2D2D
(15,45,45)
#081718
(8,23,24)
#000000
(0,0,0)

Tints of #4EF3EA

#4EF3EA
(78,243,234)
#5EF4EB
(94,244,235)
#6EF5EC
(110,245,236)
#7EF6ED
(126,246,237)
#8EF7EE
(142,247,238)
#9EF8EF
(158,248,239)
#AEF9F0
(174,249,240)
#BEFAF1
(190,250,241)
#CEFBF2
(206,251,242)
#DEFCF3
(222,252,243)
#EEFDF4
(238,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EF3EA color. Also use rgb(78,243,234) instead hex code.

Text Font Color

.myTextColor { color: #4EF3EA; }

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

This text font color is #4EF3EA.


Background Color

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

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

This div background color is #4EF3EA.


Border color

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

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

This div border color is #4EF3EA.


Opacity

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

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

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

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

This text has shadow with #4EF3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EF3EA on black background.


Color preview on white background

This text has color #4EF3EA on white background.



Black color preview on #4EF3EA background

This text has black color on #4EF3EA background.


White color preview on #4EF3EA background

This text has white color on #4EF3EA background.