COLOR #4EBA9F

HEX: #4EBA9F
RGB: (78,186,159)

Color info

#4EBA9F contains mainly green and blue colors. Web safe color of #4EBA9F is #66CC99 (or #6C9).

RGB color model

#4EBA9F color RGB value is (78,186,159).

  • red value is 78;
  • green value is 186;
  • blue value is 159.
RGB:
(78,186,159)
(31%,73%,62%)

RGB channels and saturation

R 78 of 255 = 31%
G 186 of 255 = 73%
B 159 of 255 = 62%

78
186
159

R + G + B ~ 55%. #4EBA9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 186 + 159 = 423 (100%)
R 78 of 423 ~ 18.44%
G 186 of 423 ~ 43.97%
B 159 of 423 ~ 37.59%

%18.44
%43.97
%37.59

CMYK color model

#4EBA9F color CMYK value is (58,0,15,27).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 27.06%
CMYK:
(58,0,15,27)
C58M0Y15K27 
(58%,0%,15%,27%)
(0.58/0.00/0.15/0.27)	

CMYK percentages

%58.06
%0
%14.52
%27.06

Codes

Color #4EBA9F in popluar color models

4EBA9F
RGB78186159
HSL165°43.90%51.76%
HSB/HSV165°58.06%72.94%
CMYK58.06%0.00%14.52%
27.06%

Color #4EBA9F in popluar number systems.

HEX4EBA9F
Decimal78186159
Binary10011101011101010011111
Octal116272237

Shades and tints

Shades of #4EBA9F

#4EBA9F
(78,186,159)
#47AA91
(71,170,145)
#409A83
(64,154,131)
#398A75
(57,138,117)
#327A67
(50,122,103)
#2B6A59
(43,106,89)
#245A4B
(36,90,75)
#1D4A3D
(29,74,61)
#163A2F
(22,58,47)
#0F2A21
(15,42,33)
#081A13
(8,26,19)
#000000
(0,0,0)

Tints of #4EBA9F

#4EBA9F
(78,186,159)
#5EC0A7
(94,192,167)
#6EC6AF
(110,198,175)
#7ECCB7
(126,204,183)
#8ED2BF
(142,210,191)
#9ED8C7
(158,216,199)
#AEDECF
(174,222,207)
#BEE4D7
(190,228,215)
#CEEADF
(206,234,223)
#DEF0E7
(222,240,231)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EBA9F color. Also use rgb(78,186,159) instead hex code.

Text Font Color

.myTextColor { color: #4EBA9F; }

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

This text font color is #4EBA9F.


Background Color

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

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

This div background color is #4EBA9F.


Border color

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

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

This div border color is #4EBA9F.


Opacity

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

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

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

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

This text has shadow with #4EBA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EBA9F on black background.


Color preview on white background

This text has color #4EBA9F on white background.



Black color preview on #4EBA9F background

This text has black color on #4EBA9F background.


White color preview on #4EBA9F background

This text has white color on #4EBA9F background.