COLOR #78C09F

HEX: #78C09F
RGB: (120,192,159)

Color info

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

RGB color model

#78C09F color RGB value is (120,192,159).

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

RGB channels and saturation

R 120 of 255 = 47%
G 192 of 255 = 75%
B 159 of 255 = 62%

120
192
159

R + G + B ~ 61%. #78C09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 192 + 159 = 471 (100%)
R 120 of 471 ~ 25.48%
G 192 of 471 ~ 40.76%
B 159 of 471 ~ 33.76%

%25.48
%40.76
%33.76

CMYK color model

#78C09F color CMYK value is (38,0,17,25).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(38,0,17,25)
C38M0Y17K25 
(38%,0%,17%,25%)
(0.38/0.00/0.17/0.25)	

CMYK percentages

%37.5
%0
%17.19
%24.71

Codes

Color #78C09F in popluar color models

78C09F
RGB120192159
HSL153°36.36%61.18%
HSB/HSV153°37.50%75.29%
CMYK37.50%0.00%17.19%
24.71%

Color #78C09F in popluar number systems.

HEX78C09F
Decimal120192159
Binary11110001100000010011111
Octal170300237

Shades and tints

Shades of #78C09F

#78C09F
(120,192,159)
#6EAF91
(110,175,145)
#649E83
(100,158,131)
#5A8D75
(90,141,117)
#507C67
(80,124,103)
#466B59
(70,107,89)
#3C5A4B
(60,90,75)
#32493D
(50,73,61)
#28382F
(40,56,47)
#1E2721
(30,39,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78C09F

#78C09F
(120,192,159)
#84C5A7
(132,197,167)
#90CAAF
(144,202,175)
#9CCFB7
(156,207,183)
#A8D4BF
(168,212,191)
#B4D9C7
(180,217,199)
#C0DECF
(192,222,207)
#CCE3D7
(204,227,215)
#D8E8DF
(216,232,223)
#E4EDE7
(228,237,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C09F; }

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

This text font color is #78C09F.


Background Color

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

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

This div background color is #78C09F.


Border color

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

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

This div border color is #78C09F.


Opacity

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

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

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

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

This text has shadow with #78C09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C09F on black background.


Color preview on white background

This text has color #78C09F on white background.



Black color preview on #78C09F background

This text has black color on #78C09F background.


White color preview on #78C09F background

This text has white color on #78C09F background.