COLOR #78B5AC

HEX: #78B5AC
RGB: (120,181,172)

Color info

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

RGB color model

#78B5AC color RGB value is (120,181,172).

  • red value is 120;
  • green value is 181;
  • blue value is 172.
RGB:
(120,181,172)
(47%,71%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 181 of 255 = 71%
B 172 of 255 = 67%

120
181
172

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

Portions of RGB colors in percentages

R + G + B =
120 + 181 + 172 = 473 (100%)
R 120 of 473 ~ 25.37%
G 181 of 473 ~ 38.27%
B 172 of 473 ~ 36.36%

%25.37
%38.27
%36.36

CMYK color model

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

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

CMYK percentages

%33.7
%0
%4.97
%29.02

Codes

Color #78B5AC in popluar color models

78B5AC
RGB120181172
HSL171°29.19%59.02%
HSB/HSV171°33.70%70.98%
CMYK33.70%0.00%4.97%
29.02%

Color #78B5AC in popluar number systems.

HEX78B5AC
Decimal120181172
Binary11110001011010110101100
Octal170265254

Shades and tints

Shades of #78B5AC

#78B5AC
(120,181,172)
#6EA59D
(110,165,157)
#64958E
(100,149,142)
#5A857F
(90,133,127)
#507570
(80,117,112)
#466561
(70,101,97)
#3C5552
(60,85,82)
#324543
(50,69,67)
#283534
(40,53,52)
#1E2525
(30,37,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #78B5AC

#78B5AC
(120,181,172)
#84BBB3
(132,187,179)
#90C1BA
(144,193,186)
#9CC7C1
(156,199,193)
#A8CDC8
(168,205,200)
#B4D3CF
(180,211,207)
#C0D9D6
(192,217,214)
#CCDFDD
(204,223,221)
#D8E5E4
(216,229,228)
#E4EBEB
(228,235,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B5AC color. Also use rgb(120,181,172) instead hex code.

Text Font Color

.myTextColor { color: #78B5AC; }

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

This text font color is #78B5AC.


Background Color

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

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

This div background color is #78B5AC.


Border color

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

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

This div border color is #78B5AC.


Opacity

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

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

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

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

This text has shadow with #78B5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B5AC on black background.


Color preview on white background

This text has color #78B5AC on white background.



Black color preview on #78B5AC background

This text has black color on #78B5AC background.


White color preview on #78B5AC background

This text has white color on #78B5AC background.