COLOR #78D6C3

HEX: #78D6C3
RGB: (120,214,195)

Color info

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

RGB color model

#78D6C3 color RGB value is (120,214,195).

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

RGB channels and saturation

R 120 of 255 = 47%
G 214 of 255 = 84%
B 195 of 255 = 76%

120
214
195

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

Portions of RGB colors in percentages

R + G + B =
120 + 214 + 195 = 529 (100%)
R 120 of 529 ~ 22.68%
G 214 of 529 ~ 40.45%
B 195 of 529 ~ 36.86%

%22.68
%40.45
%36.86

CMYK color model

#78D6C3 color CMYK value is (44,0,9,16).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 16.08%
CMYK:
(44,0,9,16)
C44M0Y9K16 
(44%,0%,9%,16%)
(0.44/0.00/0.09/0.16)	

CMYK percentages

%43.93
%0
%8.88
%16.08

Codes

Color #78D6C3 in popluar color models

78D6C3
RGB120214195
HSL168°53.41%65.49%
HSB/HSV168°43.93%83.92%
CMYK43.93%0.00%8.88%
16.08%

Color #78D6C3 in popluar number systems.

HEX78D6C3
Decimal120214195
Binary11110001101011011000011
Octal170326303

Shades and tints

Shades of #78D6C3

#78D6C3
(120,214,195)
#6EC3B2
(110,195,178)
#64B0A1
(100,176,161)
#5A9D90
(90,157,144)
#508A7F
(80,138,127)
#46776E
(70,119,110)
#3C645D
(60,100,93)
#32514C
(50,81,76)
#283E3B
(40,62,59)
#1E2B2A
(30,43,42)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #78D6C3

#78D6C3
(120,214,195)
#84D9C8
(132,217,200)
#90DCCD
(144,220,205)
#9CDFD2
(156,223,210)
#A8E2D7
(168,226,215)
#B4E5DC
(180,229,220)
#C0E8E1
(192,232,225)
#CCEBE6
(204,235,230)
#D8EEEB
(216,238,235)
#E4F1F0
(228,241,240)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D6C3; }

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

This text font color is #78D6C3.


Background Color

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

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

This div background color is #78D6C3.


Border color

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

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

This div border color is #78D6C3.


Opacity

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

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

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

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

This text has shadow with #78D6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D6C3 on black background.


Color preview on white background

This text has color #78D6C3 on white background.



Black color preview on #78D6C3 background

This text has black color on #78D6C3 background.


White color preview on #78D6C3 background

This text has white color on #78D6C3 background.