COLOR #78CDAF

HEX: #78CDAF
RGB: (120,205,175)

Color info

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

RGB color model

#78CDAF color RGB value is (120,205,175).

  • red value is 120;
  • green value is 205;
  • blue value is 175.
RGB:
(120,205,175)
(47%,80%,69%)

RGB channels and saturation

R 120 of 255 = 47%
G 205 of 255 = 80%
B 175 of 255 = 69%

120
205
175

R + G + B ~ 65%. #78CDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 205 + 175 = 500 (100%)
R 120 of 500 ~ 24%
G 205 of 500 ~ 41%
B 175 of 500 ~ 35%

%24
%41
%35

CMYK color model

#78CDAF color CMYK value is (41,0,15,20).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 19.61%
CMYK:
(41,0,15,20)
C41M0Y15K20 
(41%,0%,15%,20%)
(0.41/0.00/0.15/0.20)	

CMYK percentages

%41.46
%0
%14.63
%19.61

Codes

Color #78CDAF in popluar color models

78CDAF
RGB120205175
HSL159°45.95%63.73%
HSB/HSV159°41.46%80.39%
CMYK41.46%0.00%14.63%
19.61%

Color #78CDAF in popluar number systems.

HEX78CDAF
Decimal120205175
Binary11110001100110110101111
Octal170315257

Shades and tints

Shades of #78CDAF

#78CDAF
(120,205,175)
#6EBBA0
(110,187,160)
#64A991
(100,169,145)
#5A9782
(90,151,130)
#508573
(80,133,115)
#467364
(70,115,100)
#3C6155
(60,97,85)
#324F46
(50,79,70)
#283D37
(40,61,55)
#1E2B28
(30,43,40)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #78CDAF

#78CDAF
(120,205,175)
#84D1B6
(132,209,182)
#90D5BD
(144,213,189)
#9CD9C4
(156,217,196)
#A8DDCB
(168,221,203)
#B4E1D2
(180,225,210)
#C0E5D9
(192,229,217)
#CCE9E0
(204,233,224)
#D8EDE7
(216,237,231)
#E4F1EE
(228,241,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CDAF color. Also use rgb(120,205,175) instead hex code.

Text Font Color

.myTextColor { color: #78CDAF; }

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

This text font color is #78CDAF.


Background Color

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

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

This div background color is #78CDAF.


Border color

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

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

This div border color is #78CDAF.


Opacity

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

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

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

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

This text has shadow with #78CDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CDAF on black background.


Color preview on white background

This text has color #78CDAF on white background.



Black color preview on #78CDAF background

This text has black color on #78CDAF background.


White color preview on #78CDAF background

This text has white color on #78CDAF background.