COLOR #78FEFF

HEX: #78FEFF
RGB: (120,254,255)

Color info

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

RGB color model

#78FEFF color RGB value is (120,254,255).

  • red value is 120;
  • green value is 254;
  • blue value is 255.
RGB:
(120,254,255)
(47%,100%,100%)

RGB channels and saturation

R 120 of 255 = 47%
G 254 of 255 = 100%
B 255 of 255 = 100%

120
254
255

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

Portions of RGB colors in percentages

R + G + B =
120 + 254 + 255 = 629 (100%)
R 120 of 629 ~ 19.08%
G 254 of 629 ~ 40.38%
B 255 of 629 ~ 40.54%

%19.08
%40.38
%40.54

CMYK color model

#78FEFF color CMYK value is (53,0,0,0).

  • cyan value is 52.94%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(53,0,0,0)
C53M0Y0K0 
(53%,0%,0%,0%)
(0.53/0.00/0.00/0.00)	

CMYK percentages

%52.94
%0.39
%0
%0

Codes

Color #78FEFF in popluar color models

78FEFF
RGB120254255
HSL180°100.00%73.53%
HSB/HSV180°52.94%100.00%
CMYK52.94%0.39%0.00%
0.00%

Color #78FEFF in popluar number systems.

HEX78FEFF
Decimal120254255
Binary11110001111111011111111
Octal170376377

Shades and tints

Shades of #78FEFF

#78FEFF
(120,254,255)
#6EE7E8
(110,231,232)
#64D0D1
(100,208,209)
#5AB9BA
(90,185,186)
#50A2A3
(80,162,163)
#468B8C
(70,139,140)
#3C7475
(60,116,117)
#325D5E
(50,93,94)
#284647
(40,70,71)
#1E2F30
(30,47,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #78FEFF

#78FEFF
(120,254,255)
#84FEFF
(132,254,255)
#90FEFF
(144,254,255)
#9CFEFF
(156,254,255)
#A8FEFF
(168,254,255)
#B4FEFF
(180,254,255)
#C0FEFF
(192,254,255)
#CCFEFF
(204,254,255)
#D8FEFF
(216,254,255)
#E4FEFF
(228,254,255)
#F0FEFF
(240,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FEFF color. Also use rgb(120,254,255) instead hex code.

Text Font Color

.myTextColor { color: #78FEFF; }

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

This text font color is #78FEFF.


Background Color

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

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

This div background color is #78FEFF.


Border color

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

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

This div border color is #78FEFF.


Opacity

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

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

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

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

This text has shadow with #78FEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FEFF on black background.


Color preview on white background

This text has color #78FEFF on white background.



Black color preview on #78FEFF background

This text has black color on #78FEFF background.


White color preview on #78FEFF background

This text has white color on #78FEFF background.