COLOR #78BCA8

HEX: #78BCA8
RGB: (120,188,168)

Color info

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

RGB color model

#78BCA8 color RGB value is (120,188,168).

  • red value is 120;
  • green value is 188;
  • blue value is 168.
RGB:
(120,188,168)
(47%,74%,66%)

RGB channels and saturation

R 120 of 255 = 47%
G 188 of 255 = 74%
B 168 of 255 = 66%

120
188
168

R + G + B ~ 62%. #78BCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 188 + 168 = 476 (100%)
R 120 of 476 ~ 25.21%
G 188 of 476 ~ 39.5%
B 168 of 476 ~ 35.29%

%25.21
%39.5
%35.29

CMYK color model

#78BCA8 color CMYK value is (36,0,11,26).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(36,0,11,26)
C36M0Y11K26 
(36%,0%,11%,26%)
(0.36/0.00/0.11/0.26)	

CMYK percentages

%36.17
%0
%10.64
%26.27

Codes

Color #78BCA8 in popluar color models

78BCA8
RGB120188168
HSL162°33.66%60.39%
HSB/HSV162°36.17%73.73%
CMYK36.17%0.00%10.64%
26.27%

Color #78BCA8 in popluar number systems.

HEX78BCA8
Decimal120188168
Binary11110001011110010101000
Octal170274250

Shades and tints

Shades of #78BCA8

#78BCA8
(120,188,168)
#6EAB99
(110,171,153)
#649A8A
(100,154,138)
#5A897B
(90,137,123)
#50786C
(80,120,108)
#46675D
(70,103,93)
#3C564E
(60,86,78)
#32453F
(50,69,63)
#283430
(40,52,48)
#1E2321
(30,35,33)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78BCA8

#78BCA8
(120,188,168)
#84C2AF
(132,194,175)
#90C8B6
(144,200,182)
#9CCEBD
(156,206,189)
#A8D4C4
(168,212,196)
#B4DACB
(180,218,203)
#C0E0D2
(192,224,210)
#CCE6D9
(204,230,217)
#D8ECE0
(216,236,224)
#E4F2E7
(228,242,231)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BCA8 color. Also use rgb(120,188,168) instead hex code.

Text Font Color

.myTextColor { color: #78BCA8; }

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

This text font color is #78BCA8.


Background Color

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

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

This div background color is #78BCA8.


Border color

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

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

This div border color is #78BCA8.


Opacity

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

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

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

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

This text has shadow with #78BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BCA8 on black background.


Color preview on white background

This text has color #78BCA8 on white background.



Black color preview on #78BCA8 background

This text has black color on #78BCA8 background.


White color preview on #78BCA8 background

This text has white color on #78BCA8 background.