COLOR #78C5AC

HEX: #78C5AC RGB: (120,197,172)

Color info

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

RGB color model

#78C5AC color RGB value is (120,197,172).

RGB: (120,197,172) (47%, 77%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 197 of 255 = 77%
B 172 of 255 = 67%

120
197
172

R + G + B ~ 64%. #78C5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 197 + 172 = 489 (100%)
R 120 of 489 ~ 24.54%
G 197 of 489 ~ 40.29%
B 172 of 489 ~ 35.17'%

%24.54
%40.29
%35.17

CMYK color model

#78C5AC color CMYK value is (39,0,13,23).

  • cyan value is 39.09%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 22.75%

CMYK: (39,0,13,23)
C39M0Y13K23 (39%, 0%, 13%, 23%)
(0.39 / 0.00 / 0.13 / 0.23)

CMYK percentages

%39.09
%0
%12.69
%22.75

Codes

Color #78C5AC in popluar color models

78 C5 AC
RGB 120 197 172
HSL 161° 39.90% 62.16%
HSB/HSV 161° 39.09% 77.25%
CMYK 39.09% 0.00% 12.69%
22.75%

Color #78C5AC in popluar number systems.

HEX 78 C5 AC
Decimal 120 197 172
Binary 1111000 11000101 10101100
Octal 170 305 254

Shades and tints

Shades of #78C5AC

#78C5AC
(120,197,172)
#6EB49D
(110,180,157)
#64A38E
(100,163,142)
#5A927F
(90,146,127)
#508170
(80,129,112)
#467061
(70,112,97)
#3C5F52
(60,95,82)
#324E43
(50,78,67)
#283D34
(40,61,52)
#1E2C25
(30,44,37)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #78C5AC

#78C5AC
(120,197,172)
#84CAB3
(132,202,179)
#90CFBA
(144,207,186)
#9CD4C1
(156,212,193)
#A8D9C8
(168,217,200)
#B4DECF
(180,222,207)
#C0E3D6
(192,227,214)
#CCE8DD
(204,232,221)
#D8EDE4
(216,237,228)
#E4F2EB
(228,242,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C5AC; }

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

This text font color is #78C5AC.

Background Color

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

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

This div background color is #78C5AC.

Border color

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

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

This div border color is #78C5AC.

Opacity

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

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

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

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

This text has shadow with #78C5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C5AC.

Preview

Color preview on black background

This text has color #78C5AC on black background.


Color preview on white background

This text has color #78C5AC on white background.


Black color preview on #78C5AC background

This text has black color on #78C5AC background.


White color preview on #78C5AC background

This text has white color on #78C5AC background.


Related colors

Complementary color

Complementary color for #hex is #873A53.


I love getcolorcode.com

Triadic colors

1 #AC78C5 and #C5AC78 with #78C5AC are triadic colors.

2 #ACC578 and #C578AC with #78C5AC are triadic colors.