COLOR #70E6C5

HEX: #70E6C5
RGB: (112,230,197)

Color info

#70E6C5 contains mainly green and blue colors. Web safe color of #70E6C5 is #66CCCC (or #6CC).

RGB color model

#70E6C5 color RGB value is (112,230,197).

  • red value is 112;
  • green value is 230;
  • blue value is 197.
RGB:
(112,230,197)
(44%,90%,77%)

RGB channels and saturation

R 112 of 255 = 44%
G 230 of 255 = 90%
B 197 of 255 = 77%

112
230
197

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

Portions of RGB colors in percentages

R + G + B =
112 + 230 + 197 = 539 (100%)
R 112 of 539 ~ 20.78%
G 230 of 539 ~ 42.67%
B 197 of 539 ~ 36.55%

%20.78
%42.67
%36.55

CMYK color model

#70E6C5 color CMYK value is (51,0,14,10).

  • cyan value is 51.30%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(51,0,14,10)
C51M0Y14K10 
(51%,0%,14%,10%)
(0.51/0.00/0.14/0.10)	

CMYK percentages

%51.3
%0
%14.35
%9.8

Codes

Color #70E6C5 in popluar color models

70E6C5
RGB112230197
HSL163°70.24%67.06%
HSB/HSV163°51.30%90.20%
CMYK51.30%0.00%14.35%
9.80%

Color #70E6C5 in popluar number systems.

HEX70E6C5
Decimal112230197
Binary11100001110011011000101
Octal160346305

Shades and tints

Shades of #70E6C5

#70E6C5
(112,230,197)
#66D2B4
(102,210,180)
#5CBEA3
(92,190,163)
#52AA92
(82,170,146)
#489681
(72,150,129)
#3E8270
(62,130,112)
#346E5F
(52,110,95)
#2A5A4E
(42,90,78)
#20463D
(32,70,61)
#16322C
(22,50,44)
#0C1E1B
(12,30,27)
#000000
(0,0,0)

Tints of #70E6C5

#70E6C5
(112,230,197)
#7DE8CA
(125,232,202)
#8AEACF
(138,234,207)
#97ECD4
(151,236,212)
#A4EED9
(164,238,217)
#B1F0DE
(177,240,222)
#BEF2E3
(190,242,227)
#CBF4E8
(203,244,232)
#D8F6ED
(216,246,237)
#E5F8F2
(229,248,242)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70E6C5 color. Also use rgb(112,230,197) instead hex code.

Text Font Color

.myTextColor { color: #70E6C5; }

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

This text font color is #70E6C5.


Background Color

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

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

This div background color is #70E6C5.


Border color

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

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

This div border color is #70E6C5.


Opacity

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

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

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

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

This text has shadow with #70E6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70E6C5 on black background.


Color preview on white background

This text has color #70E6C5 on white background.



Black color preview on #70E6C5 background

This text has black color on #70E6C5 background.


White color preview on #70E6C5 background

This text has white color on #70E6C5 background.