COLOR #78BDBB

HEX: #78BDBB
RGB: (120,189,187)

Color info

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

RGB color model

#78BDBB color RGB value is (120,189,187).

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

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 187 of 255 = 73%

120
189
187

R + G + B ~ 65%. #78BDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 189 + 187 = 496 (100%)
R 120 of 496 ~ 24.19%
G 189 of 496 ~ 38.1%
B 187 of 496 ~ 37.7%

%24.19
%38.1
%37.7

CMYK color model

#78BDBB color CMYK value is (37,0,1,26).

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(37,0,1,26)
C37M0Y1K26 
(37%,0%,1%,26%)
(0.37/0.00/0.01/0.26)	

CMYK percentages

%36.51
%0
%1.06
%25.88

Codes

Color #78BDBB in popluar color models

78BDBB
RGB120189187
HSL178°34.33%60.59%
HSB/HSV178°36.51%74.12%
CMYK36.51%0.00%1.06%
25.88%

Color #78BDBB in popluar number systems.

HEX78BDBB
Decimal120189187
Binary11110001011110110111011
Octal170275273

Shades and tints

Shades of #78BDBB

#78BDBB
(120,189,187)
#6EACAA
(110,172,170)
#649B99
(100,155,153)
#5A8A88
(90,138,136)
#507977
(80,121,119)
#466866
(70,104,102)
#3C5755
(60,87,85)
#324644
(50,70,68)
#283533
(40,53,51)
#1E2422
(30,36,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #78BDBB

#78BDBB
(120,189,187)
#84C3C1
(132,195,193)
#90C9C7
(144,201,199)
#9CCFCD
(156,207,205)
#A8D5D3
(168,213,211)
#B4DBD9
(180,219,217)
#C0E1DF
(192,225,223)
#CCE7E5
(204,231,229)
#D8EDEB
(216,237,235)
#E4F3F1
(228,243,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BDBB; }

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

This text font color is #78BDBB.


Background Color

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

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

This div background color is #78BDBB.


Border color

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

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

This div border color is #78BDBB.


Opacity

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

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

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

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

This text has shadow with #78BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BDBB on black background.


Color preview on white background

This text has color #78BDBB on white background.



Black color preview on #78BDBB background

This text has black color on #78BDBB background.


White color preview on #78BDBB background

This text has white color on #78BDBB background.