COLOR #4EA8A0

HEX: #4EA8A0 RGB: (78,168,160)

Color info

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

RGB color model

#4EA8A0 color RGB value is (78,168,160).

RGB: (78,168,160) (31%, 66%, 63%)

RGB channels and saturation

R 78 of 255 = 31%
G 168 of 255 = 66%
B 160 of 255 = 63%

78
168
160

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

Portions of RGB colors in percentages

R + G + B = 78 + 168 + 160 = 406 (100%)
R 78 of 406 ~ 19.21%
G 168 of 406 ~ 41.38%
B 160 of 406 ~ 39.41'%

%19.21
%41.38
%39.41

CMYK color model

#4EA8A0 color CMYK value is (54,0,5,34).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 34.12%

CMYK: (54,0,5,34)
C54M0Y5K34 (54%, 0%, 5%, 34%)
(0.54 / 0.00 / 0.05 / 0.34)

CMYK percentages

%53.57
%0
%4.76
%34.12

Codes

Color #4EA8A0 in popluar color models

4E A8 A0
RGB 78 168 160
HSL 175° 36.59% 48.24%
HSB/HSV 175° 53.57% 65.88%
CMYK 53.57% 0.00% 4.76%
34.12%

Color #4EA8A0 in popluar number systems.

HEX 4E A8 A0
Decimal 78 168 160
Binary 1001110 10101000 10100000
Octal 116 250 240

Shades and tints

Shades of #4EA8A0

#4EA8A0
(78,168,160)
#479992
(71,153,146)
#408A84
(64,138,132)
#397B76
(57,123,118)
#326C68
(50,108,104)
#2B5D5A
(43,93,90)
#244E4C
(36,78,76)
#1D3F3E
(29,63,62)
#163030
(22,48,48)
#0F2122
(15,33,34)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #4EA8A0

#4EA8A0
(78,168,160)
#5EAFA8
(94,175,168)
#6EB6B0
(110,182,176)
#7EBDB8
(126,189,184)
#8EC4C0
(142,196,192)
#9ECBC8
(158,203,200)
#AED2D0
(174,210,208)
#BED9D8
(190,217,216)
#CEE0E0
(206,224,224)
#DEE7E8
(222,231,232)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA8A0; }

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

This text font color is #4EA8A0.

Background Color

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

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

This div background color is #4EA8A0.

Border color

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

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

This div border color is #4EA8A0.

Opacity

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

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

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

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

This text has shadow with #4EA8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EA8A0.

Preview

Color preview on black background

This text has color #4EA8A0 on black background.


Color preview on white background

This text has color #4EA8A0 on white background.


Black color preview on #4EA8A0 background

This text has black color on #4EA8A0 background.


White color preview on #4EA8A0 background

This text has white color on #4EA8A0 background.


Related colors

Complementary color

Complementary color for #hex is #B1575F.


I love getcolorcode.com

Triadic colors

1 #A04EA8 and #A8A04E with #4EA8A0 are triadic colors.

2 #A0A84E and #A84EA0 with #4EA8A0 are triadic colors.