COLOR #78C496

HEX: #78C496 RGB: (120,196,150)

Color info

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

RGB color model

#78C496 color RGB value is (120,196,150).

RGB: (120,196,150) (47%, 77%, 59%)

RGB channels and saturation

R 120 of 255 = 47%
G 196 of 255 = 77%
B 150 of 255 = 59%

120
196
150

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

Portions of RGB colors in percentages

R + G + B = 120 + 196 + 150 = 466 (100%)
R 120 of 466 ~ 25.75%
G 196 of 466 ~ 42.06%
B 150 of 466 ~ 32.19'%

%25.75
%42.06
%32.19

CMYK color model

#78C496 color CMYK value is (39,0,23,23).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%

CMYK: (39,0,23,23)
C39M0Y23K23 (39%, 0%, 23%, 23%)
(0.39 / 0.00 / 0.23 / 0.23)

CMYK percentages

%38.78
%0
%23.47
%23.14

Codes

Color #78C496 in popluar color models

78 C4 96
RGB 120 196 150
HSL 144° 39.18% 61.96%
HSB/HSV 144° 38.78% 76.86%
CMYK 38.78% 0.00% 23.47%
23.14%

Color #78C496 in popluar number systems.

HEX 78 C4 96
Decimal 120 196 150
Binary 1111000 11000100 10010110
Octal 170 304 226

Shades and tints

Shades of #78C496

#78C496
(120,196,150)
#6EB389
(110,179,137)
#64A27C
(100,162,124)
#5A916F
(90,145,111)
#508062
(80,128,98)
#466F55
(70,111,85)
#3C5E48
(60,94,72)
#324D3B
(50,77,59)
#283C2E
(40,60,46)
#1E2B21
(30,43,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #78C496

#78C496
(120,196,150)
#84C99F
(132,201,159)
#90CEA8
(144,206,168)
#9CD3B1
(156,211,177)
#A8D8BA
(168,216,186)
#B4DDC3
(180,221,195)
#C0E2CC
(192,226,204)
#CCE7D5
(204,231,213)
#D8ECDE
(216,236,222)
#E4F1E7
(228,241,231)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C496 color. Also use rgb(120,196,150) instead hex code.

Text Font Color

.myTextColor { color: #78C496; }

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

This text font color is #78C496.

Background Color

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

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

This div background color is #78C496.

Border color

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

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

This div border color is #78C496.

Opacity

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

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

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

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

This text has shadow with #78C496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C496.

Preview

Color preview on black background

This text has color #78C496 on black background.


Color preview on white background

This text has color #78C496 on white background.


Black color preview on #78C496 background

This text has black color on #78C496 background.


White color preview on #78C496 background

This text has white color on #78C496 background.


Related colors

Complementary color

Complementary color for #hex is #873B69.


I love getcolorcode.com

Triadic colors

1 #9678C4 and #C49678 with #78C496 are triadic colors.

2 #96C478 and #C47896 with #78C496 are triadic colors.