COLOR #70D8A1

HEX: #70D8A1
RGB: (112,216,161)

Color info

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

RGB color model

#70D8A1 color RGB value is (112,216,161).

  • red value is 112;
  • green value is 216;
  • blue value is 161.
RGB:
(112,216,161)
(44%,85%,63%)

RGB channels and saturation

R 112 of 255 = 44%
G 216 of 255 = 85%
B 161 of 255 = 63%

112
216
161

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

Portions of RGB colors in percentages

R + G + B =
112 + 216 + 161 = 489 (100%)
R 112 of 489 ~ 22.9%
G 216 of 489 ~ 44.17%
B 161 of 489 ~ 32.92%

%22.9
%44.17
%32.92

CMYK color model

#70D8A1 color CMYK value is (48,0,25,15).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 25.46%
  • key color value is 15.29%
CMYK:
(48,0,25,15)
C48M0Y25K15 
(48%,0%,25%,15%)
(0.48/0.00/0.25/0.15)	

CMYK percentages

%48.15
%0
%25.46
%15.29

Codes

Color #70D8A1 in popluar color models

70D8A1
RGB112216161
HSL148°57.14%64.31%
HSB/HSV148°48.15%84.71%
CMYK48.15%0.00%25.46%
15.29%

Color #70D8A1 in popluar number systems.

HEX70D8A1
Decimal112216161
Binary11100001101100010100001
Octal160330241

Shades and tints

Shades of #70D8A1

#70D8A1
(112,216,161)
#66C593
(102,197,147)
#5CB285
(92,178,133)
#529F77
(82,159,119)
#488C69
(72,140,105)
#3E795B
(62,121,91)
#34664D
(52,102,77)
#2A533F
(42,83,63)
#204031
(32,64,49)
#162D23
(22,45,35)
#0C1A15
(12,26,21)
#000000
(0,0,0)

Tints of #70D8A1

#70D8A1
(112,216,161)
#7DDBA9
(125,219,169)
#8ADEB1
(138,222,177)
#97E1B9
(151,225,185)
#A4E4C1
(164,228,193)
#B1E7C9
(177,231,201)
#BEEAD1
(190,234,209)
#CBEDD9
(203,237,217)
#D8F0E1
(216,240,225)
#E5F3E9
(229,243,233)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D8A1 color. Also use rgb(112,216,161) instead hex code.

Text Font Color

.myTextColor { color: #70D8A1; }

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

This text font color is #70D8A1.


Background Color

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

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

This div background color is #70D8A1.


Border color

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

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

This div border color is #70D8A1.


Opacity

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

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

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

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

This text has shadow with #70D8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D8A1 on black background.


Color preview on white background

This text has color #70D8A1 on white background.



Black color preview on #70D8A1 background

This text has black color on #70D8A1 background.


White color preview on #70D8A1 background

This text has white color on #70D8A1 background.