COLOR #70AD9F

HEX: #70AD9F RGB: (112,173,159)

Color info

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

RGB color model

#70AD9F color RGB value is (112,173,159).

RGB: (112,173,159) (44%, 68%, 62%)

RGB channels and saturation

R 112 of 255 = 44%
G 173 of 255 = 68%
B 159 of 255 = 62%

112
173
159

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

Portions of RGB colors in percentages

R + G + B = 112 + 173 + 159 = 444 (100%)
R 112 of 444 ~ 25.23%
G 173 of 444 ~ 38.96%
B 159 of 444 ~ 35.81'%

%25.23
%38.96
%35.81

CMYK color model

#70AD9F color CMYK value is (35,0,8,32).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 32.16%

CMYK: (35,0,8,32)
C35M0Y8K32 (35%, 0%, 8%, 32%)
(0.35 / 0.00 / 0.08 / 0.32)

CMYK percentages

%35.26
%0
%8.09
%32.16

Codes

Color #70AD9F in popluar color models

70 AD 9F
RGB 112 173 159
HSL 166° 27.11% 55.88%
HSB/HSV 166° 35.26% 67.84%
CMYK 35.26% 0.00% 8.09%
32.16%

Color #70AD9F in popluar number systems.

HEX 70 AD 9F
Decimal 112 173 159
Binary 1110000 10101101 10011111
Octal 160 255 237

Shades and tints

Shades of #70AD9F

#70AD9F
(112,173,159)
#669E91
(102,158,145)
#5C8F83
(92,143,131)
#528075
(82,128,117)
#487167
(72,113,103)
#3E6259
(62,98,89)
#34534B
(52,83,75)
#2A443D
(42,68,61)
#20352F
(32,53,47)
#162621
(22,38,33)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #70AD9F

#70AD9F
(112,173,159)
#7DB4A7
(125,180,167)
#8ABBAF
(138,187,175)
#97C2B7
(151,194,183)
#A4C9BF
(164,201,191)
#B1D0C7
(177,208,199)
#BED7CF
(190,215,207)
#CBDED7
(203,222,215)
#D8E5DF
(216,229,223)
#E5ECE7
(229,236,231)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AD9F; }

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

This text font color is #70AD9F.

Background Color

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

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

This div background color is #70AD9F.

Border color

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

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

This div border color is #70AD9F.

Opacity

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

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

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

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

This text has shadow with #70AD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AD9F.

Preview

Color preview on black background

This text has color #70AD9F on black background.


Color preview on white background

This text has color #70AD9F on white background.


Black color preview on #70AD9F background

This text has black color on #70AD9F background.


White color preview on #70AD9F background

This text has white color on #70AD9F background.


Related colors

Complementary color

Complementary color for #hex is #8F5260.


I love getcolorcode.com

Triadic colors

1 #9F70AD and #AD9F70 with #70AD9F are triadic colors.

2 #9FAD70 and #AD709F with #70AD9F are triadic colors.