COLOR #78C4B4

HEX: #78C4B4
RGB: (120,196,180)

Color info

#78C4B4 contains mainly green and blue colors. Web safe color of #78C4B4 is #66CCCC (or #6CC).

RGB color model

#78C4B4 color RGB value is (120,196,180).

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

RGB channels and saturation

R 120 of 255 = 47%
G 196 of 255 = 77%
B 180 of 255 = 71%

120
196
180

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

Portions of RGB colors in percentages

R + G + B =
120 + 196 + 180 = 496 (100%)
R 120 of 496 ~ 24.19%
G 196 of 496 ~ 39.52%
B 180 of 496 ~ 36.29%

%24.19
%39.52
%36.29

CMYK color model

#78C4B4 color CMYK value is (39,0,8,23).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 23.14%
CMYK:
(39,0,8,23)
C39M0Y8K23 
(39%,0%,8%,23%)
(0.39/0.00/0.08/0.23)	

CMYK percentages

%38.78
%0
%8.16
%23.14

Codes

Color #78C4B4 in popluar color models

78C4B4
RGB120196180
HSL167°39.18%61.96%
HSB/HSV167°38.78%76.86%
CMYK38.78%0.00%8.16%
23.14%

Color #78C4B4 in popluar number systems.

HEX78C4B4
Decimal120196180
Binary11110001100010010110100
Octal170304264

Shades and tints

Shades of #78C4B4

#78C4B4
(120,196,180)
#6EB3A4
(110,179,164)
#64A294
(100,162,148)
#5A9184
(90,145,132)
#508074
(80,128,116)
#466F64
(70,111,100)
#3C5E54
(60,94,84)
#324D44
(50,77,68)
#283C34
(40,60,52)
#1E2B24
(30,43,36)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #78C4B4

#78C4B4
(120,196,180)
#84C9BA
(132,201,186)
#90CEC0
(144,206,192)
#9CD3C6
(156,211,198)
#A8D8CC
(168,216,204)
#B4DDD2
(180,221,210)
#C0E2D8
(192,226,216)
#CCE7DE
(204,231,222)
#D8ECE4
(216,236,228)
#E4F1EA
(228,241,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C4B4; }

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

This text font color is #78C4B4.


Background Color

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

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

This div background color is #78C4B4.


Border color

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

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

This div border color is #78C4B4.


Opacity

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

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

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

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

This text has shadow with #78C4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C4B4 on black background.


Color preview on white background

This text has color #78C4B4 on white background.



Black color preview on #78C4B4 background

This text has black color on #78C4B4 background.


White color preview on #78C4B4 background

This text has white color on #78C4B4 background.