COLOR #70E1A6

HEX: #70E1A6
RGB: (112,225,166)

Color info

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

RGB color model

#70E1A6 color RGB value is (112,225,166).

  • red value is 112;
  • green value is 225;
  • blue value is 166.
RGB:
(112,225,166)
(44%,88%,65%)

RGB channels and saturation

R 112 of 255 = 44%
G 225 of 255 = 88%
B 166 of 255 = 65%

112
225
166

R + G + B ~ 66%. #70E1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 225 + 166 = 503 (100%)
R 112 of 503 ~ 22.27%
G 225 of 503 ~ 44.73%
B 166 of 503 ~ 33%

%22.27
%44.73
%33

CMYK color model

#70E1A6 color CMYK value is (50,0,26,12).

  • cyan value is 50.22%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK:
(50,0,26,12)
C50M0Y26K12 
(50%,0%,26%,12%)
(0.50/0.00/0.26/0.12)	

CMYK percentages

%50.22
%0
%26.22
%11.76

Codes

Color #70E1A6 in popluar color models

70E1A6
RGB112225166
HSL149°65.32%66.08%
HSB/HSV149°50.22%88.24%
CMYK50.22%0.00%26.22%
11.76%

Color #70E1A6 in popluar number systems.

HEX70E1A6
Decimal112225166
Binary11100001110000110100110
Octal160341246

Shades and tints

Shades of #70E1A6

#70E1A6
(112,225,166)
#66CD97
(102,205,151)
#5CB988
(92,185,136)
#52A579
(82,165,121)
#48916A
(72,145,106)
#3E7D5B
(62,125,91)
#34694C
(52,105,76)
#2A553D
(42,85,61)
#20412E
(32,65,46)
#162D1F
(22,45,31)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #70E1A6

#70E1A6
(112,225,166)
#7DE3AE
(125,227,174)
#8AE5B6
(138,229,182)
#97E7BE
(151,231,190)
#A4E9C6
(164,233,198)
#B1EBCE
(177,235,206)
#BEEDD6
(190,237,214)
#CBEFDE
(203,239,222)
#D8F1E6
(216,241,230)
#E5F3EE
(229,243,238)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70E1A6 color. Also use rgb(112,225,166) instead hex code.

Text Font Color

.myTextColor { color: #70E1A6; }

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

This text font color is #70E1A6.


Background Color

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

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

This div background color is #70E1A6.


Border color

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

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

This div border color is #70E1A6.


Opacity

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

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

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

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

This text has shadow with #70E1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70E1A6 on black background.


Color preview on white background

This text has color #70E1A6 on white background.



Black color preview on #70E1A6 background

This text has black color on #70E1A6 background.


White color preview on #70E1A6 background

This text has white color on #70E1A6 background.