COLOR #78A39F

HEX: #78A39F RGB: (120,163,159)

Color info

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

RGB color model

#78A39F color RGB value is (120,163,159).

RGB: (120,163,159) (47%, 64%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 159 of 255 = 62%

120
163
159

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

Portions of RGB colors in percentages

R + G + B = 120 + 163 + 159 = 442 (100%)
R 120 of 442 ~ 27.15%
G 163 of 442 ~ 36.88%
B 159 of 442 ~ 35.97'%

%27.15
%36.88
%35.97

CMYK color model

#78A39F color CMYK value is (26,0,2,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 36.08%

CMYK: (26,0,2,36)
C26M0Y2K36 (26%, 0%, 2%, 36%)
(0.26 / 0.00 / 0.02 / 0.36)

CMYK percentages

%26.38
%0
%2.45
%36.08

Codes

Color #78A39F in popluar color models

78 A3 9F
RGB 120 163 159
HSL 174° 18.94% 55.49%
HSB/HSV 174° 26.38% 63.92%
CMYK 26.38% 0.00% 2.45%
36.08%

Color #78A39F in popluar number systems.

HEX 78 A3 9F
Decimal 120 163 159
Binary 1111000 10100011 10011111
Octal 170 243 237

Shades and tints

Shades of #78A39F

#78A39F
(120,163,159)
#6E9591
(110,149,145)
#648783
(100,135,131)
#5A7975
(90,121,117)
#506B67
(80,107,103)
#465D59
(70,93,89)
#3C4F4B
(60,79,75)
#32413D
(50,65,61)
#28332F
(40,51,47)
#1E2521
(30,37,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #78A39F

#78A39F
(120,163,159)
#84ABA7
(132,171,167)
#90B3AF
(144,179,175)
#9CBBB7
(156,187,183)
#A8C3BF
(168,195,191)
#B4CBC7
(180,203,199)
#C0D3CF
(192,211,207)
#CCDBD7
(204,219,215)
#D8E3DF
(216,227,223)
#E4EBE7
(228,235,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A39F color. Also use rgb(120,163,159) instead hex code.

Text Font Color

.myTextColor { color: #78A39F; }

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

This text font color is #78A39F.

Background Color

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

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

This div background color is #78A39F.

Border color

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

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

This div border color is #78A39F.

Opacity

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

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

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

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

This text has shadow with #78A39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A39F.

Preview

Color preview on black background

This text has color #78A39F on black background.


Color preview on white background

This text has color #78A39F on white background.


Black color preview on #78A39F background

This text has black color on #78A39F background.


White color preview on #78A39F background

This text has white color on #78A39F background.


Related colors

Complementary color

Complementary color for #hex is #875C60.


I love getcolorcode.com

Triadic colors

1 #9F78A3 and #A39F78 with #78A39F are triadic colors.

2 #9FA378 and #A3789F with #78A39F are triadic colors.