COLOR #78B29D

HEX: #78B29D RGB: (120,178,157)

Color info

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

RGB color model

#78B29D color RGB value is (120,178,157).

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

RGB channels and saturation

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

120
178
157

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

Portions of RGB colors in percentages

R + G + B = 120 + 178 + 157 = 455 (100%)
R 120 of 455 ~ 26.37%
G 178 of 455 ~ 39.12%
B 157 of 455 ~ 34.51'%

%26.37
%39.12
%34.51

CMYK color model

#78B29D color CMYK value is (33,0,12,30).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 30.20%

CMYK: (33,0,12,30)
C33M0Y12K30 (33%, 0%, 12%, 30%)
(0.33 / 0.00 / 0.12 / 0.30)

CMYK percentages

%32.58
%0
%11.8
%30.2

Codes

Color #78B29D in popluar color models

78 B2 9D
RGB 120 178 157
HSL 158° 27.36% 58.43%
HSB/HSV 158° 32.58% 69.80%
CMYK 32.58% 0.00% 11.80%
30.20%

Color #78B29D in popluar number systems.

HEX 78 B2 9D
Decimal 120 178 157
Binary 1111000 10110010 10011101
Octal 170 262 235

Shades and tints

Shades of #78B29D

#78B29D
(120,178,157)
#6EA28F
(110,162,143)
#649281
(100,146,129)
#5A8273
(90,130,115)
#507265
(80,114,101)
#466257
(70,98,87)
#3C5249
(60,82,73)
#32423B
(50,66,59)
#28322D
(40,50,45)
#1E221F
(30,34,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #78B29D

#78B29D
(120,178,157)
#84B9A5
(132,185,165)
#90C0AD
(144,192,173)
#9CC7B5
(156,199,181)
#A8CEBD
(168,206,189)
#B4D5C5
(180,213,197)
#C0DCCD
(192,220,205)
#CCE3D5
(204,227,213)
#D8EADD
(216,234,221)
#E4F1E5
(228,241,229)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B29D; }

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

This text font color is #78B29D.

Background Color

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

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

This div background color is #78B29D.

Border color

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

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

This div border color is #78B29D.

Opacity

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

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

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

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

This text has shadow with #78B29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B29D.

Preview

Color preview on black background

This text has color #78B29D on black background.


Color preview on white background

This text has color #78B29D on white background.


Black color preview on #78B29D background

This text has black color on #78B29D background.


White color preview on #78B29D background

This text has white color on #78B29D background.


Related colors

Complementary color

Complementary color for #hex is #874D62.


I love getcolorcode.com

Triadic colors

1 #9D78B2 and #B29D78 with #78B29D are triadic colors.

2 #9DB278 and #B2789D with #78B29D are triadic colors.