COLOR #78C3A9

HEX: #78C3A9
RGB: (120,195,169)

Color info

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

RGB color model

#78C3A9 color RGB value is (120,195,169).

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

RGB channels and saturation

R 120 of 255 = 47%
G 195 of 255 = 76%
B 169 of 255 = 66%

120
195
169

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

Portions of RGB colors in percentages

R + G + B =
120 + 195 + 169 = 484 (100%)
R 120 of 484 ~ 24.79%
G 195 of 484 ~ 40.29%
B 169 of 484 ~ 34.92%

%24.79
%40.29
%34.92

CMYK color model

#78C3A9 color CMYK value is (38,0,13,24).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 23.53%
CMYK:
(38,0,13,24)
C38M0Y13K24 
(38%,0%,13%,24%)
(0.38/0.00/0.13/0.24)	

CMYK percentages

%38.46
%0
%13.33
%23.53

Codes

Color #78C3A9 in popluar color models

78C3A9
RGB120195169
HSL159°38.46%61.76%
HSB/HSV159°38.46%76.47%
CMYK38.46%0.00%13.33%
23.53%

Color #78C3A9 in popluar number systems.

HEX78C3A9
Decimal120195169
Binary11110001100001110101001
Octal170303251

Shades and tints

Shades of #78C3A9

#78C3A9
(120,195,169)
#6EB29A
(110,178,154)
#64A18B
(100,161,139)
#5A907C
(90,144,124)
#507F6D
(80,127,109)
#466E5E
(70,110,94)
#3C5D4F
(60,93,79)
#324C40
(50,76,64)
#283B31
(40,59,49)
#1E2A22
(30,42,34)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #78C3A9

#78C3A9
(120,195,169)
#84C8B0
(132,200,176)
#90CDB7
(144,205,183)
#9CD2BE
(156,210,190)
#A8D7C5
(168,215,197)
#B4DCCC
(180,220,204)
#C0E1D3
(192,225,211)
#CCE6DA
(204,230,218)
#D8EBE1
(216,235,225)
#E4F0E8
(228,240,232)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C3A9; }

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

This text font color is #78C3A9.


Background Color

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

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

This div background color is #78C3A9.


Border color

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

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

This div border color is #78C3A9.


Opacity

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

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

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

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

This text has shadow with #78C3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C3A9 on black background.


Color preview on white background

This text has color #78C3A9 on white background.



Black color preview on #78C3A9 background

This text has black color on #78C3A9 background.


White color preview on #78C3A9 background

This text has white color on #78C3A9 background.