COLOR #78A997

HEX: #78A997
RGB: (120,169,151)

Color info

#78A997 contains red, green and blue colors in about the same proportion. Web safe color of #78A997 is #669999 (or #699).

RGB color model

#78A997 color RGB value is (120,169,151).

  • red value is 120;
  • green value is 169;
  • blue value is 151.
RGB:
(120,169,151)
(47%,66%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 169 of 255 = 66%
B 151 of 255 = 59%

120
169
151

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

Portions of RGB colors in percentages

R + G + B =
120 + 169 + 151 = 440 (100%)
R 120 of 440 ~ 27.27%
G 169 of 440 ~ 38.41%
B 151 of 440 ~ 34.32%

%27.27
%38.41
%34.32

CMYK color model

#78A997 color CMYK value is (29,0,11,34).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(29,0,11,34)
C29M0Y11K34 
(29%,0%,11%,34%)
(0.29/0.00/0.11/0.34)	

CMYK percentages

%28.99
%0
%10.65
%33.73

Codes

Color #78A997 in popluar color models

78A997
RGB120169151
HSL158°22.17%56.67%
HSB/HSV158°28.99%66.27%
CMYK28.99%0.00%10.65%
33.73%

Color #78A997 in popluar number systems.

HEX78A997
Decimal120169151
Binary11110001010100110010111
Octal170251227

Shades and tints

Shades of #78A997

#78A997
(120,169,151)
#6E9A8A
(110,154,138)
#648B7D
(100,139,125)
#5A7C70
(90,124,112)
#506D63
(80,109,99)
#465E56
(70,94,86)
#3C4F49
(60,79,73)
#32403C
(50,64,60)
#28312F
(40,49,47)
#1E2222
(30,34,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #78A997

#78A997
(120,169,151)
#84B0A0
(132,176,160)
#90B7A9
(144,183,169)
#9CBEB2
(156,190,178)
#A8C5BB
(168,197,187)
#B4CCC4
(180,204,196)
#C0D3CD
(192,211,205)
#CCDAD6
(204,218,214)
#D8E1DF
(216,225,223)
#E4E8E8
(228,232,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A997 color. Also use rgb(120,169,151) instead hex code.

Text Font Color

.myTextColor { color: #78A997; }

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

This text font color is #78A997.


Background Color

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

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

This div background color is #78A997.


Border color

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

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

This div border color is #78A997.


Opacity

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

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

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

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

This text has shadow with #78A997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A997 on black background.


Color preview on white background

This text has color #78A997 on white background.



Black color preview on #78A997 background

This text has black color on #78A997 background.


White color preview on #78A997 background

This text has white color on #78A997 background.