COLOR #4EAF9A

HEX: #4EAF9A
RGB: (78,175,154)

Color info

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

RGB color model

#4EAF9A color RGB value is (78,175,154).

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

RGB channels and saturation

R 78 of 255 = 31%
G 175 of 255 = 69%
B 154 of 255 = 60%

78
175
154

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

Portions of RGB colors in percentages

R + G + B =
78 + 175 + 154 = 407 (100%)
R 78 of 407 ~ 19.16%
G 175 of 407 ~ 43%
B 154 of 407 ~ 37.84%

%19.16
%43
%37.84

CMYK color model

#4EAF9A color CMYK value is (55,0,12,31).

  • cyan value is 55.43%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(55,0,12,31)
C55M0Y12K31 
(55%,0%,12%,31%)
(0.55/0.00/0.12/0.31)	

CMYK percentages

%55.43
%0
%12
%31.37

Codes

Color #4EAF9A in popluar color models

4EAF9A
RGB78175154
HSL167°38.34%49.61%
HSB/HSV167°55.43%68.63%
CMYK55.43%0.00%12.00%
31.37%

Color #4EAF9A in popluar number systems.

HEX4EAF9A
Decimal78175154
Binary10011101010111110011010
Octal116257232

Shades and tints

Shades of #4EAF9A

#4EAF9A
(78,175,154)
#47A08C
(71,160,140)
#40917E
(64,145,126)
#398270
(57,130,112)
#327362
(50,115,98)
#2B6454
(43,100,84)
#245546
(36,85,70)
#1D4638
(29,70,56)
#16372A
(22,55,42)
#0F281C
(15,40,28)
#08190E
(8,25,14)
#000000
(0,0,0)

Tints of #4EAF9A

#4EAF9A
(78,175,154)
#5EB6A3
(94,182,163)
#6EBDAC
(110,189,172)
#7EC4B5
(126,196,181)
#8ECBBE
(142,203,190)
#9ED2C7
(158,210,199)
#AED9D0
(174,217,208)
#BEE0D9
(190,224,217)
#CEE7E2
(206,231,226)
#DEEEEB
(222,238,235)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EAF9A; }

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

This text font color is #4EAF9A.


Background Color

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

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

This div background color is #4EAF9A.


Border color

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

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

This div border color is #4EAF9A.


Opacity

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

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

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

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

This text has shadow with #4EAF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAF9A on black background.


Color preview on white background

This text has color #4EAF9A on white background.



Black color preview on #4EAF9A background

This text has black color on #4EAF9A background.


White color preview on #4EAF9A background

This text has white color on #4EAF9A background.