COLOR #78A99E

HEX: #78A99E RGB: (120,169,158)

Color info

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

RGB color model

#78A99E color RGB value is (120,169,158).

RGB: (120,169,158) (47%, 66%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 169 of 255 = 66%
B 158 of 255 = 62%

120
169
158

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

Portions of RGB colors in percentages

R + G + B = 120 + 169 + 158 = 447 (100%)
R 120 of 447 ~ 26.85%
G 169 of 447 ~ 37.81%
B 158 of 447 ~ 35.35'%

%26.85
%37.81
%35.35

CMYK color model

#78A99E color CMYK value is (29,0,7,34).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 33.73%

CMYK: (29,0,7,34)
C29M0Y7K34 (29%, 0%, 7%, 34%)
(0.29 / 0.00 / 0.07 / 0.34)

CMYK percentages

%28.99
%0
%6.51
%33.73

Codes

Color #78A99E in popluar color models

78 A9 9E
RGB 120 169 158
HSL 167° 22.17% 56.67%
HSB/HSV 167° 28.99% 66.27%
CMYK 28.99% 0.00% 6.51%
33.73%

Color #78A99E in popluar number systems.

HEX 78 A9 9E
Decimal 120 169 158
Binary 1111000 10101001 10011110
Octal 170 251 236

Shades and tints

Shades of #78A99E

#78A99E
(120,169,158)
#6E9A90
(110,154,144)
#648B82
(100,139,130)
#5A7C74
(90,124,116)
#506D66
(80,109,102)
#465E58
(70,94,88)
#3C4F4A
(60,79,74)
#32403C
(50,64,60)
#28312E
(40,49,46)
#1E2220
(30,34,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #78A99E

#78A99E
(120,169,158)
#84B0A6
(132,176,166)
#90B7AE
(144,183,174)
#9CBEB6
(156,190,182)
#A8C5BE
(168,197,190)
#B4CCC6
(180,204,198)
#C0D3CE
(192,211,206)
#CCDAD6
(204,218,214)
#D8E1DE
(216,225,222)
#E4E8E6
(228,232,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A99E; }

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

This text font color is #78A99E.

Background Color

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

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

This div background color is #78A99E.

Border color

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

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

This div border color is #78A99E.

Opacity

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

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

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

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

This text has shadow with #78A99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A99E.

Preview

Color preview on black background

This text has color #78A99E on black background.


Color preview on white background

This text has color #78A99E on white background.


Black color preview on #78A99E background

This text has black color on #78A99E background.


White color preview on #78A99E background

This text has white color on #78A99E background.


Related colors

Complementary color

Complementary color for #hex is #875661.


I love getcolorcode.com

Triadic colors

1 #9E78A9 and #A99E78 with #78A99E are triadic colors.

2 #9EA978 and #A9789E with #78A99E are triadic colors.