COLOR #4EACA4

HEX: #4EACA4
RGB: (78,172,164)

Color info

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

RGB color model

#4EACA4 color RGB value is (78,172,164).

  • red value is 78;
  • green value is 172;
  • blue value is 164.
RGB:
(78,172,164)
(31%,67%,64%)

RGB channels and saturation

R 78 of 255 = 31%
G 172 of 255 = 67%
B 164 of 255 = 64%

78
172
164

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

Portions of RGB colors in percentages

R + G + B =
78 + 172 + 164 = 414 (100%)
R 78 of 414 ~ 18.84%
G 172 of 414 ~ 41.55%
B 164 of 414 ~ 39.61%

%18.84
%41.55
%39.61

CMYK color model

#4EACA4 color CMYK value is (55,0,5,33).

  • cyan value is 54.65%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 32.55%
CMYK:
(55,0,5,33)
C55M0Y5K33 
(55%,0%,5%,33%)
(0.55/0.00/0.05/0.33)	

CMYK percentages

%54.65
%0
%4.65
%32.55

Codes

Color #4EACA4 in popluar color models

4EACA4
RGB78172164
HSL175°37.60%49.02%
HSB/HSV175°54.65%67.45%
CMYK54.65%0.00%4.65%
32.55%

Color #4EACA4 in popluar number systems.

HEX4EACA4
Decimal78172164
Binary10011101010110010100100
Octal116254244

Shades and tints

Shades of #4EACA4

#4EACA4
(78,172,164)
#479D96
(71,157,150)
#408E88
(64,142,136)
#397F7A
(57,127,122)
#32706C
(50,112,108)
#2B615E
(43,97,94)
#245250
(36,82,80)
#1D4342
(29,67,66)
#163434
(22,52,52)
#0F2526
(15,37,38)
#081618
(8,22,24)
#000000
(0,0,0)

Tints of #4EACA4

#4EACA4
(78,172,164)
#5EB3AC
(94,179,172)
#6EBAB4
(110,186,180)
#7EC1BC
(126,193,188)
#8EC8C4
(142,200,196)
#9ECFCC
(158,207,204)
#AED6D4
(174,214,212)
#BEDDDC
(190,221,220)
#CEE4E4
(206,228,228)
#DEEBEC
(222,235,236)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EACA4 color. Also use rgb(78,172,164) instead hex code.

Text Font Color

.myTextColor { color: #4EACA4; }

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

This text font color is #4EACA4.


Background Color

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

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

This div background color is #4EACA4.


Border color

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

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

This div border color is #4EACA4.


Opacity

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

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

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

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

This text has shadow with #4EACA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EACA4 on black background.


Color preview on white background

This text has color #4EACA4 on white background.



Black color preview on #4EACA4 background

This text has black color on #4EACA4 background.


White color preview on #4EACA4 background

This text has white color on #4EACA4 background.