COLOR #78B8AB

HEX: #78B8AB RGB: (120,184,171)

Color info

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

RGB color model

#78B8AB color RGB value is (120,184,171).

RGB: (120,184,171) (47%, 72%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 184 of 255 = 72%
B 171 of 255 = 67%

120
184
171

R + G + B ~ 62%. #78B8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 184 + 171 = 475 (100%)
R 120 of 475 ~ 25.26%
G 184 of 475 ~ 38.74%
B 171 of 475 ~ 36'%

%25.26
%38.74
%36

CMYK color model

#78B8AB color CMYK value is (35,0,7,28).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK: (35,0,7,28) C35M0Y7K28 (35%,0%,7%,28%) (0.35/0.00/0.07/0.28) 

CMYK percentages

%34.78
%0
%7.07
%27.84

Codes

Color #78B8AB in popluar color models

78 B8 AB
RGB 120 184 171
HSL 168° 31.07% 59.61%
HSB/HSV 168° 34.78% 72.16%
CMYK 34.78% 0.00% 7.07%
27.84%

Color #78B8AB in popluar number systems.

HEX 78 B8 AB
Decimal 120 184 171
Binary 1111000 10111000 10101011
Octal 170 270 253

Shades and tints

Shades of #78B8AB

#78B8AB
(120,184,171)
#6EA89C
(110,168,156)
#64988D
(100,152,141)
#5A887E
(90,136,126)
#50786F
(80,120,111)
#466860
(70,104,96)
#3C5851
(60,88,81)
#324842
(50,72,66)
#283833
(40,56,51)
#1E2824
(30,40,36)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #78B8AB

#78B8AB
(120,184,171)
#84BEB2
(132,190,178)
#90C4B9
(144,196,185)
#9CCAC0
(156,202,192)
#A8D0C7
(168,208,199)
#B4D6CE
(180,214,206)
#C0DCD5
(192,220,213)
#CCE2DC
(204,226,220)
#D8E8E3
(216,232,227)
#E4EEEA
(228,238,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B8AB color. Also use rgb(120,184,171) instead hex code.

Text Font Color

.myTextColor { color: #78B8AB; }

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

This text font color is #78B8AB.

Background Color

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

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

This div background color is #78B8AB.

Border color

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

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

This div border color is #78B8AB.

Opacity

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

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

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

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

This text has shadow with #78B8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B8AB.

Preview

Color preview on black background

This text has color #78B8AB on black background.


Color preview on white background

This text has color #78B8AB on white background.


Black color preview on #78B8AB background

This text has black color on #78B8AB background.


White color preview on #78B8AB background

This text has white color on #78B8AB background.


Related colors

Complementary color

Complementary color for #hex is #874754.


I love getcolorcode.com

Triadic colors

1 #AB78B8 and #B8AB78 with #78B8AB are triadic colors.

2 #ABB878 and #B878AB with #78B8AB are triadic colors.