COLOR #78FACA

HEX: #78FACA
RGB: (120,250,202)

Color info

#78FACA contains mainly green and blue colors. Web safe color of #78FACA is #66FFCC (or #6FC).

RGB color model

#78FACA color RGB value is (120,250,202).

  • red value is 120;
  • green value is 250;
  • blue value is 202.
RGB:
(120,250,202)
(47%,98%,79%)

RGB channels and saturation

R 120 of 255 = 47%
G 250 of 255 = 98%
B 202 of 255 = 79%

120
250
202

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

Portions of RGB colors in percentages

R + G + B =
120 + 250 + 202 = 572 (100%)
R 120 of 572 ~ 20.98%
G 250 of 572 ~ 43.71%
B 202 of 572 ~ 35.31%

%20.98
%43.71
%35.31

CMYK color model

#78FACA color CMYK value is (52,0,19,2).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(52,0,19,2)
C52M0Y19K2 
(52%,0%,19%,2%)
(0.52/0.00/0.19/0.02)	

CMYK percentages

%52
%0
%19.2
%1.96

Codes

Color #78FACA in popluar color models

78FACA
RGB120250202
HSL158°92.86%72.55%
HSB/HSV158°52.00%98.04%
CMYK52.00%0.00%19.20%
1.96%

Color #78FACA in popluar number systems.

HEX78FACA
Decimal120250202
Binary11110001111101011001010
Octal170372312

Shades and tints

Shades of #78FACA

#78FACA
(120,250,202)
#6EE4B8
(110,228,184)
#64CEA6
(100,206,166)
#5AB894
(90,184,148)
#50A282
(80,162,130)
#468C70
(70,140,112)
#3C765E
(60,118,94)
#32604C
(50,96,76)
#284A3A
(40,74,58)
#1E3428
(30,52,40)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #78FACA

#78FACA
(120,250,202)
#84FACE
(132,250,206)
#90FAD2
(144,250,210)
#9CFAD6
(156,250,214)
#A8FADA
(168,250,218)
#B4FADE
(180,250,222)
#C0FAE2
(192,250,226)
#CCFAE6
(204,250,230)
#D8FAEA
(216,250,234)
#E4FAEE
(228,250,238)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FACA color. Also use rgb(120,250,202) instead hex code.

Text Font Color

.myTextColor { color: #78FACA; }

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

This text font color is #78FACA.


Background Color

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

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

This div background color is #78FACA.


Border color

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

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

This div border color is #78FACA.


Opacity

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

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

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

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

This text has shadow with #78FACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FACA on black background.


Color preview on white background

This text has color #78FACA on white background.



Black color preview on #78FACA background

This text has black color on #78FACA background.


White color preview on #78FACA background

This text has white color on #78FACA background.