COLOR #78E8D6

HEX: #78E8D6
RGB: (120,232,214)

Color info

#78E8D6 contains mainly green and blue colors. Web safe color of #78E8D6 is #66FFCC (or #6FC).

RGB color model

#78E8D6 color RGB value is (120,232,214).

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

RGB channels and saturation

R 120 of 255 = 47%
G 232 of 255 = 91%
B 214 of 255 = 84%

120
232
214

R + G + B ~ 74%. #78E8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 232 + 214 = 566 (100%)
R 120 of 566 ~ 21.2%
G 232 of 566 ~ 40.99%
B 214 of 566 ~ 37.81%

%21.2
%40.99
%37.81

CMYK color model

#78E8D6 color CMYK value is (48,0,8,9).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(48,0,8,9)
C48M0Y8K9 
(48%,0%,8%,9%)
(0.48/0.00/0.08/0.09)	

CMYK percentages

%48.28
%0
%7.76
%9.02

Codes

Color #78E8D6 in popluar color models

78E8D6
RGB120232214
HSL170°70.89%69.02%
HSB/HSV170°48.28%90.98%
CMYK48.28%0.00%7.76%
9.02%

Color #78E8D6 in popluar number systems.

HEX78E8D6
Decimal120232214
Binary11110001110100011010110
Octal170350326

Shades and tints

Shades of #78E8D6

#78E8D6
(120,232,214)
#6ED3C3
(110,211,195)
#64BEB0
(100,190,176)
#5AA99D
(90,169,157)
#50948A
(80,148,138)
#467F77
(70,127,119)
#3C6A64
(60,106,100)
#325551
(50,85,81)
#28403E
(40,64,62)
#1E2B2B
(30,43,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #78E8D6

#78E8D6
(120,232,214)
#84EAD9
(132,234,217)
#90ECDC
(144,236,220)
#9CEEDF
(156,238,223)
#A8F0E2
(168,240,226)
#B4F2E5
(180,242,229)
#C0F4E8
(192,244,232)
#CCF6EB
(204,246,235)
#D8F8EE
(216,248,238)
#E4FAF1
(228,250,241)
#F0FCF4
(240,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78E8D6; }

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

This text font color is #78E8D6.


Background Color

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

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

This div background color is #78E8D6.


Border color

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

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

This div border color is #78E8D6.


Opacity

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

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

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

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

This text has shadow with #78E8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E8D6 on black background.


Color preview on white background

This text has color #78E8D6 on white background.



Black color preview on #78E8D6 background

This text has black color on #78E8D6 background.


White color preview on #78E8D6 background

This text has white color on #78E8D6 background.