COLOR #70AA96

HEX: #70AA96
RGB: (112,170,150)

Color info

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

RGB color model

#70AA96 color RGB value is (112,170,150).

  • red value is 112;
  • green value is 170;
  • blue value is 150.
RGB:
(112,170,150)
(44%,67%,59%)

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 150 of 255 = 59%

112
170
150

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

Portions of RGB colors in percentages

R + G + B =
112 + 170 + 150 = 432 (100%)
R 112 of 432 ~ 25.93%
G 170 of 432 ~ 39.35%
B 150 of 432 ~ 34.72%

%25.93
%39.35
%34.72

CMYK color model

#70AA96 color CMYK value is (34,0,12,33).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%
CMYK:
(34,0,12,33)
C34M0Y12K33 
(34%,0%,12%,33%)
(0.34/0.00/0.12/0.33)	

CMYK percentages

%34.12
%0
%11.76
%33.33

Codes

Color #70AA96 in popluar color models

70AA96
RGB112170150
HSL159°25.44%55.29%
HSB/HSV159°34.12%66.67%
CMYK34.12%0.00%11.76%
33.33%

Color #70AA96 in popluar number systems.

HEX70AA96
Decimal112170150
Binary11100001010101010010110
Octal160252226

Shades and tints

Shades of #70AA96

#70AA96
(112,170,150)
#669B89
(102,155,137)
#5C8C7C
(92,140,124)
#527D6F
(82,125,111)
#486E62
(72,110,98)
#3E5F55
(62,95,85)
#345048
(52,80,72)
#2A413B
(42,65,59)
#20322E
(32,50,46)
#162321
(22,35,33)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #70AA96

#70AA96
(112,170,150)
#7DB19F
(125,177,159)
#8AB8A8
(138,184,168)
#97BFB1
(151,191,177)
#A4C6BA
(164,198,186)
#B1CDC3
(177,205,195)
#BED4CC
(190,212,204)
#CBDBD5
(203,219,213)
#D8E2DE
(216,226,222)
#E5E9E7
(229,233,231)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AA96 color. Also use rgb(112,170,150) instead hex code.

Text Font Color

.myTextColor { color: #70AA96; }

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

This text font color is #70AA96.


Background Color

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

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

This div background color is #70AA96.


Border color

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

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

This div border color is #70AA96.


Opacity

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

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

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

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

This text has shadow with #70AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AA96 on black background.


Color preview on white background

This text has color #70AA96 on white background.



Black color preview on #70AA96 background

This text has black color on #70AA96 background.


White color preview on #70AA96 background

This text has white color on #70AA96 background.