COLOR #78BFBB

HEX: #78BFBB RGB: (120,191,187)

Color info

#78BFBB contains mainly green and blue colors. Web safe color of #78BFBB is #66CCCC (or #6CC).

RGB color model

#78BFBB color RGB value is (120,191,187).

RGB: (120,191,187) (47%, 75%, 73%)

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 187 of 255 = 73%

120
191
187

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

Portions of RGB colors in percentages

R + G + B = 120 + 191 + 187 = 498 (100%)
R 120 of 498 ~ 24.1%
G 191 of 498 ~ 38.35%
B 187 of 498 ~ 37.55'%

%24.1
%38.35
%37.55

CMYK color model

#78BFBB color CMYK value is (37,0,2,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK: (37,0,2,25) C37M0Y2K25 (37%,0%,2%,25%) (0.37/0.00/0.02/0.25) 

CMYK percentages

%37.17
%0
%2.09
%25.1

Codes

Color #78BFBB in popluar color models

78 BF BB
RGB 120 191 187
HSL 177° 35.68% 60.98%
HSB/HSV 177° 37.17% 74.90%
CMYK 37.17% 0.00% 2.09%
25.10%

Color #78BFBB in popluar number systems.

HEX 78 BF BB
Decimal 120 191 187
Binary 1111000 10111111 10111011
Octal 170 277 273

Shades and tints

Shades of #78BFBB

#78BFBB
(120,191,187)
#6EAEAA
(110,174,170)
#649D99
(100,157,153)
#5A8C88
(90,140,136)
#507B77
(80,123,119)
#466A66
(70,106,102)
#3C5955
(60,89,85)
#324844
(50,72,68)
#283733
(40,55,51)
#1E2622
(30,38,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #78BFBB

#78BFBB
(120,191,187)
#84C4C1
(132,196,193)
#90C9C7
(144,201,199)
#9CCECD
(156,206,205)
#A8D3D3
(168,211,211)
#B4D8D9
(180,216,217)
#C0DDDF
(192,221,223)
#CCE2E5
(204,226,229)
#D8E7EB
(216,231,235)
#E4ECF1
(228,236,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BFBB color. Also use rgb(120,191,187) instead hex code.

Text Font Color

.myTextColor { color: #78BFBB; }

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

This text font color is #78BFBB.

Background Color

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

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

This div background color is #78BFBB.

Border color

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

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

This div border color is #78BFBB.

Opacity

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

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

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

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

This text has shadow with #78BFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BFBB.

Preview

Color preview on black background

This text has color #78BFBB on black background.


Color preview on white background

This text has color #78BFBB on white background.


Black color preview on #78BFBB background

This text has black color on #78BFBB background.


White color preview on #78BFBB background

This text has white color on #78BFBB background.


Related colors

Complementary color

Complementary color for #hex is #874044.


I love getcolorcode.com

Triadic colors

1 #BB78BF and #BFBB78 with #78BFBB are triadic colors.

2 #BBBF78 and #BF78BB with #78BFBB are triadic colors.