COLOR #70AEA0

HEX: #70AEA0
RGB: (112,174,160)

Color info

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

RGB color model

#70AEA0 color RGB value is (112,174,160).

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

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 160 of 255 = 63%

112
174
160

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

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 160 = 446 (100%)
R 112 of 446 ~ 25.11%
G 174 of 446 ~ 39.01%
B 160 of 446 ~ 35.87%

%25.11
%39.01
%35.87

CMYK color model

#70AEA0 color CMYK value is (36,0,8,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK:
(36,0,8,32)
C36M0Y8K32 
(36%,0%,8%,32%)
(0.36/0.00/0.08/0.32)	

CMYK percentages

%35.63
%0
%8.05
%31.76

Codes

Color #70AEA0 in popluar color models

70AEA0
RGB112174160
HSL166°27.68%56.08%
HSB/HSV166°35.63%68.24%
CMYK35.63%0.00%8.05%
31.76%

Color #70AEA0 in popluar number systems.

HEX70AEA0
Decimal112174160
Binary11100001010111010100000
Octal160256240

Shades and tints

Shades of #70AEA0

#70AEA0
(112,174,160)
#669F92
(102,159,146)
#5C9084
(92,144,132)
#528176
(82,129,118)
#487268
(72,114,104)
#3E635A
(62,99,90)
#34544C
(52,84,76)
#2A453E
(42,69,62)
#203630
(32,54,48)
#162722
(22,39,34)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #70AEA0

#70AEA0
(112,174,160)
#7DB5A8
(125,181,168)
#8ABCB0
(138,188,176)
#97C3B8
(151,195,184)
#A4CAC0
(164,202,192)
#B1D1C8
(177,209,200)
#BED8D0
(190,216,208)
#CBDFD8
(203,223,216)
#D8E6E0
(216,230,224)
#E5EDE8
(229,237,232)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AEA0; }

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

This text font color is #70AEA0.


Background Color

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

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

This div background color is #70AEA0.


Border color

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

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

This div border color is #70AEA0.


Opacity

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

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

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

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

This text has shadow with #70AEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AEA0 on black background.


Color preview on white background

This text has color #70AEA0 on white background.



Black color preview on #70AEA0 background

This text has black color on #70AEA0 background.


White color preview on #70AEA0 background

This text has white color on #70AEA0 background.