COLOR #78C08B

HEX: #78C08B RGB: (120,192,139)

Color info

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

RGB color model

#78C08B color RGB value is (120,192,139).

RGB: (120,192,139) (47%, 75%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 192 of 255 = 75%
B 139 of 255 = 55%

120
192
139

R + G + B ~ 59%. #78C08B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 192 + 139 = 451 (100%)
R 120 of 451 ~ 26.61%
G 192 of 451 ~ 42.57%
B 139 of 451 ~ 30.82'%

%26.61
%42.57
%30.82

CMYK color model

#78C08B color CMYK value is (38,0,28,25).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%

CMYK: (38,0,28,25)
C38M0Y28K25 (38%, 0%, 28%, 25%)
(0.38 / 0.00 / 0.28 / 0.25)

CMYK percentages

%37.5
%0
%27.6
%24.71

Codes

Color #78C08B in popluar color models

78 C0 8B
RGB 120 192 139
HSL 136° 36.36% 61.18%
HSB/HSV 136° 37.50% 75.29%
CMYK 37.50% 0.00% 27.60%
24.71%

Color #78C08B in popluar number systems.

HEX 78 C0 8B
Decimal 120 192 139
Binary 1111000 11000000 10001011
Octal 170 300 213

Shades and tints

Shades of #78C08B

#78C08B
(120,192,139)
#6EAF7F
(110,175,127)
#649E73
(100,158,115)
#5A8D67
(90,141,103)
#507C5B
(80,124,91)
#466B4F
(70,107,79)
#3C5A43
(60,90,67)
#324937
(50,73,55)
#28382B
(40,56,43)
#1E271F
(30,39,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78C08B

#78C08B
(120,192,139)
#84C595
(132,197,149)
#90CA9F
(144,202,159)
#9CCFA9
(156,207,169)
#A8D4B3
(168,212,179)
#B4D9BD
(180,217,189)
#C0DEC7
(192,222,199)
#CCE3D1
(204,227,209)
#D8E8DB
(216,232,219)
#E4EDE5
(228,237,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C08B; }

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

This text font color is #78C08B.

Background Color

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

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

This div background color is #78C08B.

Border color

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

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

This div border color is #78C08B.

Opacity

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

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

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

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

This text has shadow with #78C08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C08B.

Preview

Color preview on black background

This text has color #78C08B on black background.


Color preview on white background

This text has color #78C08B on white background.


Black color preview on #78C08B background

This text has black color on #78C08B background.


White color preview on #78C08B background

This text has white color on #78C08B background.


Related colors

Complementary color

Complementary color for #hex is #873F74.


I love getcolorcode.com

Triadic colors

1 #8B78C0 and #C08B78 with #78C08B are triadic colors.

2 #8BC078 and #C0788B with #78C08B are triadic colors.