COLOR #70EED3

HEX: #70EED3
RGB: (112,238,211)

Color info

#70EED3 contains mainly green and blue colors. Web safe color of #70EED3 is #66FFCC (or #6FC).

RGB color model

#70EED3 color RGB value is (112,238,211).

  • red value is 112;
  • green value is 238;
  • blue value is 211.
RGB:
(112,238,211)
(44%,93%,83%)

RGB channels and saturation

R 112 of 255 = 44%
G 238 of 255 = 93%
B 211 of 255 = 83%

112
238
211

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

Portions of RGB colors in percentages

R + G + B =
112 + 238 + 211 = 561 (100%)
R 112 of 561 ~ 19.96%
G 238 of 561 ~ 42.42%
B 211 of 561 ~ 37.61%

%19.96
%42.42
%37.61

CMYK color model

#70EED3 color CMYK value is (53,0,11,7).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK:
(53,0,11,7)
C53M0Y11K7 
(53%,0%,11%,7%)
(0.53/0.00/0.11/0.07)	

CMYK percentages

%52.94
%0
%11.34
%6.67

Codes

Color #70EED3 in popluar color models

70EED3
RGB112238211
HSL167°78.75%68.63%
HSB/HSV167°52.94%93.33%
CMYK52.94%0.00%11.34%
6.67%

Color #70EED3 in popluar number systems.

HEX70EED3
Decimal112238211
Binary11100001110111011010011
Octal160356323

Shades and tints

Shades of #70EED3

#70EED3
(112,238,211)
#66D9C0
(102,217,192)
#5CC4AD
(92,196,173)
#52AF9A
(82,175,154)
#489A87
(72,154,135)
#3E8574
(62,133,116)
#347061
(52,112,97)
#2A5B4E
(42,91,78)
#20463B
(32,70,59)
#163128
(22,49,40)
#0C1C15
(12,28,21)
#000000
(0,0,0)

Tints of #70EED3

#70EED3
(112,238,211)
#7DEFD7
(125,239,215)
#8AF0DB
(138,240,219)
#97F1DF
(151,241,223)
#A4F2E3
(164,242,227)
#B1F3E7
(177,243,231)
#BEF4EB
(190,244,235)
#CBF5EF
(203,245,239)
#D8F6F3
(216,246,243)
#E5F7F7
(229,247,247)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70EED3 color. Also use rgb(112,238,211) instead hex code.

Text Font Color

.myTextColor { color: #70EED3; }

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

This text font color is #70EED3.


Background Color

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

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

This div background color is #70EED3.


Border color

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

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

This div border color is #70EED3.


Opacity

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

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

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

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

This text has shadow with #70EED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70EED3 on black background.


Color preview on white background

This text has color #70EED3 on white background.



Black color preview on #70EED3 background

This text has black color on #70EED3 background.


White color preview on #70EED3 background

This text has white color on #70EED3 background.