COLOR #78B9AC

HEX: #78B9AC RGB: (120,185,172)

Color info

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

RGB color model

#78B9AC color RGB value is (120,185,172).

RGB: (120,185,172) (47%, 73%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 185 of 255 = 73%
B 172 of 255 = 67%

120
185
172

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

Portions of RGB colors in percentages

R + G + B = 120 + 185 + 172 = 477 (100%)
R 120 of 477 ~ 25.16%
G 185 of 477 ~ 38.78%
B 172 of 477 ~ 36.06'%

%25.16
%38.78
%36.06

CMYK color model

#78B9AC color CMYK value is (35,0,7,27).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%

CMYK: (35,0,7,27)
C35M0Y7K27 (35%, 0%, 7%, 27%)
(0.35 / 0.00 / 0.07 / 0.27)

CMYK percentages

%35.14
%0
%7.03
%27.45

Codes

Color #78B9AC in popluar color models

78 B9 AC
RGB 120 185 172
HSL 168° 31.71% 59.80%
HSB/HSV 168° 35.14% 72.55%
CMYK 35.14% 0.00% 7.03%
27.45%

Color #78B9AC in popluar number systems.

HEX 78 B9 AC
Decimal 120 185 172
Binary 1111000 10111001 10101100
Octal 170 271 254

Shades and tints

Shades of #78B9AC

#78B9AC
(120,185,172)
#6EA99D
(110,169,157)
#64998E
(100,153,142)
#5A897F
(90,137,127)
#507970
(80,121,112)
#466961
(70,105,97)
#3C5952
(60,89,82)
#324943
(50,73,67)
#283934
(40,57,52)
#1E2925
(30,41,37)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #78B9AC

#78B9AC
(120,185,172)
#84BFB3
(132,191,179)
#90C5BA
(144,197,186)
#9CCBC1
(156,203,193)
#A8D1C8
(168,209,200)
#B4D7CF
(180,215,207)
#C0DDD6
(192,221,214)
#CCE3DD
(204,227,221)
#D8E9E4
(216,233,228)
#E4EFEB
(228,239,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B9AC; }

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

This text font color is #78B9AC.

Background Color

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

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

This div background color is #78B9AC.

Border color

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

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

This div border color is #78B9AC.

Opacity

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

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

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

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

This text has shadow with #78B9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B9AC.

Preview

Color preview on black background

This text has color #78B9AC on black background.


Color preview on white background

This text has color #78B9AC on white background.


Black color preview on #78B9AC background

This text has black color on #78B9AC background.


White color preview on #78B9AC background

This text has white color on #78B9AC background.


Related colors

Complementary color

Complementary color for #hex is #874653.


I love getcolorcode.com

Triadic colors

1 #AC78B9 and #B9AC78 with #78B9AC are triadic colors.

2 #ACB978 and #B978AC with #78B9AC are triadic colors.