COLOR #78A38E

HEX: #78A38E RGB: (120,163,142)

Color info

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

RGB color model

#78A38E color RGB value is (120,163,142).

RGB: (120,163,142) (47%, 64%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 142 of 255 = 56%

120
163
142

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

Portions of RGB colors in percentages

R + G + B = 120 + 163 + 142 = 425 (100%)
R 120 of 425 ~ 28.24%
G 163 of 425 ~ 38.35%
B 142 of 425 ~ 33.41'%

%28.24
%38.35
%33.41

CMYK color model

#78A38E color CMYK value is (26,0,13,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 36.08%

CMYK: (26,0,13,36)
C26M0Y13K36 (26%, 0%, 13%, 36%)
(0.26 / 0.00 / 0.13 / 0.36)

CMYK percentages

%26.38
%0
%12.88
%36.08

Codes

Color #78A38E in popluar color models

78 A3 8E
RGB 120 163 142
HSL 151° 18.94% 55.49%
HSB/HSV 151° 26.38% 63.92%
CMYK 26.38% 0.00% 12.88%
36.08%

Color #78A38E in popluar number systems.

HEX 78 A3 8E
Decimal 120 163 142
Binary 1111000 10100011 10001110
Octal 170 243 216

Shades and tints

Shades of #78A38E

#78A38E
(120,163,142)
#6E9582
(110,149,130)
#648776
(100,135,118)
#5A796A
(90,121,106)
#506B5E
(80,107,94)
#465D52
(70,93,82)
#3C4F46
(60,79,70)
#32413A
(50,65,58)
#28332E
(40,51,46)
#1E2522
(30,37,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #78A38E

#78A38E
(120,163,142)
#84AB98
(132,171,152)
#90B3A2
(144,179,162)
#9CBBAC
(156,187,172)
#A8C3B6
(168,195,182)
#B4CBC0
(180,203,192)
#C0D3CA
(192,211,202)
#CCDBD4
(204,219,212)
#D8E3DE
(216,227,222)
#E4EBE8
(228,235,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A38E color. Also use rgb(120,163,142) instead hex code.

Text Font Color

.myTextColor { color: #78A38E; }

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

This text font color is #78A38E.

Background Color

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

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

This div background color is #78A38E.

Border color

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

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

This div border color is #78A38E.

Opacity

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

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

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

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

This text has shadow with #78A38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A38E.

Preview

Color preview on black background

This text has color #78A38E on black background.


Color preview on white background

This text has color #78A38E on white background.


Black color preview on #78A38E background

This text has black color on #78A38E background.


White color preview on #78A38E background

This text has white color on #78A38E background.


Related colors

Complementary color

Complementary color for #hex is #875C71.


I love getcolorcode.com

Triadic colors

1 #8E78A3 and #A38E78 with #78A38E are triadic colors.

2 #8EA378 and #A3788E with #78A38E are triadic colors.