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).

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

78 AF A6
RGB 120 175 166
HSL 170° 25.58% 57.84%
HSB/HSV 170° 31.43% 68.63%
CMYK 31.43% 0.00% 5.14%
31.37%

Color #78AFA6 in popluar number systems.

HEX 78 AF A6
Decimal 120 175 166
Binary 1111000 10101111 10100110
Octal 170 257 246

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.


Related colors

Complementary color

Complementary color for #hex is #875059.


I love getcolorcode.com

Triadic colors

1 #A678AF and #AFA678 with #78AFA6 are triadic colors.

2 #A6AF78 and #AF78A6 with #78AFA6 are triadic colors.