COLOR #4EAA90

HEX: #4EAA90
RGB: (78,170,144)

Color info

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

RGB color model

#4EAA90 color RGB value is (78,170,144).

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

RGB channels and saturation

R 78 of 255 = 31%
G 170 of 255 = 67%
B 144 of 255 = 56%

78
170
144

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

Portions of RGB colors in percentages

R + G + B =
78 + 170 + 144 = 392 (100%)
R 78 of 392 ~ 19.9%
G 170 of 392 ~ 43.37%
B 144 of 392 ~ 36.73%

%19.9
%43.37
%36.73

CMYK color model

#4EAA90 color CMYK value is (54,0,15,33).

  • cyan value is 54.12%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK:
(54,0,15,33)
C54M0Y15K33 
(54%,0%,15%,33%)
(0.54/0.00/0.15/0.33)	

CMYK percentages

%54.12
%0
%15.29
%33.33

Codes

Color #4EAA90 in popluar color models

4EAA90
RGB78170144
HSL163°37.10%48.63%
HSB/HSV163°54.12%66.67%
CMYK54.12%0.00%15.29%
33.33%

Color #4EAA90 in popluar number systems.

HEX4EAA90
Decimal78170144
Binary10011101010101010010000
Octal116252220

Shades and tints

Shades of #4EAA90

#4EAA90
(78,170,144)
#479B83
(71,155,131)
#408C76
(64,140,118)
#397D69
(57,125,105)
#326E5C
(50,110,92)
#2B5F4F
(43,95,79)
#245042
(36,80,66)
#1D4135
(29,65,53)
#163228
(22,50,40)
#0F231B
(15,35,27)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #4EAA90

#4EAA90
(78,170,144)
#5EB19A
(94,177,154)
#6EB8A4
(110,184,164)
#7EBFAE
(126,191,174)
#8EC6B8
(142,198,184)
#9ECDC2
(158,205,194)
#AED4CC
(174,212,204)
#BEDBD6
(190,219,214)
#CEE2E0
(206,226,224)
#DEE9EA
(222,233,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAA90 color. Also use rgb(78,170,144) instead hex code.

Text Font Color

.myTextColor { color: #4EAA90; }

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

This text font color is #4EAA90.


Background Color

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

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

This div background color is #4EAA90.


Border color

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

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

This div border color is #4EAA90.


Opacity

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

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

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

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

This text has shadow with #4EAA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAA90 on black background.


Color preview on white background

This text has color #4EAA90 on white background.



Black color preview on #4EAA90 background

This text has black color on #4EAA90 background.


White color preview on #4EAA90 background

This text has white color on #4EAA90 background.