COLOR #78CCAC

HEX: #78CCAC RGB: (120,204,172)

Color info

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

RGB color model

#78CCAC color RGB value is (120,204,172).

RGB: (120,204,172) (47%, 80%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 204 of 255 = 80%
B 172 of 255 = 67%

120
204
172

R + G + B ~ 65%. #78CCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 204 + 172 = 496 (100%)
R 120 of 496 ~ 24.19%
G 204 of 496 ~ 41.13%
B 172 of 496 ~ 34.68'%

%24.19
%41.13
%34.68

CMYK color model

#78CCAC color CMYK value is (41,0,16,20).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%

CMYK: (41,0,16,20)
C41M0Y16K20 (41%, 0%, 16%, 20%)
(0.41 / 0.00 / 0.16 / 0.20)

CMYK percentages

%41.18
%0
%15.69
%20

Codes

Color #78CCAC in popluar color models

78 CC AC
RGB 120 204 172
HSL 157° 45.16% 63.53%
HSB/HSV 157° 41.18% 80.00%
CMYK 41.18% 0.00% 15.69%
20.00%

Color #78CCAC in popluar number systems.

HEX 78 CC AC
Decimal 120 204 172
Binary 1111000 11001100 10101100
Octal 170 314 254

Shades and tints

Shades of #78CCAC

#78CCAC
(120,204,172)
#6EBA9D
(110,186,157)
#64A88E
(100,168,142)
#5A967F
(90,150,127)
#508470
(80,132,112)
#467261
(70,114,97)
#3C6052
(60,96,82)
#324E43
(50,78,67)
#283C34
(40,60,52)
#1E2A25
(30,42,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #78CCAC

#78CCAC
(120,204,172)
#84D0B3
(132,208,179)
#90D4BA
(144,212,186)
#9CD8C1
(156,216,193)
#A8DCC8
(168,220,200)
#B4E0CF
(180,224,207)
#C0E4D6
(192,228,214)
#CCE8DD
(204,232,221)
#D8ECE4
(216,236,228)
#E4F0EB
(228,240,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CCAC; }

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

This text font color is #78CCAC.

Background Color

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

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

This div background color is #78CCAC.

Border color

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

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

This div border color is #78CCAC.

Opacity

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

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

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

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

This text has shadow with #78CCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CCAC.

Preview

Color preview on black background

This text has color #78CCAC on black background.


Color preview on white background

This text has color #78CCAC on white background.


Black color preview on #78CCAC background

This text has black color on #78CCAC background.


White color preview on #78CCAC background

This text has white color on #78CCAC background.


Related colors

Complementary color

Complementary color for #hex is #873353.


I love getcolorcode.com

Triadic colors

1 #AC78CC and #CCAC78 with #78CCAC are triadic colors.

2 #ACCC78 and #CC78AC with #78CCAC are triadic colors.