COLOR #78E0AE

HEX: #78E0AE
RGB: (120,224,174)

Color info

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

RGB color model

#78E0AE color RGB value is (120,224,174).

  • red value is 120;
  • green value is 224;
  • blue value is 174.
RGB:
(120,224,174)
(47%,88%,68%)

RGB channels and saturation

R 120 of 255 = 47%
G 224 of 255 = 88%
B 174 of 255 = 68%

120
224
174

R + G + B ~ 68%. #78E0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 224 + 174 = 518 (100%)
R 120 of 518 ~ 23.17%
G 224 of 518 ~ 43.24%
B 174 of 518 ~ 33.59%

%23.17
%43.24
%33.59

CMYK color model

#78E0AE color CMYK value is (46,0,22,12).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 12.16%
CMYK:
(46,0,22,12)
C46M0Y22K12 
(46%,0%,22%,12%)
(0.46/0.00/0.22/0.12)	

CMYK percentages

%46.43
%0
%22.32
%12.16

Codes

Color #78E0AE in popluar color models

78E0AE
RGB120224174
HSL151°62.65%67.45%
HSB/HSV151°46.43%87.84%
CMYK46.43%0.00%22.32%
12.16%

Color #78E0AE in popluar number systems.

HEX78E0AE
Decimal120224174
Binary11110001110000010101110
Octal170340256

Shades and tints

Shades of #78E0AE

#78E0AE
(120,224,174)
#6ECC9F
(110,204,159)
#64B890
(100,184,144)
#5AA481
(90,164,129)
#509072
(80,144,114)
#467C63
(70,124,99)
#3C6854
(60,104,84)
#325445
(50,84,69)
#284036
(40,64,54)
#1E2C27
(30,44,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #78E0AE

#78E0AE
(120,224,174)
#84E2B5
(132,226,181)
#90E4BC
(144,228,188)
#9CE6C3
(156,230,195)
#A8E8CA
(168,232,202)
#B4EAD1
(180,234,209)
#C0ECD8
(192,236,216)
#CCEEDF
(204,238,223)
#D8F0E6
(216,240,230)
#E4F2ED
(228,242,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E0AE color. Also use rgb(120,224,174) instead hex code.

Text Font Color

.myTextColor { color: #78E0AE; }

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

This text font color is #78E0AE.


Background Color

.myBgColor { background-color: #78E0AE; }

<div style="background-color:#78E0AE">Inner text</div>

This div background color is #78E0AE.


Border color

.myBorderColor { border: 1px solid #78E0AE; }

<div style="border:3px solid #78E0AE">Div</div>

This div border color is #78E0AE.


Opacity

.myOpacity80 { color: #78E0AE; opacity: 0.8; }

<p style="color:#78E0AE;opacity:0.8;">80%</p>

Text with #78E0AE 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 #78E0AE;}

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

This text has shadow with #78E0AE color.

.textShadow {text-shadow: 3px 3px 1px #78E0AE, 3px 3px 1px red;}

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

This text has shadow with #78E0AE primary color and red secondary color.


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

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

This text has shadow with #78E0AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E0AE on black background.


Color preview on white background

This text has color #78E0AE on white background.



Black color preview on #78E0AE background

This text has black color on #78E0AE background.


White color preview on #78E0AE background

This text has white color on #78E0AE background.