COLOR #78C4A6

HEX: #78C4A6
RGB: (120,196,166)

Color info

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

RGB color model

#78C4A6 color RGB value is (120,196,166).

  • red value is 120;
  • green value is 196;
  • blue value is 166.
RGB:
(120,196,166)
(47%,77%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 196 of 255 = 77%
B 166 of 255 = 65%

120
196
166

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

Portions of RGB colors in percentages

R + G + B =
120 + 196 + 166 = 482 (100%)
R 120 of 482 ~ 24.9%
G 196 of 482 ~ 40.66%
B 166 of 482 ~ 34.44%

%24.9
%40.66
%34.44

CMYK color model

#78C4A6 color CMYK value is (39,0,15,23).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(39,0,15,23)
C39M0Y15K23 
(39%,0%,15%,23%)
(0.39/0.00/0.15/0.23)	

CMYK percentages

%38.78
%0
%15.31
%23.14

Codes

Color #78C4A6 in popluar color models

78C4A6
RGB120196166
HSL156°39.18%61.96%
HSB/HSV156°38.78%76.86%
CMYK38.78%0.00%15.31%
23.14%

Color #78C4A6 in popluar number systems.

HEX78C4A6
Decimal120196166
Binary11110001100010010100110
Octal170304246

Shades and tints

Shades of #78C4A6

#78C4A6
(120,196,166)
#6EB397
(110,179,151)
#64A288
(100,162,136)
#5A9179
(90,145,121)
#50806A
(80,128,106)
#466F5B
(70,111,91)
#3C5E4C
(60,94,76)
#324D3D
(50,77,61)
#283C2E
(40,60,46)
#1E2B1F
(30,43,31)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #78C4A6

#78C4A6
(120,196,166)
#84C9AE
(132,201,174)
#90CEB6
(144,206,182)
#9CD3BE
(156,211,190)
#A8D8C6
(168,216,198)
#B4DDCE
(180,221,206)
#C0E2D6
(192,226,214)
#CCE7DE
(204,231,222)
#D8ECE6
(216,236,230)
#E4F1EE
(228,241,238)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C4A6 color. Also use rgb(120,196,166) instead hex code.

Text Font Color

.myTextColor { color: #78C4A6; }

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

This text font color is #78C4A6.


Background Color

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

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

This div background color is #78C4A6.


Border color

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

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

This div border color is #78C4A6.


Opacity

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

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

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

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

This text has shadow with #78C4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C4A6 on black background.


Color preview on white background

This text has color #78C4A6 on white background.



Black color preview on #78C4A6 background

This text has black color on #78C4A6 background.


White color preview on #78C4A6 background

This text has white color on #78C4A6 background.