COLOR #70AE8A

HEX: #70AE8A
RGB: (112,174,138)

Color info

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

RGB color model

#70AE8A color RGB value is (112,174,138).

  • red value is 112;
  • green value is 174;
  • blue value is 138.
RGB:
(112,174,138)
(44%,68%,54%)

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 138 of 255 = 54%

112
174
138

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

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 138 = 424 (100%)
R 112 of 424 ~ 26.42%
G 174 of 424 ~ 41.04%
B 138 of 424 ~ 32.55%

%26.42
%41.04
%32.55

CMYK color model

#70AE8A color CMYK value is (36,0,21,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(36,0,21,32)
C36M0Y21K32 
(36%,0%,21%,32%)
(0.36/0.00/0.21/0.32)	

CMYK percentages

%35.63
%0
%20.69
%31.76

Codes

Color #70AE8A in popluar color models

70AE8A
RGB112174138
HSL145°27.68%56.08%
HSB/HSV145°35.63%68.24%
CMYK35.63%0.00%20.69%
31.76%

Color #70AE8A in popluar number systems.

HEX70AE8A
Decimal112174138
Binary11100001010111010001010
Octal160256212

Shades and tints

Shades of #70AE8A

#70AE8A
(112,174,138)
#669F7E
(102,159,126)
#5C9072
(92,144,114)
#528166
(82,129,102)
#48725A
(72,114,90)
#3E634E
(62,99,78)
#345442
(52,84,66)
#2A4536
(42,69,54)
#20362A
(32,54,42)
#16271E
(22,39,30)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #70AE8A

#70AE8A
(112,174,138)
#7DB594
(125,181,148)
#8ABC9E
(138,188,158)
#97C3A8
(151,195,168)
#A4CAB2
(164,202,178)
#B1D1BC
(177,209,188)
#BED8C6
(190,216,198)
#CBDFD0
(203,223,208)
#D8E6DA
(216,230,218)
#E5EDE4
(229,237,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AE8A color. Also use rgb(112,174,138) instead hex code.

Text Font Color

.myTextColor { color: #70AE8A; }

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

This text font color is #70AE8A.


Background Color

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

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

This div background color is #70AE8A.


Border color

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

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

This div border color is #70AE8A.


Opacity

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

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

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

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

This text has shadow with #70AE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AE8A on black background.


Color preview on white background

This text has color #70AE8A on white background.



Black color preview on #70AE8A background

This text has black color on #70AE8A background.


White color preview on #70AE8A background

This text has white color on #70AE8A background.