COLOR #78B69E

HEX: #78B69E RGB: (120,182,158)

Color info

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

RGB color model

#78B69E color RGB value is (120,182,158).

RGB: (120,182,158) (47%, 71%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 182 of 255 = 71%
B 158 of 255 = 62%

120
182
158

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

Portions of RGB colors in percentages

R + G + B = 120 + 182 + 158 = 460 (100%)
R 120 of 460 ~ 26.09%
G 182 of 460 ~ 39.57%
B 158 of 460 ~ 34.35'%

%26.09
%39.57
%34.35

CMYK color model

#78B69E color CMYK value is (34,0,13,29).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%

CMYK: (34,0,13,29)
C34M0Y13K29 (34%, 0%, 13%, 29%)
(0.34 / 0.00 / 0.13 / 0.29)

CMYK percentages

%34.07
%0
%13.19
%28.63

Codes

Color #78B69E in popluar color models

78 B6 9E
RGB 120 182 158
HSL 157° 29.81% 59.22%
HSB/HSV 157° 34.07% 71.37%
CMYK 34.07% 0.00% 13.19%
28.63%

Color #78B69E in popluar number systems.

HEX 78 B6 9E
Decimal 120 182 158
Binary 1111000 10110110 10011110
Octal 170 266 236

Shades and tints

Shades of #78B69E

#78B69E
(120,182,158)
#6EA690
(110,166,144)
#649682
(100,150,130)
#5A8674
(90,134,116)
#507666
(80,118,102)
#466658
(70,102,88)
#3C564A
(60,86,74)
#32463C
(50,70,60)
#28362E
(40,54,46)
#1E2620
(30,38,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #78B69E

#78B69E
(120,182,158)
#84BCA6
(132,188,166)
#90C2AE
(144,194,174)
#9CC8B6
(156,200,182)
#A8CEBE
(168,206,190)
#B4D4C6
(180,212,198)
#C0DACE
(192,218,206)
#CCE0D6
(204,224,214)
#D8E6DE
(216,230,222)
#E4ECE6
(228,236,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B69E; }

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

This text font color is #78B69E.

Background Color

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

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

This div background color is #78B69E.

Border color

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

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

This div border color is #78B69E.

Opacity

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

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

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

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

This text has shadow with #78B69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B69E.

Preview

Color preview on black background

This text has color #78B69E on black background.


Color preview on white background

This text has color #78B69E on white background.


Black color preview on #78B69E background

This text has black color on #78B69E background.


White color preview on #78B69E background

This text has white color on #78B69E background.


Related colors

Complementary color

Complementary color for #hex is #874961.


I love getcolorcode.com

Triadic colors

1 #9E78B6 and #B69E78 with #78B69E are triadic colors.

2 #9EB678 and #B6789E with #78B69E are triadic colors.