COLOR #78C0B3

HEX: #78C0B3
RGB: (120,192,179)

Color info

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

RGB color model

#78C0B3 color RGB value is (120,192,179).

  • red value is 120;
  • green value is 192;
  • blue value is 179.
RGB:
(120,192,179)
(47%,75%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 192 of 255 = 75%
B 179 of 255 = 70%

120
192
179

R + G + B ~ 64%. #78C0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 192 + 179 = 491 (100%)
R 120 of 491 ~ 24.44%
G 192 of 491 ~ 39.1%
B 179 of 491 ~ 36.46%

%24.44
%39.1
%36.46

CMYK color model

#78C0B3 color CMYK value is (38,0,7,25).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 24.71%
CMYK:
(38,0,7,25)
C38M0Y7K25 
(38%,0%,7%,25%)
(0.38/0.00/0.07/0.25)	

CMYK percentages

%37.5
%0
%6.77
%24.71

Codes

Color #78C0B3 in popluar color models

78C0B3
RGB120192179
HSL169°36.36%61.18%
HSB/HSV169°37.50%75.29%
CMYK37.50%0.00%6.77%
24.71%

Color #78C0B3 in popluar number systems.

HEX78C0B3
Decimal120192179
Binary11110001100000010110011
Octal170300263

Shades and tints

Shades of #78C0B3

#78C0B3
(120,192,179)
#6EAFA3
(110,175,163)
#649E93
(100,158,147)
#5A8D83
(90,141,131)
#507C73
(80,124,115)
#466B63
(70,107,99)
#3C5A53
(60,90,83)
#324943
(50,73,67)
#283833
(40,56,51)
#1E2723
(30,39,35)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78C0B3

#78C0B3
(120,192,179)
#84C5B9
(132,197,185)
#90CABF
(144,202,191)
#9CCFC5
(156,207,197)
#A8D4CB
(168,212,203)
#B4D9D1
(180,217,209)
#C0DED7
(192,222,215)
#CCE3DD
(204,227,221)
#D8E8E3
(216,232,227)
#E4EDE9
(228,237,233)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C0B3 color. Also use rgb(120,192,179) instead hex code.

Text Font Color

.myTextColor { color: #78C0B3; }

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

This text font color is #78C0B3.


Background Color

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

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

This div background color is #78C0B3.


Border color

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

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

This div border color is #78C0B3.


Opacity

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

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

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

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

This text has shadow with #78C0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C0B3 on black background.


Color preview on white background

This text has color #78C0B3 on white background.



Black color preview on #78C0B3 background

This text has black color on #78C0B3 background.


White color preview on #78C0B3 background

This text has white color on #78C0B3 background.