COLOR #78D19B

HEX: #78D19B
RGB: (120,209,155)

Color info

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

RGB color model

#78D19B color RGB value is (120,209,155).

  • red value is 120;
  • green value is 209;
  • blue value is 155.
RGB:
(120,209,155)
(47%,82%,61%)

RGB channels and saturation

R 120 of 255 = 47%
G 209 of 255 = 82%
B 155 of 255 = 61%

120
209
155

R + G + B ~ 63%. #78D19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 209 + 155 = 484 (100%)
R 120 of 484 ~ 24.79%
G 209 of 484 ~ 43.18%
B 155 of 484 ~ 32.02%

%24.79
%43.18
%32.02

CMYK color model

#78D19B color CMYK value is (43,0,26,18).

  • cyan value is 42.58%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(43,0,26,18)
C43M0Y26K18 
(43%,0%,26%,18%)
(0.43/0.00/0.26/0.18)	

CMYK percentages

%42.58
%0
%25.84
%18.04

Codes

Color #78D19B in popluar color models

78D19B
RGB120209155
HSL144°49.17%64.51%
HSB/HSV144°42.58%81.96%
CMYK42.58%0.00%25.84%
18.04%

Color #78D19B in popluar number systems.

HEX78D19B
Decimal120209155
Binary11110001101000110011011
Octal170321233

Shades and tints

Shades of #78D19B

#78D19B
(120,209,155)
#6EBE8D
(110,190,141)
#64AB7F
(100,171,127)
#5A9871
(90,152,113)
#508563
(80,133,99)
#467255
(70,114,85)
#3C5F47
(60,95,71)
#324C39
(50,76,57)
#28392B
(40,57,43)
#1E261D
(30,38,29)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #78D19B

#78D19B
(120,209,155)
#84D5A4
(132,213,164)
#90D9AD
(144,217,173)
#9CDDB6
(156,221,182)
#A8E1BF
(168,225,191)
#B4E5C8
(180,229,200)
#C0E9D1
(192,233,209)
#CCEDDA
(204,237,218)
#D8F1E3
(216,241,227)
#E4F5EC
(228,245,236)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D19B color. Also use rgb(120,209,155) instead hex code.

Text Font Color

.myTextColor { color: #78D19B; }

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

This text font color is #78D19B.


Background Color

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

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

This div background color is #78D19B.


Border color

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

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

This div border color is #78D19B.


Opacity

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

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

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

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

This text has shadow with #78D19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D19B on black background.


Color preview on white background

This text has color #78D19B on white background.



Black color preview on #78D19B background

This text has black color on #78D19B background.


White color preview on #78D19B background

This text has white color on #78D19B background.