COLOR #4EE8B5

HEX: #4EE8B5
RGB: (78,232,181)

Color info

#4EE8B5 contains mainly green and blue colors. Web safe color of #4EE8B5 is #66FFCC (or #6FC).

RGB color model

#4EE8B5 color RGB value is (78,232,181).

  • red value is 78;
  • green value is 232;
  • blue value is 181.
RGB:
(78,232,181)
(31%,91%,71%)

RGB channels and saturation

R 78 of 255 = 31%
G 232 of 255 = 91%
B 181 of 255 = 71%

78
232
181

R + G + B ~ 64%. #4EE8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 232 + 181 = 491 (100%)
R 78 of 491 ~ 15.89%
G 232 of 491 ~ 47.25%
B 181 of 491 ~ 36.86%

%15.89
%47.25
%36.86

CMYK color model

#4EE8B5 color CMYK value is (66,0,22,9).

  • cyan value is 66.38%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 9.02%
CMYK:
(66,0,22,9)
C66M0Y22K9 
(66%,0%,22%,9%)
(0.66/0.00/0.22/0.09)	

CMYK percentages

%66.38
%0
%21.98
%9.02

Codes

Color #4EE8B5 in popluar color models

4EE8B5
RGB78232181
HSL160°77.00%60.78%
HSB/HSV160°66.38%90.98%
CMYK66.38%0.00%21.98%
9.02%

Color #4EE8B5 in popluar number systems.

HEX4EE8B5
Decimal78232181
Binary10011101110100010110101
Octal116350265

Shades and tints

Shades of #4EE8B5

#4EE8B5
(78,232,181)
#47D3A5
(71,211,165)
#40BE95
(64,190,149)
#39A985
(57,169,133)
#329475
(50,148,117)
#2B7F65
(43,127,101)
#246A55
(36,106,85)
#1D5545
(29,85,69)
#164035
(22,64,53)
#0F2B25
(15,43,37)
#081615
(8,22,21)
#000000
(0,0,0)

Tints of #4EE8B5

#4EE8B5
(78,232,181)
#5EEABB
(94,234,187)
#6EECC1
(110,236,193)
#7EEEC7
(126,238,199)
#8EF0CD
(142,240,205)
#9EF2D3
(158,242,211)
#AEF4D9
(174,244,217)
#BEF6DF
(190,246,223)
#CEF8E5
(206,248,229)
#DEFAEB
(222,250,235)
#EEFCF1
(238,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EE8B5 color. Also use rgb(78,232,181) instead hex code.

Text Font Color

.myTextColor { color: #4EE8B5; }

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

This text font color is #4EE8B5.


Background Color

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

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

This div background color is #4EE8B5.


Border color

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

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

This div border color is #4EE8B5.


Opacity

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

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

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

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

This text has shadow with #4EE8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EE8B5 on black background.


Color preview on white background

This text has color #4EE8B5 on white background.



Black color preview on #4EE8B5 background

This text has black color on #4EE8B5 background.


White color preview on #4EE8B5 background

This text has white color on #4EE8B5 background.