COLOR #78F3C5

HEX: #78F3C5
RGB: (120,243,197)

Color info

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

RGB color model

#78F3C5 color RGB value is (120,243,197).

  • red value is 120;
  • green value is 243;
  • blue value is 197.
RGB:
(120,243,197)
(47%,95%,77%)

RGB channels and saturation

R 120 of 255 = 47%
G 243 of 255 = 95%
B 197 of 255 = 77%

120
243
197

R + G + B ~ 73%. #78F3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 243 + 197 = 560 (100%)
R 120 of 560 ~ 21.43%
G 243 of 560 ~ 43.39%
B 197 of 560 ~ 35.18%

%21.43
%43.39
%35.18

CMYK color model

#78F3C5 color CMYK value is (51,0,19,5).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 4.71%
CMYK:
(51,0,19,5)
C51M0Y19K5 
(51%,0%,19%,5%)
(0.51/0.00/0.19/0.05)	

CMYK percentages

%50.62
%0
%18.93
%4.71

Codes

Color #78F3C5 in popluar color models

78F3C5
RGB120243197
HSL158°83.67%71.18%
HSB/HSV158°50.62%95.29%
CMYK50.62%0.00%18.93%
4.71%

Color #78F3C5 in popluar number systems.

HEX78F3C5
Decimal120243197
Binary11110001111001111000101
Octal170363305

Shades and tints

Shades of #78F3C5

#78F3C5
(120,243,197)
#6EDDB4
(110,221,180)
#64C7A3
(100,199,163)
#5AB192
(90,177,146)
#509B81
(80,155,129)
#468570
(70,133,112)
#3C6F5F
(60,111,95)
#32594E
(50,89,78)
#28433D
(40,67,61)
#1E2D2C
(30,45,44)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #78F3C5

#78F3C5
(120,243,197)
#84F4CA
(132,244,202)
#90F5CF
(144,245,207)
#9CF6D4
(156,246,212)
#A8F7D9
(168,247,217)
#B4F8DE
(180,248,222)
#C0F9E3
(192,249,227)
#CCFAE8
(204,250,232)
#D8FBED
(216,251,237)
#E4FCF2
(228,252,242)
#F0FDF7
(240,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78F3C5; }

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

This text font color is #78F3C5.


Background Color

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

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

This div background color is #78F3C5.


Border color

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

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

This div border color is #78F3C5.


Opacity

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

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

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

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

This text has shadow with #78F3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F3C5 on black background.


Color preview on white background

This text has color #78F3C5 on white background.



Black color preview on #78F3C5 background

This text has black color on #78F3C5 background.


White color preview on #78F3C5 background

This text has white color on #78F3C5 background.