COLOR #78BCAC

HEX: #78BCAC RGB: (120,188,172)

Color info

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

RGB color model

#78BCAC color RGB value is (120,188,172).

RGB: (120,188,172) (47%, 74%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 188 of 255 = 74%
B 172 of 255 = 67%

120
188
172

R + G + B ~ 63%. #78BCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 188 + 172 = 480 (100%)
R 120 of 480 ~ 25%
G 188 of 480 ~ 39.17%
B 172 of 480 ~ 35.83'%

%25
%39.17
%35.83

CMYK color model

#78BCAC color CMYK value is (36,0,9,26).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 26.27%

CMYK: (36,0,9,26)
C36M0Y9K26 (36%, 0%, 9%, 26%)
(0.36 / 0.00 / 0.09 / 0.26)

CMYK percentages

%36.17
%0
%8.51
%26.27

Codes

Color #78BCAC in popluar color models

78 BC AC
RGB 120 188 172
HSL 166° 33.66% 60.39%
HSB/HSV 166° 36.17% 73.73%
CMYK 36.17% 0.00% 8.51%
26.27%

Color #78BCAC in popluar number systems.

HEX 78 BC AC
Decimal 120 188 172
Binary 1111000 10111100 10101100
Octal 170 274 254

Shades and tints

Shades of #78BCAC

#78BCAC
(120,188,172)
#6EAB9D
(110,171,157)
#649A8E
(100,154,142)
#5A897F
(90,137,127)
#507870
(80,120,112)
#466761
(70,103,97)
#3C5652
(60,86,82)
#324543
(50,69,67)
#283434
(40,52,52)
#1E2325
(30,35,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #78BCAC

#78BCAC
(120,188,172)
#84C2B3
(132,194,179)
#90C8BA
(144,200,186)
#9CCEC1
(156,206,193)
#A8D4C8
(168,212,200)
#B4DACF
(180,218,207)
#C0E0D6
(192,224,214)
#CCE6DD
(204,230,221)
#D8ECE4
(216,236,228)
#E4F2EB
(228,242,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BCAC; }

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

This text font color is #78BCAC.

Background Color

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

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

This div background color is #78BCAC.

Border color

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

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

This div border color is #78BCAC.

Opacity

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

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

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

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

This text has shadow with #78BCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BCAC.

Preview

Color preview on black background

This text has color #78BCAC on black background.


Color preview on white background

This text has color #78BCAC on white background.


Black color preview on #78BCAC background

This text has black color on #78BCAC background.


White color preview on #78BCAC background

This text has white color on #78BCAC background.


Related colors

Complementary color

Complementary color for #hex is #874353.


I love getcolorcode.com

Triadic colors

1 #AC78BC and #BCAC78 with #78BCAC are triadic colors.

2 #ACBC78 and #BC78AC with #78BCAC are triadic colors.