COLOR #78C7AD

HEX: #78C7AD
RGB: (120,199,173)

Color info

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

RGB color model

#78C7AD color RGB value is (120,199,173).

  • red value is 120;
  • green value is 199;
  • blue value is 173.
RGB:
(120,199,173)
(47%,78%,68%)

RGB channels and saturation

R 120 of 255 = 47%
G 199 of 255 = 78%
B 173 of 255 = 68%

120
199
173

R + G + B ~ 64%. #78C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 199 + 173 = 492 (100%)
R 120 of 492 ~ 24.39%
G 199 of 492 ~ 40.45%
B 173 of 492 ~ 35.16%

%24.39
%40.45
%35.16

CMYK color model

#78C7AD color CMYK value is (40,0,13,22).

  • cyan value is 39.70%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(40,0,13,22)
C40M0Y13K22 
(40%,0%,13%,22%)
(0.40/0.00/0.13/0.22)	

CMYK percentages

%39.7
%0
%13.07
%21.96

Codes

Color #78C7AD in popluar color models

78C7AD
RGB120199173
HSL160°41.36%62.55%
HSB/HSV160°39.70%78.04%
CMYK39.70%0.00%13.07%
21.96%

Color #78C7AD in popluar number systems.

HEX78C7AD
Decimal120199173
Binary11110001100011110101101
Octal170307255

Shades and tints

Shades of #78C7AD

#78C7AD
(120,199,173)
#6EB59E
(110,181,158)
#64A38F
(100,163,143)
#5A9180
(90,145,128)
#507F71
(80,127,113)
#466D62
(70,109,98)
#3C5B53
(60,91,83)
#324944
(50,73,68)
#283735
(40,55,53)
#1E2526
(30,37,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #78C7AD

#78C7AD
(120,199,173)
#84CCB4
(132,204,180)
#90D1BB
(144,209,187)
#9CD6C2
(156,214,194)
#A8DBC9
(168,219,201)
#B4E0D0
(180,224,208)
#C0E5D7
(192,229,215)
#CCEADE
(204,234,222)
#D8EFE5
(216,239,229)
#E4F4EC
(228,244,236)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C7AD color. Also use rgb(120,199,173) instead hex code.

Text Font Color

.myTextColor { color: #78C7AD; }

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

This text font color is #78C7AD.


Background Color

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

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

This div background color is #78C7AD.


Border color

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

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

This div border color is #78C7AD.


Opacity

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

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

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

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

This text has shadow with #78C7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C7AD on black background.


Color preview on white background

This text has color #78C7AD on white background.



Black color preview on #78C7AD background

This text has black color on #78C7AD background.


White color preview on #78C7AD background

This text has white color on #78C7AD background.