COLOR #78C5B2

HEX: #78C5B2
RGB: (120,197,178)

Color info

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

RGB color model

#78C5B2 color RGB value is (120,197,178).

  • red value is 120;
  • green value is 197;
  • blue value is 178.
RGB:
(120,197,178)
(47%,77%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 197 of 255 = 77%
B 178 of 255 = 70%

120
197
178

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

Portions of RGB colors in percentages

R + G + B =
120 + 197 + 178 = 495 (100%)
R 120 of 495 ~ 24.24%
G 197 of 495 ~ 39.8%
B 178 of 495 ~ 35.96%

%24.24
%39.8
%35.96

CMYK color model

#78C5B2 color CMYK value is (39,0,10,23).

  • cyan value is 39.09%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 22.75%
CMYK:
(39,0,10,23)
C39M0Y10K23 
(39%,0%,10%,23%)
(0.39/0.00/0.10/0.23)	

CMYK percentages

%39.09
%0
%9.64
%22.75

Codes

Color #78C5B2 in popluar color models

78C5B2
RGB120197178
HSL165°39.90%62.16%
HSB/HSV165°39.09%77.25%
CMYK39.09%0.00%9.64%
22.75%

Color #78C5B2 in popluar number systems.

HEX78C5B2
Decimal120197178
Binary11110001100010110110010
Octal170305262

Shades and tints

Shades of #78C5B2

#78C5B2
(120,197,178)
#6EB4A2
(110,180,162)
#64A392
(100,163,146)
#5A9282
(90,146,130)
#508172
(80,129,114)
#467062
(70,112,98)
#3C5F52
(60,95,82)
#324E42
(50,78,66)
#283D32
(40,61,50)
#1E2C22
(30,44,34)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #78C5B2

#78C5B2
(120,197,178)
#84CAB9
(132,202,185)
#90CFC0
(144,207,192)
#9CD4C7
(156,212,199)
#A8D9CE
(168,217,206)
#B4DED5
(180,222,213)
#C0E3DC
(192,227,220)
#CCE8E3
(204,232,227)
#D8EDEA
(216,237,234)
#E4F2F1
(228,242,241)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C5B2; }

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

This text font color is #78C5B2.


Background Color

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

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

This div background color is #78C5B2.


Border color

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

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

This div border color is #78C5B2.


Opacity

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

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

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

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

This text has shadow with #78C5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C5B2 on black background.


Color preview on white background

This text has color #78C5B2 on white background.



Black color preview on #78C5B2 background

This text has black color on #78C5B2 background.


White color preview on #78C5B2 background

This text has white color on #78C5B2 background.