COLOR #78AEA2

HEX: #78AEA2
RGB: (120,174,162)

Color info

#78AEA2 contains red, green and blue colors in about the same proportion. Web safe color of #78AEA2 is #669999 (or #699).

RGB color model

#78AEA2 color RGB value is (120,174,162).

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

RGB channels and saturation

R 120 of 255 = 47%
G 174 of 255 = 68%
B 162 of 255 = 64%

120
174
162

R + G + B ~ 60%. #78AEA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 174 + 162 = 456 (100%)
R 120 of 456 ~ 26.32%
G 174 of 456 ~ 38.16%
B 162 of 456 ~ 35.53%

%26.32
%38.16
%35.53

CMYK color model

#78AEA2 color CMYK value is (31,0,7,32).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 31.76%
CMYK:
(31,0,7,32)
C31M0Y7K32 
(31%,0%,7%,32%)
(0.31/0.00/0.07/0.32)	

CMYK percentages

%31.03
%0
%6.9
%31.76

Codes

Color #78AEA2 in popluar color models

78AEA2
RGB120174162
HSL167°25.00%57.65%
HSB/HSV167°31.03%68.24%
CMYK31.03%0.00%6.90%
31.76%

Color #78AEA2 in popluar number systems.

HEX78AEA2
Decimal120174162
Binary11110001010111010100010
Octal170256242

Shades and tints

Shades of #78AEA2

#78AEA2
(120,174,162)
#6E9F94
(110,159,148)
#649086
(100,144,134)
#5A8178
(90,129,120)
#50726A
(80,114,106)
#46635C
(70,99,92)
#3C544E
(60,84,78)
#324540
(50,69,64)
#283632
(40,54,50)
#1E2724
(30,39,36)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #78AEA2

#78AEA2
(120,174,162)
#84B5AA
(132,181,170)
#90BCB2
(144,188,178)
#9CC3BA
(156,195,186)
#A8CAC2
(168,202,194)
#B4D1CA
(180,209,202)
#C0D8D2
(192,216,210)
#CCDFDA
(204,223,218)
#D8E6E2
(216,230,226)
#E4EDEA
(228,237,234)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AEA2; }

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

This text font color is #78AEA2.


Background Color

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

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

This div background color is #78AEA2.


Border color

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

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

This div border color is #78AEA2.


Opacity

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

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

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

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

This text has shadow with #78AEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AEA2 on black background.


Color preview on white background

This text has color #78AEA2 on white background.



Black color preview on #78AEA2 background

This text has black color on #78AEA2 background.


White color preview on #78AEA2 background

This text has white color on #78AEA2 background.