COLOR #78BDAC

HEX: #78BDAC
RGB: (120,189,172)

Color info

#78BDAC contains mainly green and blue colors. Web safe color of #78BDAC is #66CC99 (or #6C9).

RGB color model

#78BDAC color RGB value is (120,189,172).

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

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 172 of 255 = 67%

120
189
172

R + G + B ~ 63%. #78BDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 189 + 172 = 481 (100%)
R 120 of 481 ~ 24.95%
G 189 of 481 ~ 39.29%
B 172 of 481 ~ 35.76%

%24.95
%39.29
%35.76

CMYK color model

#78BDAC color CMYK value is (37,0,9,26).

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(37,0,9,26)
C37M0Y9K26 
(37%,0%,9%,26%)
(0.37/0.00/0.09/0.26)	

CMYK percentages

%36.51
%0
%8.99
%25.88

Codes

Color #78BDAC in popluar color models

78BDAC
RGB120189172
HSL165°34.33%60.59%
HSB/HSV165°36.51%74.12%
CMYK36.51%0.00%8.99%
25.88%

Color #78BDAC in popluar number systems.

HEX78BDAC
Decimal120189172
Binary11110001011110110101100
Octal170275254

Shades and tints

Shades of #78BDAC

#78BDAC
(120,189,172)
#6EAC9D
(110,172,157)
#649B8E
(100,155,142)
#5A8A7F
(90,138,127)
#507970
(80,121,112)
#466861
(70,104,97)
#3C5752
(60,87,82)
#324643
(50,70,67)
#283534
(40,53,52)
#1E2425
(30,36,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #78BDAC

#78BDAC
(120,189,172)
#84C3B3
(132,195,179)
#90C9BA
(144,201,186)
#9CCFC1
(156,207,193)
#A8D5C8
(168,213,200)
#B4DBCF
(180,219,207)
#C0E1D6
(192,225,214)
#CCE7DD
(204,231,221)
#D8EDE4
(216,237,228)
#E4F3EB
(228,243,235)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BDAC; }

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

This text font color is #78BDAC.


Background Color

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

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

This div background color is #78BDAC.


Border color

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

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

This div border color is #78BDAC.


Opacity

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

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

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

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

This text has shadow with #78BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BDAC on black background.


Color preview on white background

This text has color #78BDAC on white background.



Black color preview on #78BDAC background

This text has black color on #78BDAC background.


White color preview on #78BDAC background

This text has white color on #78BDAC background.