COLOR #78B29E

HEX: #78B29E RGB: (120,178,158)

Color info

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

RGB color model

#78B29E color RGB value is (120,178,158).

RGB: (120,178,158) (47%, 70%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 178 of 255 = 70%
B 158 of 255 = 62%

120
178
158

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

Portions of RGB colors in percentages

R + G + B = 120 + 178 + 158 = 456 (100%)
R 120 of 456 ~ 26.32%
G 178 of 456 ~ 39.04%
B 158 of 456 ~ 34.65'%

%26.32
%39.04
%34.65

CMYK color model

#78B29E color CMYK value is (33,0,11,30).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK: (33,0,11,30) C33M0Y11K30 (33%,0%,11%,30%) (0.33/0.00/0.11/0.30) 

CMYK percentages

%32.58
%0
%11.24
%30.2

Codes

Color #78B29E in popluar color models

78 B2 9E
RGB 120 178 158
HSL 159° 27.36% 58.43%
HSB/HSV 159° 32.58% 69.80%
CMYK 32.58% 0.00% 11.24%
30.20%

Color #78B29E in popluar number systems.

HEX 78 B2 9E
Decimal 120 178 158
Binary 1111000 10110010 10011110
Octal 170 262 236

Shades and tints

Shades of #78B29E

#78B29E
(120,178,158)
#6EA290
(110,162,144)
#649282
(100,146,130)
#5A8274
(90,130,116)
#507266
(80,114,102)
#466258
(70,98,88)
#3C524A
(60,82,74)
#32423C
(50,66,60)
#28322E
(40,50,46)
#1E2220
(30,34,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78B29E

#78B29E
(120,178,158)
#84B9A6
(132,185,166)
#90C0AE
(144,192,174)
#9CC7B6
(156,199,182)
#A8CEBE
(168,206,190)
#B4D5C6
(180,213,198)
#C0DCCE
(192,220,206)
#CCE3D6
(204,227,214)
#D8EADE
(216,234,222)
#E4F1E6
(228,241,230)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B29E; }

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

This text font color is #78B29E.

Background Color

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

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

This div background color is #78B29E.

Border color

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

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

This div border color is #78B29E.

Opacity

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

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

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

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

This text has shadow with #78B29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B29E.

Preview

Color preview on black background

This text has color #78B29E on black background.


Color preview on white background

This text has color #78B29E on white background.


Black color preview on #78B29E background

This text has black color on #78B29E background.


White color preview on #78B29E background

This text has white color on #78B29E background.


Related colors

Complementary color

Complementary color for #hex is #874D61.


I love getcolorcode.com

Triadic colors

1 #9E78B2 and #B29E78 with #78B29E are triadic colors.

2 #9EB278 and #B2789E with #78B29E are triadic colors.