COLOR #70AE8C

HEX: #70AE8C
RGB: (112,174,140)

Color info

#70AE8C contains mainly green and blue colors. Web safe color of #70AE8C is #669999 (or #699).

RGB color model

#70AE8C color RGB value is (112,174,140).

  • red value is 112;
  • green value is 174;
  • blue value is 140.
RGB:
(112,174,140)
(44%,68%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 140 of 255 = 55%

112
174
140

R + G + B ~ 56%. #70AE8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 140 = 426 (100%)
R 112 of 426 ~ 26.29%
G 174 of 426 ~ 40.85%
B 140 of 426 ~ 32.86%

%26.29
%40.85
%32.86

CMYK color model

#70AE8C color CMYK value is (36,0,20,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(36,0,20,32)
C36M0Y20K32 
(36%,0%,20%,32%)
(0.36/0.00/0.20/0.32)	

CMYK percentages

%35.63
%0
%19.54
%31.76

Codes

Color #70AE8C in popluar color models

70AE8C
RGB112174140
HSL147°27.68%56.08%
HSB/HSV147°35.63%68.24%
CMYK35.63%0.00%19.54%
31.76%

Color #70AE8C in popluar number systems.

HEX70AE8C
Decimal112174140
Binary11100001010111010001100
Octal160256214

Shades and tints

Shades of #70AE8C

#70AE8C
(112,174,140)
#669F80
(102,159,128)
#5C9074
(92,144,116)
#528168
(82,129,104)
#48725C
(72,114,92)
#3E6350
(62,99,80)
#345444
(52,84,68)
#2A4538
(42,69,56)
#20362C
(32,54,44)
#162720
(22,39,32)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #70AE8C

#70AE8C
(112,174,140)
#7DB596
(125,181,150)
#8ABCA0
(138,188,160)
#97C3AA
(151,195,170)
#A4CAB4
(164,202,180)
#B1D1BE
(177,209,190)
#BED8C8
(190,216,200)
#CBDFD2
(203,223,210)
#D8E6DC
(216,230,220)
#E5EDE6
(229,237,230)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AE8C color. Also use rgb(112,174,140) instead hex code.

Text Font Color

.myTextColor { color: #70AE8C; }

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

This text font color is #70AE8C.


Background Color

.myBgColor { background-color: #70AE8C; }

<div style="background-color:#70AE8C">Inner text</div>

This div background color is #70AE8C.


Border color

.myBorderColor { border: 1px solid #70AE8C; }

<div style="border:3px solid #70AE8C">Div</div>

This div border color is #70AE8C.


Opacity

.myOpacity80 { color: #70AE8C; opacity: 0.8; }

<p style="color:#70AE8C;opacity:0.8;">80%</p>

Text with #70AE8C 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 #70AE8C;}

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

This text has shadow with #70AE8C color.

.textShadow {text-shadow: 3px 3px 1px #70AE8C, 3px 3px 1px red;}

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

This text has shadow with #70AE8C primary color and red secondary color.


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

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

This text has shadow with #70AE8C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AE8C on black background.


Color preview on white background

This text has color #70AE8C on white background.



Black color preview on #70AE8C background

This text has black color on #70AE8C background.


White color preview on #70AE8C background

This text has white color on #70AE8C background.