COLOR #78AE87

HEX: #78AE87
RGB: (120,174,135)

Color info

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

RGB color model

#78AE87 color RGB value is (120,174,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 174 of 255 = 68%
B 135 of 255 = 53%

120
174
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 174 + 135 = 429 (100%)
R 120 of 429 ~ 27.97%
G 174 of 429 ~ 40.56%
B 135 of 429 ~ 31.47%

%27.97
%40.56
%31.47

CMYK color model

#78AE87 color CMYK value is (31,0,22,32).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(31,0,22,32)
C31M0Y22K32 
(31%,0%,22%,32%)
(0.31/0.00/0.22/0.32)	

CMYK percentages

%31.03
%0
%22.41
%31.76

Codes

Color #78AE87 in popluar color models

78AE87
RGB120174135
HSL137°25.00%57.65%
HSB/HSV137°31.03%68.24%
CMYK31.03%0.00%22.41%
31.76%

Color #78AE87 in popluar number systems.

HEX78AE87
Decimal120174135
Binary11110001010111010000111
Octal170256207

Shades and tints

Shades of #78AE87

#78AE87
(120,174,135)
#6E9F7B
(110,159,123)
#64906F
(100,144,111)
#5A8163
(90,129,99)
#507257
(80,114,87)
#46634B
(70,99,75)
#3C543F
(60,84,63)
#324533
(50,69,51)
#283627
(40,54,39)
#1E271B
(30,39,27)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #78AE87

#78AE87
(120,174,135)
#84B591
(132,181,145)
#90BC9B
(144,188,155)
#9CC3A5
(156,195,165)
#A8CAAF
(168,202,175)
#B4D1B9
(180,209,185)
#C0D8C3
(192,216,195)
#CCDFCD
(204,223,205)
#D8E6D7
(216,230,215)
#E4EDE1
(228,237,225)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AE87; }

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

This text font color is #78AE87.


Background Color

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

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

This div background color is #78AE87.


Border color

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

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

This div border color is #78AE87.


Opacity

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

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

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

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

This text has shadow with #78AE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AE87 on black background.


Color preview on white background

This text has color #78AE87 on white background.



Black color preview on #78AE87 background

This text has black color on #78AE87 background.


White color preview on #78AE87 background

This text has white color on #78AE87 background.