COLOR #78D4C8

HEX: #78D4C8
RGB: (120,212,200)

Color info

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

RGB color model

#78D4C8 color RGB value is (120,212,200).

  • red value is 120;
  • green value is 212;
  • blue value is 200.
RGB:
(120,212,200)
(47%,83%,78%)

RGB channels and saturation

R 120 of 255 = 47%
G 212 of 255 = 83%
B 200 of 255 = 78%

120
212
200

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

Portions of RGB colors in percentages

R + G + B =
120 + 212 + 200 = 532 (100%)
R 120 of 532 ~ 22.56%
G 212 of 532 ~ 39.85%
B 200 of 532 ~ 37.59%

%22.56
%39.85
%37.59

CMYK color model

#78D4C8 color CMYK value is (43,0,6,17).

  • cyan value is 43.40%
  • magenta value is 0.00%
  • yellow value is 5.66%
  • key color value is 16.86%
CMYK:
(43,0,6,17)
C43M0Y6K17 
(43%,0%,6%,17%)
(0.43/0.00/0.06/0.17)	

CMYK percentages

%43.4
%0
%5.66
%16.86

Codes

Color #78D4C8 in popluar color models

78D4C8
RGB120212200
HSL172°51.69%65.10%
HSB/HSV172°43.40%83.14%
CMYK43.40%0.00%5.66%
16.86%

Color #78D4C8 in popluar number systems.

HEX78D4C8
Decimal120212200
Binary11110001101010011001000
Octal170324310

Shades and tints

Shades of #78D4C8

#78D4C8
(120,212,200)
#6EC1B6
(110,193,182)
#64AEA4
(100,174,164)
#5A9B92
(90,155,146)
#508880
(80,136,128)
#46756E
(70,117,110)
#3C625C
(60,98,92)
#324F4A
(50,79,74)
#283C38
(40,60,56)
#1E2926
(30,41,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78D4C8

#78D4C8
(120,212,200)
#84D7CD
(132,215,205)
#90DAD2
(144,218,210)
#9CDDD7
(156,221,215)
#A8E0DC
(168,224,220)
#B4E3E1
(180,227,225)
#C0E6E6
(192,230,230)
#CCE9EB
(204,233,235)
#D8ECF0
(216,236,240)
#E4EFF5
(228,239,245)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D4C8 color. Also use rgb(120,212,200) instead hex code.

Text Font Color

.myTextColor { color: #78D4C8; }

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

This text font color is #78D4C8.


Background Color

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

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

This div background color is #78D4C8.


Border color

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

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

This div border color is #78D4C8.


Opacity

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

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

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

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

This text has shadow with #78D4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D4C8 on black background.


Color preview on white background

This text has color #78D4C8 on white background.



Black color preview on #78D4C8 background

This text has black color on #78D4C8 background.


White color preview on #78D4C8 background

This text has white color on #78D4C8 background.