COLOR #78AE84

HEX: #78AE84
RGB: (120,174,132)

Color info

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

RGB color model

#78AE84 color RGB value is (120,174,132).

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

RGB channels and saturation

R 120 of 255 = 47%
G 174 of 255 = 68%
B 132 of 255 = 52%

120
174
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 174 + 132 = 426 (100%)
R 120 of 426 ~ 28.17%
G 174 of 426 ~ 40.85%
B 132 of 426 ~ 30.99%

%28.17
%40.85
%30.99

CMYK color model

#78AE84 color CMYK value is (31,0,24,32).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK:
(31,0,24,32)
C31M0Y24K32 
(31%,0%,24%,32%)
(0.31/0.00/0.24/0.32)	

CMYK percentages

%31.03
%0
%24.14
%31.76

Codes

Color #78AE84 in popluar color models

78AE84
RGB120174132
HSL133°25.00%57.65%
HSB/HSV133°31.03%68.24%
CMYK31.03%0.00%24.14%
31.76%

Color #78AE84 in popluar number systems.

HEX78AE84
Decimal120174132
Binary11110001010111010000100
Octal170256204

Shades and tints

Shades of #78AE84

#78AE84
(120,174,132)
#6E9F78
(110,159,120)
#64906C
(100,144,108)
#5A8160
(90,129,96)
#507254
(80,114,84)
#466348
(70,99,72)
#3C543C
(60,84,60)
#324530
(50,69,48)
#283624
(40,54,36)
#1E2718
(30,39,24)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #78AE84

#78AE84
(120,174,132)
#84B58F
(132,181,143)
#90BC9A
(144,188,154)
#9CC3A5
(156,195,165)
#A8CAB0
(168,202,176)
#B4D1BB
(180,209,187)
#C0D8C6
(192,216,198)
#CCDFD1
(204,223,209)
#D8E6DC
(216,230,220)
#E4EDE7
(228,237,231)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AE84; }

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

This text font color is #78AE84.


Background Color

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

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

This div background color is #78AE84.


Border color

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

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

This div border color is #78AE84.


Opacity

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

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

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

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

This text has shadow with #78AE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AE84 on black background.


Color preview on white background

This text has color #78AE84 on white background.



Black color preview on #78AE84 background

This text has black color on #78AE84 background.


White color preview on #78AE84 background

This text has white color on #78AE84 background.