COLOR #78CEAE

HEX: #78CEAE
RGB: (120,206,174)

Color info

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

RGB color model

#78CEAE color RGB value is (120,206,174).

  • red value is 120;
  • green value is 206;
  • blue value is 174.
RGB:
(120,206,174)
(47%,81%,68%)

RGB channels and saturation

R 120 of 255 = 47%
G 206 of 255 = 81%
B 174 of 255 = 68%

120
206
174

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

Portions of RGB colors in percentages

R + G + B =
120 + 206 + 174 = 500 (100%)
R 120 of 500 ~ 24%
G 206 of 500 ~ 41.2%
B 174 of 500 ~ 34.8%

%24
%41.2
%34.8

CMYK color model

#78CEAE color CMYK value is (42,0,16,19).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 19.22%
CMYK:
(42,0,16,19)
C42M0Y16K19 
(42%,0%,16%,19%)
(0.42/0.00/0.16/0.19)	

CMYK percentages

%41.75
%0
%15.53
%19.22

Codes

Color #78CEAE in popluar color models

78CEAE
RGB120206174
HSL158°46.74%63.92%
HSB/HSV158°41.75%80.78%
CMYK41.75%0.00%15.53%
19.22%

Color #78CEAE in popluar number systems.

HEX78CEAE
Decimal120206174
Binary11110001100111010101110
Octal170316256

Shades and tints

Shades of #78CEAE

#78CEAE
(120,206,174)
#6EBC9F
(110,188,159)
#64AA90
(100,170,144)
#5A9881
(90,152,129)
#508672
(80,134,114)
#467463
(70,116,99)
#3C6254
(60,98,84)
#325045
(50,80,69)
#283E36
(40,62,54)
#1E2C27
(30,44,39)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #78CEAE

#78CEAE
(120,206,174)
#84D2B5
(132,210,181)
#90D6BC
(144,214,188)
#9CDAC3
(156,218,195)
#A8DECA
(168,222,202)
#B4E2D1
(180,226,209)
#C0E6D8
(192,230,216)
#CCEADF
(204,234,223)
#D8EEE6
(216,238,230)
#E4F2ED
(228,242,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CEAE color. Also use rgb(120,206,174) instead hex code.

Text Font Color

.myTextColor { color: #78CEAE; }

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

This text font color is #78CEAE.


Background Color

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

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

This div background color is #78CEAE.


Border color

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

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

This div border color is #78CEAE.


Opacity

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

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

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

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

This text has shadow with #78CEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CEAE on black background.


Color preview on white background

This text has color #78CEAE on white background.



Black color preview on #78CEAE background

This text has black color on #78CEAE background.


White color preview on #78CEAE background

This text has white color on #78CEAE background.