COLOR #78F0CA

HEX: #78F0CA RGB: (120,240,202)

Color info

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

RGB color model

#78F0CA color RGB value is (120,240,202).

RGB: (120,240,202) (47%, 94%, 79%)

RGB channels and saturation

R 120 of 255 = 47%
G 240 of 255 = 94%
B 202 of 255 = 79%

120
240
202

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

Portions of RGB colors in percentages

R + G + B = 120 + 240 + 202 = 562 (100%)
R 120 of 562 ~ 21.35%
G 240 of 562 ~ 42.7%
B 202 of 562 ~ 35.94'%

%21.35
%42.7
%35.94

CMYK color model

#78F0CA color CMYK value is (50,0,16,6).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK: (50,0,16,6) C50M0Y16K6 (50%,0%,16%,6%) (0.50/0.00/0.16/0.06) 

CMYK percentages

%50
%0
%15.83
%5.88

Codes

Color #78F0CA in popluar color models

78 F0 CA
RGB 120 240 202
HSL 161° 80.00% 70.59%
HSB/HSV 161° 50.00% 94.12%
CMYK 50.00% 0.00% 15.83%
5.88%

Color #78F0CA in popluar number systems.

HEX 78 F0 CA
Decimal 120 240 202
Binary 1111000 11110000 11001010
Octal 170 360 312

Shades and tints

Shades of #78F0CA

#78F0CA
(120,240,202)
#6EDBB8
(110,219,184)
#64C6A6
(100,198,166)
#5AB194
(90,177,148)
#509C82
(80,156,130)
#468770
(70,135,112)
#3C725E
(60,114,94)
#325D4C
(50,93,76)
#28483A
(40,72,58)
#1E3328
(30,51,40)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #78F0CA

#78F0CA
(120,240,202)
#84F1CE
(132,241,206)
#90F2D2
(144,242,210)
#9CF3D6
(156,243,214)
#A8F4DA
(168,244,218)
#B4F5DE
(180,245,222)
#C0F6E2
(192,246,226)
#CCF7E6
(204,247,230)
#D8F8EA
(216,248,234)
#E4F9EE
(228,249,238)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78F0CA; }

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

This text font color is #78F0CA.

Background Color

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

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

This div background color is #78F0CA.

Border color

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

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

This div border color is #78F0CA.

Opacity

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

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

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

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

This text has shadow with #78F0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78F0CA.

Preview

Color preview on black background

This text has color #78F0CA on black background.


Color preview on white background

This text has color #78F0CA on white background.


Black color preview on #78F0CA background

This text has black color on #78F0CA background.


White color preview on #78F0CA background

This text has white color on #78F0CA background.


Related colors

Complementary color

Complementary color for #hex is #870F35.


I love getcolorcode.com

Triadic colors

1 #CA78F0 and #F0CA78 with #78F0CA are triadic colors.

2 #CAF078 and #F078CA with #78F0CA are triadic colors.