COLOR #70A59A

HEX: #70A59A
RGB: (112,165,154)

Color info

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

RGB color model

#70A59A color RGB value is (112,165,154).

  • red value is 112;
  • green value is 165;
  • blue value is 154.
RGB:
(112,165,154)
(44%,65%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 165 of 255 = 65%
B 154 of 255 = 60%

112
165
154

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

Portions of RGB colors in percentages

R + G + B =
112 + 165 + 154 = 431 (100%)
R 112 of 431 ~ 25.99%
G 165 of 431 ~ 38.28%
B 154 of 431 ~ 35.73%

%25.99
%38.28
%35.73

CMYK color model

#70A59A color CMYK value is (32,0,7,35).

  • cyan value is 32.12%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(32,0,7,35)
C32M0Y7K35 
(32%,0%,7%,35%)
(0.32/0.00/0.07/0.35)	

CMYK percentages

%32.12
%0
%6.67
%35.29

Codes

Color #70A59A in popluar color models

70A59A
RGB112165154
HSL168°22.75%54.31%
HSB/HSV168°32.12%64.71%
CMYK32.12%0.00%6.67%
35.29%

Color #70A59A in popluar number systems.

HEX70A59A
Decimal112165154
Binary11100001010010110011010
Octal160245232

Shades and tints

Shades of #70A59A

#70A59A
(112,165,154)
#66968C
(102,150,140)
#5C877E
(92,135,126)
#527870
(82,120,112)
#486962
(72,105,98)
#3E5A54
(62,90,84)
#344B46
(52,75,70)
#2A3C38
(42,60,56)
#202D2A
(32,45,42)
#161E1C
(22,30,28)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #70A59A

#70A59A
(112,165,154)
#7DADA3
(125,173,163)
#8AB5AC
(138,181,172)
#97BDB5
(151,189,181)
#A4C5BE
(164,197,190)
#B1CDC7
(177,205,199)
#BED5D0
(190,213,208)
#CBDDD9
(203,221,217)
#D8E5E2
(216,229,226)
#E5EDEB
(229,237,235)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A59A color. Also use rgb(112,165,154) instead hex code.

Text Font Color

.myTextColor { color: #70A59A; }

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

This text font color is #70A59A.


Background Color

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

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

This div background color is #70A59A.


Border color

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

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

This div border color is #70A59A.


Opacity

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

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

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

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

This text has shadow with #70A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A59A on black background.


Color preview on white background

This text has color #70A59A on white background.



Black color preview on #70A59A background

This text has black color on #70A59A background.


White color preview on #70A59A background

This text has white color on #70A59A background.