COLOR #78F6FF

HEX: #78F6FF
RGB: (120,246,255)

Color info

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

RGB color model

#78F6FF color RGB value is (120,246,255).

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

RGB channels and saturation

R 120 of 255 = 47%
G 246 of 255 = 96%
B 255 of 255 = 100%

120
246
255

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

Portions of RGB colors in percentages

R + G + B =
120 + 246 + 255 = 621 (100%)
R 120 of 621 ~ 19.32%
G 246 of 621 ~ 39.61%
B 255 of 621 ~ 41.06%

%19.32
%39.61
%41.06

CMYK color model

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

  • cyan value is 52.94%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(53,4,0,0)
C53M4Y0K0 
(53%,4%,0%,0%)
(0.53/0.04/0.00/0.00)	

CMYK percentages

%52.94
%3.53
%0
%0

Codes

Color #78F6FF in popluar color models

78F6FF
RGB120246255
HSL184°100.00%73.53%
HSB/HSV184°52.94%100.00%
CMYK52.94%3.53%0.00%
0.00%

Color #78F6FF in popluar number systems.

HEX78F6FF
Decimal120246255
Binary11110001111011011111111
Octal170366377

Shades and tints

Shades of #78F6FF

#78F6FF
(120,246,255)
#6EE0E8
(110,224,232)
#64CAD1
(100,202,209)
#5AB4BA
(90,180,186)
#509EA3
(80,158,163)
#46888C
(70,136,140)
#3C7275
(60,114,117)
#325C5E
(50,92,94)
#284647
(40,70,71)
#1E3030
(30,48,48)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #78F6FF

#78F6FF
(120,246,255)
#84F6FF
(132,246,255)
#90F6FF
(144,246,255)
#9CF6FF
(156,246,255)
#A8F6FF
(168,246,255)
#B4F6FF
(180,246,255)
#C0F6FF
(192,246,255)
#CCF6FF
(204,246,255)
#D8F6FF
(216,246,255)
#E4F6FF
(228,246,255)
#F0F6FF
(240,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78F6FF; }

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

This text font color is #78F6FF.


Background Color

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

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

This div background color is #78F6FF.


Border color

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

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

This div border color is #78F6FF.


Opacity

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

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

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

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

This text has shadow with #78F6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F6FF on black background.


Color preview on white background

This text has color #78F6FF on white background.



Black color preview on #78F6FF background

This text has black color on #78F6FF background.


White color preview on #78F6FF background

This text has white color on #78F6FF background.