COLOR #70D4AE

HEX: #70D4AE
RGB: (112,212,174)

Color info

#70D4AE contains mainly green and blue colors. Web safe color of #70D4AE is #66CC99 (or #6C9).

RGB color model

#70D4AE color RGB value is (112,212,174).

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

RGB channels and saturation

R 112 of 255 = 44%
G 212 of 255 = 83%
B 174 of 255 = 68%

112
212
174

R + G + B ~ 65%. #70D4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 212 + 174 = 498 (100%)
R 112 of 498 ~ 22.49%
G 212 of 498 ~ 42.57%
B 174 of 498 ~ 34.94%

%22.49
%42.57
%34.94

CMYK color model

#70D4AE color CMYK value is (47,0,18,17).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 16.86%
CMYK:
(47,0,18,17)
C47M0Y18K17 
(47%,0%,18%,17%)
(0.47/0.00/0.18/0.17)	

CMYK percentages

%47.17
%0
%17.92
%16.86

Codes

Color #70D4AE in popluar color models

70D4AE
RGB112212174
HSL157°53.76%63.53%
HSB/HSV157°47.17%83.14%
CMYK47.17%0.00%17.92%
16.86%

Color #70D4AE in popluar number systems.

HEX70D4AE
Decimal112212174
Binary11100001101010010101110
Octal160324256

Shades and tints

Shades of #70D4AE

#70D4AE
(112,212,174)
#66C19F
(102,193,159)
#5CAE90
(92,174,144)
#529B81
(82,155,129)
#488872
(72,136,114)
#3E7563
(62,117,99)
#346254
(52,98,84)
#2A4F45
(42,79,69)
#203C36
(32,60,54)
#162927
(22,41,39)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #70D4AE

#70D4AE
(112,212,174)
#7DD7B5
(125,215,181)
#8ADABC
(138,218,188)
#97DDC3
(151,221,195)
#A4E0CA
(164,224,202)
#B1E3D1
(177,227,209)
#BEE6D8
(190,230,216)
#CBE9DF
(203,233,223)
#D8ECE6
(216,236,230)
#E5EFED
(229,239,237)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70D4AE; }

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

This text font color is #70D4AE.


Background Color

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

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

This div background color is #70D4AE.


Border color

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

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

This div border color is #70D4AE.


Opacity

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

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

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

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

This text has shadow with #70D4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D4AE on black background.


Color preview on white background

This text has color #70D4AE on white background.



Black color preview on #70D4AE background

This text has black color on #70D4AE background.


White color preview on #70D4AE background

This text has white color on #70D4AE background.