COLOR #78D4BD

HEX: #78D4BD
RGB: (120,212,189)

Color info

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

RGB color model

#78D4BD color RGB value is (120,212,189).

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

RGB channels and saturation

R 120 of 255 = 47%
G 212 of 255 = 83%
B 189 of 255 = 74%

120
212
189

R + G + B ~ 68%. #78D4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 212 + 189 = 521 (100%)
R 120 of 521 ~ 23.03%
G 212 of 521 ~ 40.69%
B 189 of 521 ~ 36.28%

%23.03
%40.69
%36.28

CMYK color model

#78D4BD color CMYK value is (43,0,11,17).

  • cyan value is 43.40%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK:
(43,0,11,17)
C43M0Y11K17 
(43%,0%,11%,17%)
(0.43/0.00/0.11/0.17)	

CMYK percentages

%43.4
%0
%10.85
%16.86

Codes

Color #78D4BD in popluar color models

78D4BD
RGB120212189
HSL165°51.69%65.10%
HSB/HSV165°43.40%83.14%
CMYK43.40%0.00%10.85%
16.86%

Color #78D4BD in popluar number systems.

HEX78D4BD
Decimal120212189
Binary11110001101010010111101
Octal170324275

Shades and tints

Shades of #78D4BD

#78D4BD
(120,212,189)
#6EC1AC
(110,193,172)
#64AE9B
(100,174,155)
#5A9B8A
(90,155,138)
#508879
(80,136,121)
#467568
(70,117,104)
#3C6257
(60,98,87)
#324F46
(50,79,70)
#283C35
(40,60,53)
#1E2924
(30,41,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78D4BD

#78D4BD
(120,212,189)
#84D7C3
(132,215,195)
#90DAC9
(144,218,201)
#9CDDCF
(156,221,207)
#A8E0D5
(168,224,213)
#B4E3DB
(180,227,219)
#C0E6E1
(192,230,225)
#CCE9E7
(204,233,231)
#D8ECED
(216,236,237)
#E4EFF3
(228,239,243)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D4BD; }

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

This text font color is #78D4BD.


Background Color

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

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

This div background color is #78D4BD.


Border color

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

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

This div border color is #78D4BD.


Opacity

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

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

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

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

This text has shadow with #78D4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D4BD on black background.


Color preview on white background

This text has color #78D4BD on white background.



Black color preview on #78D4BD background

This text has black color on #78D4BD background.


White color preview on #78D4BD background

This text has white color on #78D4BD background.