COLOR #70AD91

HEX: #70AD91
RGB: (112,173,145)

Color info

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

RGB color model

#70AD91 color RGB value is (112,173,145).

  • red value is 112;
  • green value is 173;
  • blue value is 145.
RGB:
(112,173,145)
(44%,68%,57%)

RGB channels and saturation

R 112 of 255 = 44%
G 173 of 255 = 68%
B 145 of 255 = 57%

112
173
145

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

Portions of RGB colors in percentages

R + G + B =
112 + 173 + 145 = 430 (100%)
R 112 of 430 ~ 26.05%
G 173 of 430 ~ 40.23%
B 145 of 430 ~ 33.72%

%26.05
%40.23
%33.72

CMYK color model

#70AD91 color CMYK value is (35,0,16,32).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(35,0,16,32)
C35M0Y16K32 
(35%,0%,16%,32%)
(0.35/0.00/0.16/0.32)	

CMYK percentages

%35.26
%0
%16.18
%32.16

Codes

Color #70AD91 in popluar color models

70AD91
RGB112173145
HSL152°27.11%55.88%
HSB/HSV152°35.26%67.84%
CMYK35.26%0.00%16.18%
32.16%

Color #70AD91 in popluar number systems.

HEX70AD91
Decimal112173145
Binary11100001010110110010001
Octal160255221

Shades and tints

Shades of #70AD91

#70AD91
(112,173,145)
#669E84
(102,158,132)
#5C8F77
(92,143,119)
#52806A
(82,128,106)
#48715D
(72,113,93)
#3E6250
(62,98,80)
#345343
(52,83,67)
#2A4436
(42,68,54)
#203529
(32,53,41)
#16261C
(22,38,28)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #70AD91

#70AD91
(112,173,145)
#7DB49B
(125,180,155)
#8ABBA5
(138,187,165)
#97C2AF
(151,194,175)
#A4C9B9
(164,201,185)
#B1D0C3
(177,208,195)
#BED7CD
(190,215,205)
#CBDED7
(203,222,215)
#D8E5E1
(216,229,225)
#E5ECEB
(229,236,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AD91 color. Also use rgb(112,173,145) instead hex code.

Text Font Color

.myTextColor { color: #70AD91; }

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

This text font color is #70AD91.


Background Color

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

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

This div background color is #70AD91.


Border color

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

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

This div border color is #70AD91.


Opacity

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

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

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

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

This text has shadow with #70AD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AD91 on black background.


Color preview on white background

This text has color #70AD91 on white background.



Black color preview on #70AD91 background

This text has black color on #70AD91 background.


White color preview on #70AD91 background

This text has white color on #70AD91 background.