COLOR #78C5A3

HEX: #78C5A3
RGB: (120,197,163)

Color info

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

RGB color model

#78C5A3 color RGB value is (120,197,163).

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

RGB channels and saturation

R 120 of 255 = 47%
G 197 of 255 = 77%
B 163 of 255 = 64%

120
197
163

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

Portions of RGB colors in percentages

R + G + B =
120 + 197 + 163 = 480 (100%)
R 120 of 480 ~ 25%
G 197 of 480 ~ 41.04%
B 163 of 480 ~ 33.96%

%25
%41.04
%33.96

CMYK color model

#78C5A3 color CMYK value is (39,0,17,23).

  • cyan value is 39.09%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(39,0,17,23)
C39M0Y17K23 
(39%,0%,17%,23%)
(0.39/0.00/0.17/0.23)	

CMYK percentages

%39.09
%0
%17.26
%22.75

Codes

Color #78C5A3 in popluar color models

78C5A3
RGB120197163
HSL154°39.90%62.16%
HSB/HSV154°39.09%77.25%
CMYK39.09%0.00%17.26%
22.75%

Color #78C5A3 in popluar number systems.

HEX78C5A3
Decimal120197163
Binary11110001100010110100011
Octal170305243

Shades and tints

Shades of #78C5A3

#78C5A3
(120,197,163)
#6EB495
(110,180,149)
#64A387
(100,163,135)
#5A9279
(90,146,121)
#50816B
(80,129,107)
#46705D
(70,112,93)
#3C5F4F
(60,95,79)
#324E41
(50,78,65)
#283D33
(40,61,51)
#1E2C25
(30,44,37)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #78C5A3

#78C5A3
(120,197,163)
#84CAAB
(132,202,171)
#90CFB3
(144,207,179)
#9CD4BB
(156,212,187)
#A8D9C3
(168,217,195)
#B4DECB
(180,222,203)
#C0E3D3
(192,227,211)
#CCE8DB
(204,232,219)
#D8EDE3
(216,237,227)
#E4F2EB
(228,242,235)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C5A3; }

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

This text font color is #78C5A3.


Background Color

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

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

This div background color is #78C5A3.


Border color

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

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

This div border color is #78C5A3.


Opacity

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

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

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

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

This text has shadow with #78C5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C5A3 on black background.


Color preview on white background

This text has color #78C5A3 on white background.



Black color preview on #78C5A3 background

This text has black color on #78C5A3 background.


White color preview on #78C5A3 background

This text has white color on #78C5A3 background.