COLOR #78C3B7

HEX: #78C3B7
RGB: (120,195,183)

Color info

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

RGB color model

#78C3B7 color RGB value is (120,195,183).

  • red value is 120;
  • green value is 195;
  • blue value is 183.
RGB:
(120,195,183)
(47%,76%,72%)

RGB channels and saturation

R 120 of 255 = 47%
G 195 of 255 = 76%
B 183 of 255 = 72%

120
195
183

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

Portions of RGB colors in percentages

R + G + B =
120 + 195 + 183 = 498 (100%)
R 120 of 498 ~ 24.1%
G 195 of 498 ~ 39.16%
B 183 of 498 ~ 36.75%

%24.1
%39.16
%36.75

CMYK color model

#78C3B7 color CMYK value is (38,0,6,24).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 23.53%
CMYK:
(38,0,6,24)
C38M0Y6K24 
(38%,0%,6%,24%)
(0.38/0.00/0.06/0.24)	

CMYK percentages

%38.46
%0
%6.15
%23.53

Codes

Color #78C3B7 in popluar color models

78C3B7
RGB120195183
HSL170°38.46%61.76%
HSB/HSV170°38.46%76.47%
CMYK38.46%0.00%6.15%
23.53%

Color #78C3B7 in popluar number systems.

HEX78C3B7
Decimal120195183
Binary11110001100001110110111
Octal170303267

Shades and tints

Shades of #78C3B7

#78C3B7
(120,195,183)
#6EB2A7
(110,178,167)
#64A197
(100,161,151)
#5A9087
(90,144,135)
#507F77
(80,127,119)
#466E67
(70,110,103)
#3C5D57
(60,93,87)
#324C47
(50,76,71)
#283B37
(40,59,55)
#1E2A27
(30,42,39)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #78C3B7

#78C3B7
(120,195,183)
#84C8BD
(132,200,189)
#90CDC3
(144,205,195)
#9CD2C9
(156,210,201)
#A8D7CF
(168,215,207)
#B4DCD5
(180,220,213)
#C0E1DB
(192,225,219)
#CCE6E1
(204,230,225)
#D8EBE7
(216,235,231)
#E4F0ED
(228,240,237)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C3B7 color. Also use rgb(120,195,183) instead hex code.

Text Font Color

.myTextColor { color: #78C3B7; }

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

This text font color is #78C3B7.


Background Color

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

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

This div background color is #78C3B7.


Border color

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

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

This div border color is #78C3B7.


Opacity

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

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

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

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

This text has shadow with #78C3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C3B7 on black background.


Color preview on white background

This text has color #78C3B7 on white background.



Black color preview on #78C3B7 background

This text has black color on #78C3B7 background.


White color preview on #78C3B7 background

This text has white color on #78C3B7 background.