COLOR #78CFA5

HEX: #78CFA5
RGB: (120,207,165)

Color info

#78CFA5 contains mainly green and blue colors. Web safe color of #78CFA5 is #66CC99 (or #6C9).

RGB color model

#78CFA5 color RGB value is (120,207,165).

  • red value is 120;
  • green value is 207;
  • blue value is 165.
RGB:
(120,207,165)
(47%,81%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 207 of 255 = 81%
B 165 of 255 = 65%

120
207
165

R + G + B ~ 64%. #78CFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 207 + 165 = 492 (100%)
R 120 of 492 ~ 24.39%
G 207 of 492 ~ 42.07%
B 165 of 492 ~ 33.54%

%24.39
%42.07
%33.54

CMYK color model

#78CFA5 color CMYK value is (42,0,20,19).

  • cyan value is 42.03%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 18.82%
CMYK:
(42,0,20,19)
C42M0Y20K19 
(42%,0%,20%,19%)
(0.42/0.00/0.20/0.19)	

CMYK percentages

%42.03
%0
%20.29
%18.82

Codes

Color #78CFA5 in popluar color models

78CFA5
RGB120207165
HSL151°47.54%64.12%
HSB/HSV151°42.03%81.18%
CMYK42.03%0.00%20.29%
18.82%

Color #78CFA5 in popluar number systems.

HEX78CFA5
Decimal120207165
Binary11110001100111110100101
Octal170317245

Shades and tints

Shades of #78CFA5

#78CFA5
(120,207,165)
#6EBD96
(110,189,150)
#64AB87
(100,171,135)
#5A9978
(90,153,120)
#508769
(80,135,105)
#46755A
(70,117,90)
#3C634B
(60,99,75)
#32513C
(50,81,60)
#283F2D
(40,63,45)
#1E2D1E
(30,45,30)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #78CFA5

#78CFA5
(120,207,165)
#84D3AD
(132,211,173)
#90D7B5
(144,215,181)
#9CDBBD
(156,219,189)
#A8DFC5
(168,223,197)
#B4E3CD
(180,227,205)
#C0E7D5
(192,231,213)
#CCEBDD
(204,235,221)
#D8EFE5
(216,239,229)
#E4F3ED
(228,243,237)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CFA5 color. Also use rgb(120,207,165) instead hex code.

Text Font Color

.myTextColor { color: #78CFA5; }

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

This text font color is #78CFA5.


Background Color

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

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

This div background color is #78CFA5.


Border color

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

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

This div border color is #78CFA5.


Opacity

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

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

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

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

This text has shadow with #78CFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CFA5 on black background.


Color preview on white background

This text has color #78CFA5 on white background.



Black color preview on #78CFA5 background

This text has black color on #78CFA5 background.


White color preview on #78CFA5 background

This text has white color on #78CFA5 background.