COLOR #70CE9F

HEX: #70CE9F
RGB: (112,206,159)

Color info

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

RGB color model

#70CE9F color RGB value is (112,206,159).

  • red value is 112;
  • green value is 206;
  • blue value is 159.
RGB:
(112,206,159)
(44%,81%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 206 of 255 = 81%
B 159 of 255 = 62%

112
206
159

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

Portions of RGB colors in percentages

R + G + B =
112 + 206 + 159 = 477 (100%)
R 112 of 477 ~ 23.48%
G 206 of 477 ~ 43.19%
B 159 of 477 ~ 33.33%

%23.48
%43.19
%33.33

CMYK color model

#70CE9F color CMYK value is (46,0,23,19).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(46,0,23,19)
C46M0Y23K19 
(46%,0%,23%,19%)
(0.46/0.00/0.23/0.19)	

CMYK percentages

%45.63
%0
%22.82
%19.22

Codes

Color #70CE9F in popluar color models

70CE9F
RGB112206159
HSL150°48.96%62.35%
HSB/HSV150°45.63%80.78%
CMYK45.63%0.00%22.82%
19.22%

Color #70CE9F in popluar number systems.

HEX70CE9F
Decimal112206159
Binary11100001100111010011111
Octal160316237

Shades and tints

Shades of #70CE9F

#70CE9F
(112,206,159)
#66BC91
(102,188,145)
#5CAA83
(92,170,131)
#529875
(82,152,117)
#488667
(72,134,103)
#3E7459
(62,116,89)
#34624B
(52,98,75)
#2A503D
(42,80,61)
#203E2F
(32,62,47)
#162C21
(22,44,33)
#0C1A13
(12,26,19)
#000000
(0,0,0)

Tints of #70CE9F

#70CE9F
(112,206,159)
#7DD2A7
(125,210,167)
#8AD6AF
(138,214,175)
#97DAB7
(151,218,183)
#A4DEBF
(164,222,191)
#B1E2C7
(177,226,199)
#BEE6CF
(190,230,207)
#CBEAD7
(203,234,215)
#D8EEDF
(216,238,223)
#E5F2E7
(229,242,231)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CE9F color. Also use rgb(112,206,159) instead hex code.

Text Font Color

.myTextColor { color: #70CE9F; }

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

This text font color is #70CE9F.


Background Color

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

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

This div background color is #70CE9F.


Border color

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

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

This div border color is #70CE9F.


Opacity

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

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

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

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

This text has shadow with #70CE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70CE9F on black background.


Color preview on white background

This text has color #70CE9F on white background.



Black color preview on #70CE9F background

This text has black color on #70CE9F background.


White color preview on #70CE9F background

This text has white color on #70CE9F background.