COLOR #4EAB8F

HEX: #4EAB8F
RGB: (78,171,143)

Color info

#4EAB8F contains mainly green and blue colors. Web safe color of #4EAB8F is #669999 (or #699).

RGB color model

#4EAB8F color RGB value is (78,171,143).

  • red value is 78;
  • green value is 171;
  • blue value is 143.
RGB:
(78,171,143)
(31%,67%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 171 of 255 = 67%
B 143 of 255 = 56%

78
171
143

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

Portions of RGB colors in percentages

R + G + B =
78 + 171 + 143 = 392 (100%)
R 78 of 392 ~ 19.9%
G 171 of 392 ~ 43.62%
B 143 of 392 ~ 36.48%

%19.9
%43.62
%36.48

CMYK color model

#4EAB8F color CMYK value is (54,0,16,33).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(54,0,16,33)
C54M0Y16K33 
(54%,0%,16%,33%)
(0.54/0.00/0.16/0.33)	

CMYK percentages

%54.39
%0
%16.37
%32.94

Codes

Color #4EAB8F in popluar color models

4EAB8F
RGB78171143
HSL162°37.35%48.82%
HSB/HSV162°54.39%67.06%
CMYK54.39%0.00%16.37%
32.94%

Color #4EAB8F in popluar number systems.

HEX4EAB8F
Decimal78171143
Binary10011101010101110001111
Octal116253217

Shades and tints

Shades of #4EAB8F

#4EAB8F
(78,171,143)
#479C82
(71,156,130)
#408D75
(64,141,117)
#397E68
(57,126,104)
#326F5B
(50,111,91)
#2B604E
(43,96,78)
#245141
(36,81,65)
#1D4234
(29,66,52)
#163327
(22,51,39)
#0F241A
(15,36,26)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #4EAB8F

#4EAB8F
(78,171,143)
#5EB299
(94,178,153)
#6EB9A3
(110,185,163)
#7EC0AD
(126,192,173)
#8EC7B7
(142,199,183)
#9ECEC1
(158,206,193)
#AED5CB
(174,213,203)
#BEDCD5
(190,220,213)
#CEE3DF
(206,227,223)
#DEEAE9
(222,234,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAB8F color. Also use rgb(78,171,143) instead hex code.

Text Font Color

.myTextColor { color: #4EAB8F; }

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

This text font color is #4EAB8F.


Background Color

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

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

This div background color is #4EAB8F.


Border color

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

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

This div border color is #4EAB8F.


Opacity

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

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

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

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

This text has shadow with #4EAB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAB8F on black background.


Color preview on white background

This text has color #4EAB8F on white background.



Black color preview on #4EAB8F background

This text has black color on #4EAB8F background.


White color preview on #4EAB8F background

This text has white color on #4EAB8F background.