COLOR #70E0A5

HEX: #70E0A5
RGB: (112,224,165)

Color info

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

RGB color model

#70E0A5 color RGB value is (112,224,165).

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

RGB channels and saturation

R 112 of 255 = 44%
G 224 of 255 = 88%
B 165 of 255 = 65%

112
224
165

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

Portions of RGB colors in percentages

R + G + B =
112 + 224 + 165 = 501 (100%)
R 112 of 501 ~ 22.36%
G 224 of 501 ~ 44.71%
B 165 of 501 ~ 32.93%

%22.36
%44.71
%32.93

CMYK color model

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

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

CMYK percentages

%50
%0
%26.34
%12.16

Codes

Color #70E0A5 in popluar color models

70E0A5
RGB112224165
HSL148°64.37%65.88%
HSB/HSV148°50.00%87.84%
CMYK50.00%0.00%26.34%
12.16%

Color #70E0A5 in popluar number systems.

HEX70E0A5
Decimal112224165
Binary11100001110000010100101
Octal160340245

Shades and tints

Shades of #70E0A5

#70E0A5
(112,224,165)
#66CC96
(102,204,150)
#5CB887
(92,184,135)
#52A478
(82,164,120)
#489069
(72,144,105)
#3E7C5A
(62,124,90)
#34684B
(52,104,75)
#2A543C
(42,84,60)
#20402D
(32,64,45)
#162C1E
(22,44,30)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #70E0A5

#70E0A5
(112,224,165)
#7DE2AD
(125,226,173)
#8AE4B5
(138,228,181)
#97E6BD
(151,230,189)
#A4E8C5
(164,232,197)
#B1EACD
(177,234,205)
#BEECD5
(190,236,213)
#CBEEDD
(203,238,221)
#D8F0E5
(216,240,229)
#E5F2ED
(229,242,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70E0A5; }

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

This text font color is #70E0A5.


Background Color

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

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

This div background color is #70E0A5.


Border color

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

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

This div border color is #70E0A5.


Opacity

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

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

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

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

This text has shadow with #70E0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70E0A5 on black background.


Color preview on white background

This text has color #70E0A5 on white background.



Black color preview on #70E0A5 background

This text has black color on #70E0A5 background.


White color preview on #70E0A5 background

This text has white color on #70E0A5 background.