COLOR #70AC9B

HEX: #70AC9B
RGB: (112,172,155)

Color info

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

RGB color model

#70AC9B color RGB value is (112,172,155).

  • red value is 112;
  • green value is 172;
  • blue value is 155.
RGB:
(112,172,155)
(44%,67%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 155 of 255 = 61%

112
172
155

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

Portions of RGB colors in percentages

R + G + B =
112 + 172 + 155 = 439 (100%)
R 112 of 439 ~ 25.51%
G 172 of 439 ~ 39.18%
B 155 of 439 ~ 35.31%

%25.51
%39.18
%35.31

CMYK color model

#70AC9B color CMYK value is (35,0,10,33).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(35,0,10,33)
C35M0Y10K33 
(35%,0%,10%,33%)
(0.35/0.00/0.10/0.33)	

CMYK percentages

%34.88
%0
%9.88
%32.55

Codes

Color #70AC9B in popluar color models

70AC9B
RGB112172155
HSL163°26.55%55.69%
HSB/HSV163°34.88%67.45%
CMYK34.88%0.00%9.88%
32.55%

Color #70AC9B in popluar number systems.

HEX70AC9B
Decimal112172155
Binary11100001010110010011011
Octal160254233

Shades and tints

Shades of #70AC9B

#70AC9B
(112,172,155)
#669D8D
(102,157,141)
#5C8E7F
(92,142,127)
#527F71
(82,127,113)
#487063
(72,112,99)
#3E6155
(62,97,85)
#345247
(52,82,71)
#2A4339
(42,67,57)
#20342B
(32,52,43)
#16251D
(22,37,29)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #70AC9B

#70AC9B
(112,172,155)
#7DB3A4
(125,179,164)
#8ABAAD
(138,186,173)
#97C1B6
(151,193,182)
#A4C8BF
(164,200,191)
#B1CFC8
(177,207,200)
#BED6D1
(190,214,209)
#CBDDDA
(203,221,218)
#D8E4E3
(216,228,227)
#E5EBEC
(229,235,236)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AC9B color. Also use rgb(112,172,155) instead hex code.

Text Font Color

.myTextColor { color: #70AC9B; }

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

This text font color is #70AC9B.


Background Color

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

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

This div background color is #70AC9B.


Border color

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

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

This div border color is #70AC9B.


Opacity

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

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

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

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

This text has shadow with #70AC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AC9B on black background.


Color preview on white background

This text has color #70AC9B on white background.



Black color preview on #70AC9B background

This text has black color on #70AC9B background.


White color preview on #70AC9B background

This text has white color on #70AC9B background.