COLOR #78F3EE

HEX: #78F3EE
RGB: (120,243,238)

Color info

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

RGB color model

#78F3EE color RGB value is (120,243,238).

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

RGB channels and saturation

R 120 of 255 = 47%
G 243 of 255 = 95%
B 238 of 255 = 93%

120
243
238

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

Portions of RGB colors in percentages

R + G + B =
120 + 243 + 238 = 601 (100%)
R 120 of 601 ~ 19.97%
G 243 of 601 ~ 40.43%
B 238 of 601 ~ 39.6%

%19.97
%40.43
%39.6

CMYK color model

#78F3EE color CMYK value is (51,0,2,5).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(51,0,2,5)
C51M0Y2K5 
(51%,0%,2%,5%)
(0.51/0.00/0.02/0.05)	

CMYK percentages

%50.62
%0
%2.06
%4.71

Codes

Color #78F3EE in popluar color models

78F3EE
RGB120243238
HSL178°83.67%71.18%
HSB/HSV178°50.62%95.29%
CMYK50.62%0.00%2.06%
4.71%

Color #78F3EE in popluar number systems.

HEX78F3EE
Decimal120243238
Binary11110001111001111101110
Octal170363356

Shades and tints

Shades of #78F3EE

#78F3EE
(120,243,238)
#6EDDD9
(110,221,217)
#64C7C4
(100,199,196)
#5AB1AF
(90,177,175)
#509B9A
(80,155,154)
#468585
(70,133,133)
#3C6F70
(60,111,112)
#32595B
(50,89,91)
#284346
(40,67,70)
#1E2D31
(30,45,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #78F3EE

#78F3EE
(120,243,238)
#84F4EF
(132,244,239)
#90F5F0
(144,245,240)
#9CF6F1
(156,246,241)
#A8F7F2
(168,247,242)
#B4F8F3
(180,248,243)
#C0F9F4
(192,249,244)
#CCFAF5
(204,250,245)
#D8FBF6
(216,251,246)
#E4FCF7
(228,252,247)
#F0FDF8
(240,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78F3EE; }

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

This text font color is #78F3EE.


Background Color

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

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

This div background color is #78F3EE.


Border color

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

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

This div border color is #78F3EE.


Opacity

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

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

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

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

This text has shadow with #78F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F3EE on black background.


Color preview on white background

This text has color #78F3EE on white background.



Black color preview on #78F3EE background

This text has black color on #78F3EE background.


White color preview on #78F3EE background

This text has white color on #78F3EE background.