COLOR #78F6B0

HEX: #78F6B0
RGB: (120,246,176)

Color info

#78F6B0 contains mainly green color. Web safe color of #78F6B0 is #66FF99 (or #6F9).

RGB color model

#78F6B0 color RGB value is (120,246,176).

  • red value is 120;
  • green value is 246;
  • blue value is 176.
RGB:
(120,246,176)
(47%,96%,69%)

RGB channels and saturation

R 120 of 255 = 47%
G 246 of 255 = 96%
B 176 of 255 = 69%

120
246
176

R + G + B ~ 71%. #78F6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 246 + 176 = 542 (100%)
R 120 of 542 ~ 22.14%
G 246 of 542 ~ 45.39%
B 176 of 542 ~ 32.47%

%22.14
%45.39
%32.47

CMYK color model

#78F6B0 color CMYK value is (51,0,28,4).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 3.53%
CMYK:
(51,0,28,4)
C51M0Y28K4 
(51%,0%,28%,4%)
(0.51/0.00/0.28/0.04)	

CMYK percentages

%51.22
%0
%28.46
%3.53

Codes

Color #78F6B0 in popluar color models

78F6B0
RGB120246176
HSL147°87.50%71.76%
HSB/HSV147°51.22%96.47%
CMYK51.22%0.00%28.46%
3.53%

Color #78F6B0 in popluar number systems.

HEX78F6B0
Decimal120246176
Binary11110001111011010110000
Octal170366260

Shades and tints

Shades of #78F6B0

#78F6B0
(120,246,176)
#6EE0A0
(110,224,160)
#64CA90
(100,202,144)
#5AB480
(90,180,128)
#509E70
(80,158,112)
#468860
(70,136,96)
#3C7250
(60,114,80)
#325C40
(50,92,64)
#284630
(40,70,48)
#1E3020
(30,48,32)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #78F6B0

#78F6B0
(120,246,176)
#84F6B7
(132,246,183)
#90F6BE
(144,246,190)
#9CF6C5
(156,246,197)
#A8F6CC
(168,246,204)
#B4F6D3
(180,246,211)
#C0F6DA
(192,246,218)
#CCF6E1
(204,246,225)
#D8F6E8
(216,246,232)
#E4F6EF
(228,246,239)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F6B0 color. Also use rgb(120,246,176) instead hex code.

Text Font Color

.myTextColor { color: #78F6B0; }

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

This text font color is #78F6B0.


Background Color

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

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

This div background color is #78F6B0.


Border color

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

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

This div border color is #78F6B0.


Opacity

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

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

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

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

This text has shadow with #78F6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F6B0 on black background.


Color preview on white background

This text has color #78F6B0 on white background.



Black color preview on #78F6B0 background

This text has black color on #78F6B0 background.


White color preview on #78F6B0 background

This text has white color on #78F6B0 background.