COLOR #78CABE

HEX: #78CABE
RGB: (120,202,190)

Color info

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

RGB color model

#78CABE color RGB value is (120,202,190).

  • red value is 120;
  • green value is 202;
  • blue value is 190.
RGB:
(120,202,190)
(47%,79%,75%)

RGB channels and saturation

R 120 of 255 = 47%
G 202 of 255 = 79%
B 190 of 255 = 75%

120
202
190

R + G + B ~ 67%. #78CABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 202 + 190 = 512 (100%)
R 120 of 512 ~ 23.44%
G 202 of 512 ~ 39.45%
B 190 of 512 ~ 37.11%

%23.44
%39.45
%37.11

CMYK color model

#78CABE color CMYK value is (41,0,6,21).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(41,0,6,21)
C41M0Y6K21 
(41%,0%,6%,21%)
(0.41/0.00/0.06/0.21)	

CMYK percentages

%40.59
%0
%5.94
%20.78

Codes

Color #78CABE in popluar color models

78CABE
RGB120202190
HSL171°43.62%63.14%
HSB/HSV171°40.59%79.22%
CMYK40.59%0.00%5.94%
20.78%

Color #78CABE in popluar number systems.

HEX78CABE
Decimal120202190
Binary11110001100101010111110
Octal170312276

Shades and tints

Shades of #78CABE

#78CABE
(120,202,190)
#6EB8AD
(110,184,173)
#64A69C
(100,166,156)
#5A948B
(90,148,139)
#50827A
(80,130,122)
#467069
(70,112,105)
#3C5E58
(60,94,88)
#324C47
(50,76,71)
#283A36
(40,58,54)
#1E2825
(30,40,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78CABE

#78CABE
(120,202,190)
#84CEC3
(132,206,195)
#90D2C8
(144,210,200)
#9CD6CD
(156,214,205)
#A8DAD2
(168,218,210)
#B4DED7
(180,222,215)
#C0E2DC
(192,226,220)
#CCE6E1
(204,230,225)
#D8EAE6
(216,234,230)
#E4EEEB
(228,238,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CABE color. Also use rgb(120,202,190) instead hex code.

Text Font Color

.myTextColor { color: #78CABE; }

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

This text font color is #78CABE.


Background Color

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

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

This div background color is #78CABE.


Border color

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

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

This div border color is #78CABE.


Opacity

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

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

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

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

This text has shadow with #78CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CABE on black background.


Color preview on white background

This text has color #78CABE on white background.



Black color preview on #78CABE background

This text has black color on #78CABE background.


White color preview on #78CABE background

This text has white color on #78CABE background.