COLOR #4EA0AF

HEX: #4EA0AF
RGB: (78,160,175)

Color info

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

RGB color model

#4EA0AF color RGB value is (78,160,175).

  • red value is 78;
  • green value is 160;
  • blue value is 175.
RGB:
(78,160,175)
(31%,63%,69%)

RGB channels and saturation

R 78 of 255 = 31%
G 160 of 255 = 63%
B 175 of 255 = 69%

78
160
175

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

Portions of RGB colors in percentages

R + G + B =
78 + 160 + 175 = 413 (100%)
R 78 of 413 ~ 18.89%
G 160 of 413 ~ 38.74%
B 175 of 413 ~ 42.37%

%18.89
%38.74
%42.37

CMYK color model

#4EA0AF color CMYK value is (55,9,0,31).

  • cyan value is 55.43%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(55,9,0,31)
C55M9Y0K31 
(55%,9%,0%,31%)
(0.55/0.09/0.00/0.31)	

CMYK percentages

%55.43
%8.57
%0
%31.37

Codes

Color #4EA0AF in popluar color models

4EA0AF
RGB78160175
HSL189°38.34%49.61%
HSB/HSV189°55.43%68.63%
CMYK55.43%8.57%0.00%
31.37%

Color #4EA0AF in popluar number systems.

HEX4EA0AF
Decimal78160175
Binary10011101010000010101111
Octal116240257

Shades and tints

Shades of #4EA0AF

#4EA0AF
(78,160,175)
#4792A0
(71,146,160)
#408491
(64,132,145)
#397682
(57,118,130)
#326873
(50,104,115)
#2B5A64
(43,90,100)
#244C55
(36,76,85)
#1D3E46
(29,62,70)
#163037
(22,48,55)
#0F2228
(15,34,40)
#081419
(8,20,25)
#000000
(0,0,0)

Tints of #4EA0AF

#4EA0AF
(78,160,175)
#5EA8B6
(94,168,182)
#6EB0BD
(110,176,189)
#7EB8C4
(126,184,196)
#8EC0CB
(142,192,203)
#9EC8D2
(158,200,210)
#AED0D9
(174,208,217)
#BED8E0
(190,216,224)
#CEE0E7
(206,224,231)
#DEE8EE
(222,232,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA0AF; }

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

This text font color is #4EA0AF.


Background Color

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

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

This div background color is #4EA0AF.


Border color

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

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

This div border color is #4EA0AF.


Opacity

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

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

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

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

This text has shadow with #4EA0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA0AF on black background.


Color preview on white background

This text has color #4EA0AF on white background.



Black color preview on #4EA0AF background

This text has black color on #4EA0AF background.


White color preview on #4EA0AF background

This text has white color on #4EA0AF background.