COLOR #78B08C

HEX: #78B08C
RGB: (120,176,140)

Color info

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

RGB color model

#78B08C color RGB value is (120,176,140).

  • red value is 120;
  • green value is 176;
  • blue value is 140.
RGB:
(120,176,140)
(47%,69%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 176 of 255 = 69%
B 140 of 255 = 55%

120
176
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 176 + 140 = 436 (100%)
R 120 of 436 ~ 27.52%
G 176 of 436 ~ 40.37%
B 140 of 436 ~ 32.11%

%27.52
%40.37
%32.11

CMYK color model

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

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%
CMYK:
(32,0,20,31)
C32M0Y20K31 
(32%,0%,20%,31%)
(0.32/0.00/0.20/0.31)	

CMYK percentages

%31.82
%0
%20.45
%30.98

Codes

Color #78B08C in popluar color models

78B08C
RGB120176140
HSL141°26.17%58.04%
HSB/HSV141°31.82%69.02%
CMYK31.82%0.00%20.45%
30.98%

Color #78B08C in popluar number systems.

HEX78B08C
Decimal120176140
Binary11110001011000010001100
Octal170260214

Shades and tints

Shades of #78B08C

#78B08C
(120,176,140)
#6EA080
(110,160,128)
#649074
(100,144,116)
#5A8068
(90,128,104)
#50705C
(80,112,92)
#466050
(70,96,80)
#3C5044
(60,80,68)
#324038
(50,64,56)
#28302C
(40,48,44)
#1E2020
(30,32,32)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #78B08C

#78B08C
(120,176,140)
#84B796
(132,183,150)
#90BEA0
(144,190,160)
#9CC5AA
(156,197,170)
#A8CCB4
(168,204,180)
#B4D3BE
(180,211,190)
#C0DAC8
(192,218,200)
#CCE1D2
(204,225,210)
#D8E8DC
(216,232,220)
#E4EFE6
(228,239,230)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B08C color. Also use rgb(120,176,140) instead hex code.

Text Font Color

.myTextColor { color: #78B08C; }

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

This text font color is #78B08C.


Background Color

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

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

This div background color is #78B08C.


Border color

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

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

This div border color is #78B08C.


Opacity

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

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

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

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

This text has shadow with #78B08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B08C on black background.


Color preview on white background

This text has color #78B08C on white background.



Black color preview on #78B08C background

This text has black color on #78B08C background.


White color preview on #78B08C background

This text has white color on #78B08C background.