COLOR #78AFA6

HEX: #78AFA6
RGB: (120,175,166)

Color info

#78AFA6 contains red, green and blue colors in about the same proportion. Web safe color of #78AFA6 is #669999 (or #699).

RGB color model

#78AFA6 color RGB value is (120,175,166).

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

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 166 of 255 = 65%

120
175
166

R + G + B ~ 60%. #78AFA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 175 + 166 = 461 (100%)
R 120 of 461 ~ 26.03%
G 175 of 461 ~ 37.96%
B 166 of 461 ~ 36.01%

%26.03
%37.96
%36.01

CMYK color model

#78AFA6 color CMYK value is (31,0,5,31).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(31,0,5,31)
C31M0Y5K31 
(31%,0%,5%,31%)
(0.31/0.00/0.05/0.31)	

CMYK percentages

%31.43
%0
%5.14
%31.37

Codes

Color #78AFA6 in popluar color models

78AFA6
RGB120175166
HSL170°25.58%57.84%
HSB/HSV170°31.43%68.63%
CMYK31.43%0.00%5.14%
31.37%

Color #78AFA6 in popluar number systems.

HEX78AFA6
Decimal120175166
Binary11110001010111110100110
Octal170257246

Shades and tints

Shades of #78AFA6

#78AFA6
(120,175,166)
#6EA097
(110,160,151)
#649188
(100,145,136)
#5A8279
(90,130,121)
#50736A
(80,115,106)
#46645B
(70,100,91)
#3C554C
(60,85,76)
#32463D
(50,70,61)
#28372E
(40,55,46)
#1E281F
(30,40,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #78AFA6

#78AFA6
(120,175,166)
#84B6AE
(132,182,174)
#90BDB6
(144,189,182)
#9CC4BE
(156,196,190)
#A8CBC6
(168,203,198)
#B4D2CE
(180,210,206)
#C0D9D6
(192,217,214)
#CCE0DE
(204,224,222)
#D8E7E6
(216,231,230)
#E4EEEE
(228,238,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AFA6; }

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

This text font color is #78AFA6.


Background Color

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

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

This div background color is #78AFA6.


Border color

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

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

This div border color is #78AFA6.


Opacity

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

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

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

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

This text has shadow with #78AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AFA6 on black background.


Color preview on white background

This text has color #78AFA6 on white background.



Black color preview on #78AFA6 background

This text has black color on #78AFA6 background.


White color preview on #78AFA6 background

This text has white color on #78AFA6 background.