COLOR #78F7C5

HEX: #78F7C5 RGB: (120,247,197)

Color info

#78F7C5 contains mainly green and blue colors. Web safe color of #78F7C5 is #66FFCC (or #6FC).

RGB color model

#78F7C5 color RGB value is (120,247,197).

RGB: (120,247,197) (47%, 97%, 77%)

RGB channels and saturation

R 120 of 255 = 47%
G 247 of 255 = 97%
B 197 of 255 = 77%

120
247
197

R + G + B ~ 74%. #78F7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 247 + 197 = 564 (100%)
R 120 of 564 ~ 21.28%
G 247 of 564 ~ 43.79%
B 197 of 564 ~ 34.93'%

%21.28
%43.79
%34.93

CMYK color model

#78F7C5 color CMYK value is (51,0,20,3).

  • cyan value is 51.42%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK: (51,0,20,3) C51M0Y20K3 (51%,0%,20%,3%) (0.51/0.00/0.20/0.03) 

CMYK percentages

%51.42
%0
%20.24
%3.14

Codes

Color #78F7C5 in popluar color models

78 F7 C5
RGB 120 247 197
HSL 156° 88.81% 71.96%
HSB/HSV 156° 51.42% 96.86%
CMYK 51.42% 0.00% 20.24%
3.14%

Color #78F7C5 in popluar number systems.

HEX 78 F7 C5
Decimal 120 247 197
Binary 1111000 11110111 11000101
Octal 170 367 305

Shades and tints

Shades of #78F7C5

#78F7C5
(120,247,197)
#6EE1B4
(110,225,180)
#64CBA3
(100,203,163)
#5AB592
(90,181,146)
#509F81
(80,159,129)
#468970
(70,137,112)
#3C735F
(60,115,95)
#325D4E
(50,93,78)
#28473D
(40,71,61)
#1E312C
(30,49,44)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #78F7C5

#78F7C5
(120,247,197)
#84F7CA
(132,247,202)
#90F7CF
(144,247,207)
#9CF7D4
(156,247,212)
#A8F7D9
(168,247,217)
#B4F7DE
(180,247,222)
#C0F7E3
(192,247,227)
#CCF7E8
(204,247,232)
#D8F7ED
(216,247,237)
#E4F7F2
(228,247,242)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F7C5 color. Also use rgb(120,247,197) instead hex code.

Text Font Color

.myTextColor { color: #78F7C5; }

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

This text font color is #78F7C5.

Background Color

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

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

This div background color is #78F7C5.

Border color

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

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

This div border color is #78F7C5.

Opacity

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

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

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

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

This text has shadow with #78F7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78F7C5.

Preview

Color preview on black background

This text has color #78F7C5 on black background.


Color preview on white background

This text has color #78F7C5 on white background.


Black color preview on #78F7C5 background

This text has black color on #78F7C5 background.


White color preview on #78F7C5 background

This text has white color on #78F7C5 background.


Related colors

Complementary color

Complementary color for #hex is #87083A.


I love getcolorcode.com

Triadic colors

1 #C578F7 and #F7C578 with #78F7C5 are triadic colors.

2 #C5F778 and #F778C5 with #78F7C5 are triadic colors.