COLOR #78AE8B

HEX: #78AE8B
RGB: (120,174,139)

Color info

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

RGB color model

#78AE8B color RGB value is (120,174,139).

  • red value is 120;
  • green value is 174;
  • blue value is 139.
RGB:
(120,174,139)
(47%,68%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 174 of 255 = 68%
B 139 of 255 = 55%

120
174
139

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

Portions of RGB colors in percentages

R + G + B =
120 + 174 + 139 = 433 (100%)
R 120 of 433 ~ 27.71%
G 174 of 433 ~ 40.18%
B 139 of 433 ~ 32.1%

%27.71
%40.18
%32.1

CMYK color model

#78AE8B color CMYK value is (31,0,20,32).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK:
(31,0,20,32)
C31M0Y20K32 
(31%,0%,20%,32%)
(0.31/0.00/0.20/0.32)	

CMYK percentages

%31.03
%0
%20.11
%31.76

Codes

Color #78AE8B in popluar color models

78AE8B
RGB120174139
HSL141°25.00%57.65%
HSB/HSV141°31.03%68.24%
CMYK31.03%0.00%20.11%
31.76%

Color #78AE8B in popluar number systems.

HEX78AE8B
Decimal120174139
Binary11110001010111010001011
Octal170256213

Shades and tints

Shades of #78AE8B

#78AE8B
(120,174,139)
#6E9F7F
(110,159,127)
#649073
(100,144,115)
#5A8167
(90,129,103)
#50725B
(80,114,91)
#46634F
(70,99,79)
#3C5443
(60,84,67)
#324537
(50,69,55)
#28362B
(40,54,43)
#1E271F
(30,39,31)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #78AE8B

#78AE8B
(120,174,139)
#84B595
(132,181,149)
#90BC9F
(144,188,159)
#9CC3A9
(156,195,169)
#A8CAB3
(168,202,179)
#B4D1BD
(180,209,189)
#C0D8C7
(192,216,199)
#CCDFD1
(204,223,209)
#D8E6DB
(216,230,219)
#E4EDE5
(228,237,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AE8B color. Also use rgb(120,174,139) instead hex code.

Text Font Color

.myTextColor { color: #78AE8B; }

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

This text font color is #78AE8B.


Background Color

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

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

This div background color is #78AE8B.


Border color

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

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

This div border color is #78AE8B.


Opacity

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

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

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

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

This text has shadow with #78AE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AE8B on black background.


Color preview on white background

This text has color #78AE8B on white background.



Black color preview on #78AE8B background

This text has black color on #78AE8B background.


White color preview on #78AE8B background

This text has white color on #78AE8B background.