COLOR #4EBAAA

HEX: #4EBAAA
RGB: (78,186,170)

Color info

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

RGB color model

#4EBAAA color RGB value is (78,186,170).

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

RGB channels and saturation

R 78 of 255 = 31%
G 186 of 255 = 73%
B 170 of 255 = 67%

78
186
170

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

Portions of RGB colors in percentages

R + G + B =
78 + 186 + 170 = 434 (100%)
R 78 of 434 ~ 17.97%
G 186 of 434 ~ 42.86%
B 170 of 434 ~ 39.17%

%17.97
%42.86
%39.17

CMYK color model

#4EBAAA color CMYK value is (58,0,9,27).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(58,0,9,27)
C58M0Y9K27 
(58%,0%,9%,27%)
(0.58/0.00/0.09/0.27)	

CMYK percentages

%58.06
%0
%8.6
%27.06

Codes

Color #4EBAAA in popluar color models

4EBAAA
RGB78186170
HSL171°43.90%51.76%
HSB/HSV171°58.06%72.94%
CMYK58.06%0.00%8.60%
27.06%

Color #4EBAAA in popluar number systems.

HEX4EBAAA
Decimal78186170
Binary10011101011101010101010
Octal116272252

Shades and tints

Shades of #4EBAAA

#4EBAAA
(78,186,170)
#47AA9B
(71,170,155)
#409A8C
(64,154,140)
#398A7D
(57,138,125)
#327A6E
(50,122,110)
#2B6A5F
(43,106,95)
#245A50
(36,90,80)
#1D4A41
(29,74,65)
#163A32
(22,58,50)
#0F2A23
(15,42,35)
#081A14
(8,26,20)
#000000
(0,0,0)

Tints of #4EBAAA

#4EBAAA
(78,186,170)
#5EC0B1
(94,192,177)
#6EC6B8
(110,198,184)
#7ECCBF
(126,204,191)
#8ED2C6
(142,210,198)
#9ED8CD
(158,216,205)
#AEDED4
(174,222,212)
#BEE4DB
(190,228,219)
#CEEAE2
(206,234,226)
#DEF0E9
(222,240,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EBAAA; }

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

This text font color is #4EBAAA.


Background Color

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

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

This div background color is #4EBAAA.


Border color

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

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

This div border color is #4EBAAA.


Opacity

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

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

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

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

This text has shadow with #4EBAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EBAAA on black background.


Color preview on white background

This text has color #4EBAAA on white background.



Black color preview on #4EBAAA background

This text has black color on #4EBAAA background.


White color preview on #4EBAAA background

This text has white color on #4EBAAA background.