COLOR #78F2E1

HEX: #78F2E1 RGB: (120,242,225)

Color info

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

RGB color model

#78F2E1 color RGB value is (120,242,225).

RGB: (120,242,225) (47%, 95%, 88%)

RGB channels and saturation

R 120 of 255 = 47%
G 242 of 255 = 95%
B 225 of 255 = 88%

120
242
225

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

Portions of RGB colors in percentages

R + G + B = 120 + 242 + 225 = 587 (100%)
R 120 of 587 ~ 20.44%
G 242 of 587 ~ 41.23%
B 225 of 587 ~ 38.33'%

%20.44
%41.23
%38.33

CMYK color model

#78F2E1 color CMYK value is (50,0,7,5).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 5.10%

CMYK: (50,0,7,5)
C50M0Y7K5 (50%, 0%, 7%, 5%)
(0.50 / 0.00 / 0.07 / 0.05)

CMYK percentages

%50.41
%0
%7.02
%5.1

Codes

Color #78F2E1 in popluar color models

78 F2 E1
RGB 120 242 225
HSL 172° 82.43% 70.98%
HSB/HSV 172° 50.41% 94.90%
CMYK 50.41% 0.00% 7.02%
5.10%

Color #78F2E1 in popluar number systems.

HEX 78 F2 E1
Decimal 120 242 225
Binary 1111000 11110010 11100001
Octal 170 362 341

Shades and tints

Shades of #78F2E1

#78F2E1
(120,242,225)
#6EDCCD
(110,220,205)
#64C6B9
(100,198,185)
#5AB0A5
(90,176,165)
#509A91
(80,154,145)
#46847D
(70,132,125)
#3C6E69
(60,110,105)
#325855
(50,88,85)
#284241
(40,66,65)
#1E2C2D
(30,44,45)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #78F2E1

#78F2E1
(120,242,225)
#84F3E3
(132,243,227)
#90F4E5
(144,244,229)
#9CF5E7
(156,245,231)
#A8F6E9
(168,246,233)
#B4F7EB
(180,247,235)
#C0F8ED
(192,248,237)
#CCF9EF
(204,249,239)
#D8FAF1
(216,250,241)
#E4FBF3
(228,251,243)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F2E1 color. Also use rgb(120,242,225) instead hex code.

Text Font Color

.myTextColor { color: #78F2E1; }

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

This text font color is #78F2E1.

Background Color

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

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

This div background color is #78F2E1.

Border color

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

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

This div border color is #78F2E1.

Opacity

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

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

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

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

This text has shadow with #78F2E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78F2E1.

Preview

Color preview on black background

This text has color #78F2E1 on black background.


Color preview on white background

This text has color #78F2E1 on white background.


Black color preview on #78F2E1 background

This text has black color on #78F2E1 background.


White color preview on #78F2E1 background

This text has white color on #78F2E1 background.


Related colors

Complementary color

Complementary color for #hex is #870D1E.


I love getcolorcode.com

Triadic colors

1 #E178F2 and #F2E178 with #78F2E1 are triadic colors.

2 #E1F278 and #F278E1 with #78F2E1 are triadic colors.