COLOR #70D29D

HEX: #70D29D RGB: (112,210,157)

Color info

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

RGB color model

#70D29D color RGB value is (112,210,157).

RGB: (112,210,157) (44%, 82%, 62%)

RGB channels and saturation

R 112 of 255 = 44%
G 210 of 255 = 82%
B 157 of 255 = 62%

112
210
157

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

Portions of RGB colors in percentages

R + G + B = 112 + 210 + 157 = 479 (100%)
R 112 of 479 ~ 23.38%
G 210 of 479 ~ 43.84%
B 157 of 479 ~ 32.78'%

%23.38
%43.84
%32.78

CMYK color model

#70D29D color CMYK value is (47,0,25,18).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%

CMYK: (47,0,25,18)
C47M0Y25K18 (47%, 0%, 25%, 18%)
(0.47 / 0.00 / 0.25 / 0.18)

CMYK percentages

%46.67
%0
%25.24
%17.65

Codes

Color #70D29D in popluar color models

70 D2 9D
RGB 112 210 157
HSL 148° 52.13% 63.14%
HSB/HSV 148° 46.67% 82.35%
CMYK 46.67% 0.00% 25.24%
17.65%

Color #70D29D in popluar number systems.

HEX 70 D2 9D
Decimal 112 210 157
Binary 1110000 11010010 10011101
Octal 160 322 235

Shades and tints

Shades of #70D29D

#70D29D
(112,210,157)
#66BF8F
(102,191,143)
#5CAC81
(92,172,129)
#529973
(82,153,115)
#488665
(72,134,101)
#3E7357
(62,115,87)
#346049
(52,96,73)
#2A4D3B
(42,77,59)
#203A2D
(32,58,45)
#16271F
(22,39,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #70D29D

#70D29D
(112,210,157)
#7DD6A5
(125,214,165)
#8ADAAD
(138,218,173)
#97DEB5
(151,222,181)
#A4E2BD
(164,226,189)
#B1E6C5
(177,230,197)
#BEEACD
(190,234,205)
#CBEED5
(203,238,213)
#D8F2DD
(216,242,221)
#E5F6E5
(229,246,229)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D29D color. Also use rgb(112,210,157) instead hex code.

Text Font Color

.myTextColor { color: #70D29D; }

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

This text font color is #70D29D.

Background Color

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

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

This div background color is #70D29D.

Border color

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

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

This div border color is #70D29D.

Opacity

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

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

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

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

This text has shadow with #70D29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70D29D.

Preview

Color preview on black background

This text has color #70D29D on black background.


Color preview on white background

This text has color #70D29D on white background.


Black color preview on #70D29D background

This text has black color on #70D29D background.


White color preview on #70D29D background

This text has white color on #70D29D background.


Related colors

Complementary color

Complementary color for #hex is #8F2D62.


I love getcolorcode.com

Triadic colors

1 #9D70D2 and #D29D70 with #70D29D are triadic colors.

2 #9DD270 and #D2709D with #70D29D are triadic colors.