COLOR #78C9B3

HEX: #78C9B3
RGB: (120,201,179)

Color info

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

RGB color model

#78C9B3 color RGB value is (120,201,179).

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

RGB channels and saturation

R 120 of 255 = 47%
G 201 of 255 = 79%
B 179 of 255 = 70%

120
201
179

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

Portions of RGB colors in percentages

R + G + B =
120 + 201 + 179 = 500 (100%)
R 120 of 500 ~ 24%
G 201 of 500 ~ 40.2%
B 179 of 500 ~ 35.8%

%24
%40.2
%35.8

CMYK color model

#78C9B3 color CMYK value is (40,0,11,21).

  • cyan value is 40.30%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 21.18%
CMYK:
(40,0,11,21)
C40M0Y11K21 
(40%,0%,11%,21%)
(0.40/0.00/0.11/0.21)	

CMYK percentages

%40.3
%0
%10.95
%21.18

Codes

Color #78C9B3 in popluar color models

78C9B3
RGB120201179
HSL164°42.86%62.94%
HSB/HSV164°40.30%78.82%
CMYK40.30%0.00%10.95%
21.18%

Color #78C9B3 in popluar number systems.

HEX78C9B3
Decimal120201179
Binary11110001100100110110011
Octal170311263

Shades and tints

Shades of #78C9B3

#78C9B3
(120,201,179)
#6EB7A3
(110,183,163)
#64A593
(100,165,147)
#5A9383
(90,147,131)
#508173
(80,129,115)
#466F63
(70,111,99)
#3C5D53
(60,93,83)
#324B43
(50,75,67)
#283933
(40,57,51)
#1E2723
(30,39,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #78C9B3

#78C9B3
(120,201,179)
#84CDB9
(132,205,185)
#90D1BF
(144,209,191)
#9CD5C5
(156,213,197)
#A8D9CB
(168,217,203)
#B4DDD1
(180,221,209)
#C0E1D7
(192,225,215)
#CCE5DD
(204,229,221)
#D8E9E3
(216,233,227)
#E4EDE9
(228,237,233)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C9B3; }

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

This text font color is #78C9B3.


Background Color

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

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

This div background color is #78C9B3.


Border color

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

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

This div border color is #78C9B3.


Opacity

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

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

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

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

This text has shadow with #78C9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C9B3 on black background.


Color preview on white background

This text has color #78C9B3 on white background.



Black color preview on #78C9B3 background

This text has black color on #78C9B3 background.


White color preview on #78C9B3 background

This text has white color on #78C9B3 background.