COLOR #78E0D0

HEX: #78E0D0
RGB: (120,224,208)

Color info

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

RGB color model

#78E0D0 color RGB value is (120,224,208).

  • red value is 120;
  • green value is 224;
  • blue value is 208.
RGB:
(120,224,208)
(47%,88%,82%)

RGB channels and saturation

R 120 of 255 = 47%
G 224 of 255 = 88%
B 208 of 255 = 82%

120
224
208

R + G + B ~ 72%. #78E0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 224 + 208 = 552 (100%)
R 120 of 552 ~ 21.74%
G 224 of 552 ~ 40.58%
B 208 of 552 ~ 37.68%

%21.74
%40.58
%37.68

CMYK color model

#78E0D0 color CMYK value is (46,0,7,12).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 12.16%
CMYK:
(46,0,7,12)
C46M0Y7K12 
(46%,0%,7%,12%)
(0.46/0.00/0.07/0.12)	

CMYK percentages

%46.43
%0
%7.14
%12.16

Codes

Color #78E0D0 in popluar color models

78E0D0
RGB120224208
HSL171°62.65%67.45%
HSB/HSV171°46.43%87.84%
CMYK46.43%0.00%7.14%
12.16%

Color #78E0D0 in popluar number systems.

HEX78E0D0
Decimal120224208
Binary11110001110000011010000
Octal170340320

Shades and tints

Shades of #78E0D0

#78E0D0
(120,224,208)
#6ECCBE
(110,204,190)
#64B8AC
(100,184,172)
#5AA49A
(90,164,154)
#509088
(80,144,136)
#467C76
(70,124,118)
#3C6864
(60,104,100)
#325452
(50,84,82)
#284040
(40,64,64)
#1E2C2E
(30,44,46)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #78E0D0

#78E0D0
(120,224,208)
#84E2D4
(132,226,212)
#90E4D8
(144,228,216)
#9CE6DC
(156,230,220)
#A8E8E0
(168,232,224)
#B4EAE4
(180,234,228)
#C0ECE8
(192,236,232)
#CCEEEC
(204,238,236)
#D8F0F0
(216,240,240)
#E4F2F4
(228,242,244)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E0D0 color. Also use rgb(120,224,208) instead hex code.

Text Font Color

.myTextColor { color: #78E0D0; }

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

This text font color is #78E0D0.


Background Color

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

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

This div background color is #78E0D0.


Border color

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

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

This div border color is #78E0D0.


Opacity

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

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

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

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

This text has shadow with #78E0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E0D0 on black background.


Color preview on white background

This text has color #78E0D0 on white background.



Black color preview on #78E0D0 background

This text has black color on #78E0D0 background.


White color preview on #78E0D0 background

This text has white color on #78E0D0 background.