COLOR #4EB4A4

HEX: #4EB4A4 RGB: (78,180,164)

Color info

#4EB4A4 contains mainly green and blue colors. Web safe color of #4EB4A4 is #66CC99 (or #6C9).

RGB color model

#4EB4A4 color RGB value is (78,180,164).

RGB: (78,180,164) (31%, 71%, 64%)

RGB channels and saturation

R 78 of 255 = 31%
G 180 of 255 = 71%
B 164 of 255 = 64%

78
180
164

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

Portions of RGB colors in percentages

R + G + B = 78 + 180 + 164 = 422 (100%)
R 78 of 422 ~ 18.48%
G 180 of 422 ~ 42.65%
B 164 of 422 ~ 38.86'%

%18.48
%42.65
%38.86

CMYK color model

#4EB4A4 color CMYK value is (57,0,9,29).

  • cyan value is 56.67%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 29.41%

CMYK: (57,0,9,29)
C57M0Y9K29 (57%, 0%, 9%, 29%)
(0.57 / 0.00 / 0.09 / 0.29)

CMYK percentages

%56.67
%0
%8.89
%29.41

Codes

Color #4EB4A4 in popluar color models

4E B4 A4
RGB 78 180 164
HSL 171° 40.48% 50.59%
HSB/HSV 171° 56.67% 70.59%
CMYK 56.67% 0.00% 8.89%
29.41%

Color #4EB4A4 in popluar number systems.

HEX 4E B4 A4
Decimal 78 180 164
Binary 1001110 10110100 10100100
Octal 116 264 244

Shades and tints

Shades of #4EB4A4

#4EB4A4
(78,180,164)
#47A496
(71,164,150)
#409488
(64,148,136)
#39847A
(57,132,122)
#32746C
(50,116,108)
#2B645E
(43,100,94)
#245450
(36,84,80)
#1D4442
(29,68,66)
#163434
(22,52,52)
#0F2426
(15,36,38)
#081418
(8,20,24)
#000000
(0,0,0)

Tints of #4EB4A4

#4EB4A4
(78,180,164)
#5EBAAC
(94,186,172)
#6EC0B4
(110,192,180)
#7EC6BC
(126,198,188)
#8ECCC4
(142,204,196)
#9ED2CC
(158,210,204)
#AED8D4
(174,216,212)
#BEDEDC
(190,222,220)
#CEE4E4
(206,228,228)
#DEEAEC
(222,234,236)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EB4A4; }

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

This text font color is #4EB4A4.

Background Color

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

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

This div background color is #4EB4A4.

Border color

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

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

This div border color is #4EB4A4.

Opacity

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

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

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

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

This text has shadow with #4EB4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EB4A4.

Preview

Color preview on black background

This text has color #4EB4A4 on black background.


Color preview on white background

This text has color #4EB4A4 on white background.


Black color preview on #4EB4A4 background

This text has black color on #4EB4A4 background.


White color preview on #4EB4A4 background

This text has white color on #4EB4A4 background.


Related colors

Complementary color

Complementary color for #hex is #B14B5B.


I love getcolorcode.com

Triadic colors

1 #A44EB4 and #B4A44E with #4EB4A4 are triadic colors.

2 #A4B44E and #B44EA4 with #4EB4A4 are triadic colors.