COLOR #78E0A5

HEX: #78E0A5
RGB: (120,224,165)

Color info

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

RGB color model

#78E0A5 color RGB value is (120,224,165).

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

RGB channels and saturation

R 120 of 255 = 47%
G 224 of 255 = 88%
B 165 of 255 = 65%

120
224
165

R + G + B ~ 67%. #78E0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 224 + 165 = 509 (100%)
R 120 of 509 ~ 23.58%
G 224 of 509 ~ 44.01%
B 165 of 509 ~ 32.42%

%23.58
%44.01
%32.42

CMYK color model

#78E0A5 color CMYK value is (46,0,26,12).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(46,0,26,12)
C46M0Y26K12 
(46%,0%,26%,12%)
(0.46/0.00/0.26/0.12)	

CMYK percentages

%46.43
%0
%26.34
%12.16

Codes

Color #78E0A5 in popluar color models

78E0A5
RGB120224165
HSL146°62.65%67.45%
HSB/HSV146°46.43%87.84%
CMYK46.43%0.00%26.34%
12.16%

Color #78E0A5 in popluar number systems.

HEX78E0A5
Decimal120224165
Binary11110001110000010100101
Octal170340245

Shades and tints

Shades of #78E0A5

#78E0A5
(120,224,165)
#6ECC96
(110,204,150)
#64B887
(100,184,135)
#5AA478
(90,164,120)
#509069
(80,144,105)
#467C5A
(70,124,90)
#3C684B
(60,104,75)
#32543C
(50,84,60)
#28402D
(40,64,45)
#1E2C1E
(30,44,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #78E0A5

#78E0A5
(120,224,165)
#84E2AD
(132,226,173)
#90E4B5
(144,228,181)
#9CE6BD
(156,230,189)
#A8E8C5
(168,232,197)
#B4EACD
(180,234,205)
#C0ECD5
(192,236,213)
#CCEEDD
(204,238,221)
#D8F0E5
(216,240,229)
#E4F2ED
(228,242,237)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78E0A5; }

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

This text font color is #78E0A5.


Background Color

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

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

This div background color is #78E0A5.


Border color

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

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

This div border color is #78E0A5.


Opacity

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

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

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

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

This text has shadow with #78E0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E0A5 on black background.


Color preview on white background

This text has color #78E0A5 on white background.



Black color preview on #78E0A5 background

This text has black color on #78E0A5 background.


White color preview on #78E0A5 background

This text has white color on #78E0A5 background.