COLOR #78D5BB

HEX: #78D5BB
RGB: (120,213,187)

Color info

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

RGB color model

#78D5BB color RGB value is (120,213,187).

  • red value is 120;
  • green value is 213;
  • blue value is 187.
RGB:
(120,213,187)
(47%,84%,73%)

RGB channels and saturation

R 120 of 255 = 47%
G 213 of 255 = 84%
B 187 of 255 = 73%

120
213
187

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

Portions of RGB colors in percentages

R + G + B =
120 + 213 + 187 = 520 (100%)
R 120 of 520 ~ 23.08%
G 213 of 520 ~ 40.96%
B 187 of 520 ~ 35.96%

%23.08
%40.96
%35.96

CMYK color model

#78D5BB color CMYK value is (44,0,12,16).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(44,0,12,16)
C44M0Y12K16 
(44%,0%,12%,16%)
(0.44/0.00/0.12/0.16)	

CMYK percentages

%43.66
%0
%12.21
%16.47

Codes

Color #78D5BB in popluar color models

78D5BB
RGB120213187
HSL163°52.54%65.29%
HSB/HSV163°43.66%83.53%
CMYK43.66%0.00%12.21%
16.47%

Color #78D5BB in popluar number systems.

HEX78D5BB
Decimal120213187
Binary11110001101010110111011
Octal170325273

Shades and tints

Shades of #78D5BB

#78D5BB
(120,213,187)
#6EC2AA
(110,194,170)
#64AF99
(100,175,153)
#5A9C88
(90,156,136)
#508977
(80,137,119)
#467666
(70,118,102)
#3C6355
(60,99,85)
#325044
(50,80,68)
#283D33
(40,61,51)
#1E2A22
(30,42,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #78D5BB

#78D5BB
(120,213,187)
#84D8C1
(132,216,193)
#90DBC7
(144,219,199)
#9CDECD
(156,222,205)
#A8E1D3
(168,225,211)
#B4E4D9
(180,228,217)
#C0E7DF
(192,231,223)
#CCEAE5
(204,234,229)
#D8EDEB
(216,237,235)
#E4F0F1
(228,240,241)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D5BB color. Also use rgb(120,213,187) instead hex code.

Text Font Color

.myTextColor { color: #78D5BB; }

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

This text font color is #78D5BB.


Background Color

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

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

This div background color is #78D5BB.


Border color

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

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

This div border color is #78D5BB.


Opacity

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

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

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

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

This text has shadow with #78D5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D5BB on black background.


Color preview on white background

This text has color #78D5BB on white background.



Black color preview on #78D5BB background

This text has black color on #78D5BB background.


White color preview on #78D5BB background

This text has white color on #78D5BB background.