COLOR #4EA896

HEX: #4EA896
RGB: (78,168,150)

Color info

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

RGB color model

#4EA896 color RGB value is (78,168,150).

  • red value is 78;
  • green value is 168;
  • blue value is 150.
RGB:
(78,168,150)
(31%,66%,59%)

RGB channels and saturation

R 78 of 255 = 31%
G 168 of 255 = 66%
B 150 of 255 = 59%

78
168
150

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

Portions of RGB colors in percentages

R + G + B =
78 + 168 + 150 = 396 (100%)
R 78 of 396 ~ 19.7%
G 168 of 396 ~ 42.42%
B 150 of 396 ~ 37.88%

%19.7
%42.42
%37.88

CMYK color model

#4EA896 color CMYK value is (54,0,11,34).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(54,0,11,34)
C54M0Y11K34 
(54%,0%,11%,34%)
(0.54/0.00/0.11/0.34)	

CMYK percentages

%53.57
%0
%10.71
%34.12

Codes

Color #4EA896 in popluar color models

4EA896
RGB78168150
HSL168°36.59%48.24%
HSB/HSV168°53.57%65.88%
CMYK53.57%0.00%10.71%
34.12%

Color #4EA896 in popluar number systems.

HEX4EA896
Decimal78168150
Binary10011101010100010010110
Octal116250226

Shades and tints

Shades of #4EA896

#4EA896
(78,168,150)
#479989
(71,153,137)
#408A7C
(64,138,124)
#397B6F
(57,123,111)
#326C62
(50,108,98)
#2B5D55
(43,93,85)
#244E48
(36,78,72)
#1D3F3B
(29,63,59)
#16302E
(22,48,46)
#0F2121
(15,33,33)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #4EA896

#4EA896
(78,168,150)
#5EAF9F
(94,175,159)
#6EB6A8
(110,182,168)
#7EBDB1
(126,189,177)
#8EC4BA
(142,196,186)
#9ECBC3
(158,203,195)
#AED2CC
(174,210,204)
#BED9D5
(190,217,213)
#CEE0DE
(206,224,222)
#DEE7E7
(222,231,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA896 color. Also use rgb(78,168,150) instead hex code.

Text Font Color

.myTextColor { color: #4EA896; }

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

This text font color is #4EA896.


Background Color

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

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

This div background color is #4EA896.


Border color

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

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

This div border color is #4EA896.


Opacity

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

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

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

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

This text has shadow with #4EA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA896 on black background.


Color preview on white background

This text has color #4EA896 on white background.



Black color preview on #4EA896 background

This text has black color on #4EA896 background.


White color preview on #4EA896 background

This text has white color on #4EA896 background.