COLOR #78CAA9

HEX: #78CAA9
RGB: (120,202,169)

Color info

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

RGB color model

#78CAA9 color RGB value is (120,202,169).

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

RGB channels and saturation

R 120 of 255 = 47%
G 202 of 255 = 79%
B 169 of 255 = 66%

120
202
169

R + G + B ~ 64%. #78CAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 202 + 169 = 491 (100%)
R 120 of 491 ~ 24.44%
G 202 of 491 ~ 41.14%
B 169 of 491 ~ 34.42%

%24.44
%41.14
%34.42

CMYK color model

#78CAA9 color CMYK value is (41,0,16,21).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(41,0,16,21)
C41M0Y16K21 
(41%,0%,16%,21%)
(0.41/0.00/0.16/0.21)	

CMYK percentages

%40.59
%0
%16.34
%20.78

Codes

Color #78CAA9 in popluar color models

78CAA9
RGB120202169
HSL156°43.62%63.14%
HSB/HSV156°40.59%79.22%
CMYK40.59%0.00%16.34%
20.78%

Color #78CAA9 in popluar number systems.

HEX78CAA9
Decimal120202169
Binary11110001100101010101001
Octal170312251

Shades and tints

Shades of #78CAA9

#78CAA9
(120,202,169)
#6EB89A
(110,184,154)
#64A68B
(100,166,139)
#5A947C
(90,148,124)
#50826D
(80,130,109)
#46705E
(70,112,94)
#3C5E4F
(60,94,79)
#324C40
(50,76,64)
#283A31
(40,58,49)
#1E2822
(30,40,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78CAA9

#78CAA9
(120,202,169)
#84CEB0
(132,206,176)
#90D2B7
(144,210,183)
#9CD6BE
(156,214,190)
#A8DAC5
(168,218,197)
#B4DECC
(180,222,204)
#C0E2D3
(192,226,211)
#CCE6DA
(204,230,218)
#D8EAE1
(216,234,225)
#E4EEE8
(228,238,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CAA9; }

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

This text font color is #78CAA9.


Background Color

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

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

This div background color is #78CAA9.


Border color

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

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

This div border color is #78CAA9.


Opacity

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

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

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

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

This text has shadow with #78CAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CAA9 on black background.


Color preview on white background

This text has color #78CAA9 on white background.



Black color preview on #78CAA9 background

This text has black color on #78CAA9 background.


White color preview on #78CAA9 background

This text has white color on #78CAA9 background.