COLOR #78F4E8

HEX: #78F4E8
RGB: (120,244,232)

Color info

#78F4E8 contains mainly green and blue colors. Web safe color of #78F4E8 is #66FFFF (or #6FF).

RGB color model

#78F4E8 color RGB value is (120,244,232).

  • red value is 120;
  • green value is 244;
  • blue value is 232.
RGB:
(120,244,232)
(47%,96%,91%)

RGB channels and saturation

R 120 of 255 = 47%
G 244 of 255 = 96%
B 232 of 255 = 91%

120
244
232

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

Portions of RGB colors in percentages

R + G + B =
120 + 244 + 232 = 596 (100%)
R 120 of 596 ~ 20.13%
G 244 of 596 ~ 40.94%
B 232 of 596 ~ 38.93%

%20.13
%40.94
%38.93

CMYK color model

#78F4E8 color CMYK value is (51,0,5,4).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 4.31%
CMYK:
(51,0,5,4)
C51M0Y5K4 
(51%,0%,5%,4%)
(0.51/0.00/0.05/0.04)	

CMYK percentages

%50.82
%0
%4.92
%4.31

Codes

Color #78F4E8 in popluar color models

78F4E8
RGB120244232
HSL174°84.93%71.37%
HSB/HSV174°50.82%95.69%
CMYK50.82%0.00%4.92%
4.31%

Color #78F4E8 in popluar number systems.

HEX78F4E8
Decimal120244232
Binary11110001111010011101000
Octal170364350

Shades and tints

Shades of #78F4E8

#78F4E8
(120,244,232)
#6EDED3
(110,222,211)
#64C8BE
(100,200,190)
#5AB2A9
(90,178,169)
#509C94
(80,156,148)
#46867F
(70,134,127)
#3C706A
(60,112,106)
#325A55
(50,90,85)
#284440
(40,68,64)
#1E2E2B
(30,46,43)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #78F4E8

#78F4E8
(120,244,232)
#84F5EA
(132,245,234)
#90F6EC
(144,246,236)
#9CF7EE
(156,247,238)
#A8F8F0
(168,248,240)
#B4F9F2
(180,249,242)
#C0FAF4
(192,250,244)
#CCFBF6
(204,251,246)
#D8FCF8
(216,252,248)
#E4FDFA
(228,253,250)
#F0FEFC
(240,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F4E8 color. Also use rgb(120,244,232) instead hex code.

Text Font Color

.myTextColor { color: #78F4E8; }

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

This text font color is #78F4E8.


Background Color

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

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

This div background color is #78F4E8.


Border color

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

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

This div border color is #78F4E8.


Opacity

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

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

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

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

This text has shadow with #78F4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F4E8 on black background.


Color preview on white background

This text has color #78F4E8 on white background.



Black color preview on #78F4E8 background

This text has black color on #78F4E8 background.


White color preview on #78F4E8 background

This text has white color on #78F4E8 background.