COLOR #78D6C5

HEX: #78D6C5
RGB: (120,214,197)

Color info

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

RGB color model

#78D6C5 color RGB value is (120,214,197).

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

RGB channels and saturation

R 120 of 255 = 47%
G 214 of 255 = 84%
B 197 of 255 = 77%

120
214
197

R + G + B ~ 69%. #78D6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 214 + 197 = 531 (100%)
R 120 of 531 ~ 22.6%
G 214 of 531 ~ 40.3%
B 197 of 531 ~ 37.1%

%22.6
%40.3
%37.1

CMYK color model

#78D6C5 color CMYK value is (44,0,8,16).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 16.08%
CMYK:
(44,0,8,16)
C44M0Y8K16 
(44%,0%,8%,16%)
(0.44/0.00/0.08/0.16)	

CMYK percentages

%43.93
%0
%7.94
%16.08

Codes

Color #78D6C5 in popluar color models

78D6C5
RGB120214197
HSL169°53.41%65.49%
HSB/HSV169°43.93%83.92%
CMYK43.93%0.00%7.94%
16.08%

Color #78D6C5 in popluar number systems.

HEX78D6C5
Decimal120214197
Binary11110001101011011000101
Octal170326305

Shades and tints

Shades of #78D6C5

#78D6C5
(120,214,197)
#6EC3B4
(110,195,180)
#64B0A3
(100,176,163)
#5A9D92
(90,157,146)
#508A81
(80,138,129)
#467770
(70,119,112)
#3C645F
(60,100,95)
#32514E
(50,81,78)
#283E3D
(40,62,61)
#1E2B2C
(30,43,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #78D6C5

#78D6C5
(120,214,197)
#84D9CA
(132,217,202)
#90DCCF
(144,220,207)
#9CDFD4
(156,223,212)
#A8E2D9
(168,226,217)
#B4E5DE
(180,229,222)
#C0E8E3
(192,232,227)
#CCEBE8
(204,235,232)
#D8EEED
(216,238,237)
#E4F1F2
(228,241,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D6C5; }

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

This text font color is #78D6C5.


Background Color

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

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

This div background color is #78D6C5.


Border color

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

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

This div border color is #78D6C5.


Opacity

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

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

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

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

This text has shadow with #78D6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D6C5 on black background.


Color preview on white background

This text has color #78D6C5 on white background.



Black color preview on #78D6C5 background

This text has black color on #78D6C5 background.


White color preview on #78D6C5 background

This text has white color on #78D6C5 background.