COLOR #78B6AD

HEX: #78B6AD
RGB: (120,182,173)

Color info

#78B6AD contains mainly green and blue colors. Web safe color of #78B6AD is #66CC99 (or #6C9).

RGB color model

#78B6AD color RGB value is (120,182,173).

  • red value is 120;
  • green value is 182;
  • blue value is 173.
RGB:
(120,182,173)
(47%,71%,68%)

RGB channels and saturation

R 120 of 255 = 47%
G 182 of 255 = 71%
B 173 of 255 = 68%

120
182
173

R + G + B ~ 62%. #78B6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 182 + 173 = 475 (100%)
R 120 of 475 ~ 25.26%
G 182 of 475 ~ 38.32%
B 173 of 475 ~ 36.42%

%25.26
%38.32
%36.42

CMYK color model

#78B6AD color CMYK value is (34,0,5,29).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(34,0,5,29)
C34M0Y5K29 
(34%,0%,5%,29%)
(0.34/0.00/0.05/0.29)	

CMYK percentages

%34.07
%0
%4.95
%28.63

Codes

Color #78B6AD in popluar color models

78B6AD
RGB120182173
HSL171°29.81%59.22%
HSB/HSV171°34.07%71.37%
CMYK34.07%0.00%4.95%
28.63%

Color #78B6AD in popluar number systems.

HEX78B6AD
Decimal120182173
Binary11110001011011010101101
Octal170266255

Shades and tints

Shades of #78B6AD

#78B6AD
(120,182,173)
#6EA69E
(110,166,158)
#64968F
(100,150,143)
#5A8680
(90,134,128)
#507671
(80,118,113)
#466662
(70,102,98)
#3C5653
(60,86,83)
#324644
(50,70,68)
#283635
(40,54,53)
#1E2626
(30,38,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #78B6AD

#78B6AD
(120,182,173)
#84BCB4
(132,188,180)
#90C2BB
(144,194,187)
#9CC8C2
(156,200,194)
#A8CEC9
(168,206,201)
#B4D4D0
(180,212,208)
#C0DAD7
(192,218,215)
#CCE0DE
(204,224,222)
#D8E6E5
(216,230,229)
#E4ECEC
(228,236,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B6AD color. Also use rgb(120,182,173) instead hex code.

Text Font Color

.myTextColor { color: #78B6AD; }

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

This text font color is #78B6AD.


Background Color

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

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

This div background color is #78B6AD.


Border color

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

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

This div border color is #78B6AD.


Opacity

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

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

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

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

This text has shadow with #78B6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B6AD on black background.


Color preview on white background

This text has color #78B6AD on white background.



Black color preview on #78B6AD background

This text has black color on #78B6AD background.


White color preview on #78B6AD background

This text has white color on #78B6AD background.