COLOR #70D9B5

HEX: #70D9B5 RGB: (112,217,181)

Color info

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

RGB color model

#70D9B5 color RGB value is (112,217,181).

RGB: (112,217,181) (44%, 85%, 71%)

RGB channels and saturation

R 112 of 255 = 44%
G 217 of 255 = 85%
B 181 of 255 = 71%

112
217
181

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

Portions of RGB colors in percentages

R + G + B = 112 + 217 + 181 = 510 (100%)
R 112 of 510 ~ 21.96%
G 217 of 510 ~ 42.55%
B 181 of 510 ~ 35.49'%

%21.96
%42.55
%35.49

CMYK color model

#70D9B5 color CMYK value is (48,0,17,15).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 14.90%

CMYK: (48,0,17,15)
C48M0Y17K15 (48%, 0%, 17%, 15%)
(0.48 / 0.00 / 0.17 / 0.15)

CMYK percentages

%48.39
%0
%16.59
%14.9

Codes

Color #70D9B5 in popluar color models

70 D9 B5
RGB 112 217 181
HSL 159° 58.01% 64.51%
HSB/HSV 159° 48.39% 85.10%
CMYK 48.39% 0.00% 16.59%
14.90%

Color #70D9B5 in popluar number systems.

HEX 70 D9 B5
Decimal 112 217 181
Binary 1110000 11011001 10110101
Octal 160 331 265

Shades and tints

Shades of #70D9B5

#70D9B5
(112,217,181)
#66C6A5
(102,198,165)
#5CB395
(92,179,149)
#52A085
(82,160,133)
#488D75
(72,141,117)
#3E7A65
(62,122,101)
#346755
(52,103,85)
#2A5445
(42,84,69)
#204135
(32,65,53)
#162E25
(22,46,37)
#0C1B15
(12,27,21)
#000000
(0,0,0)

Tints of #70D9B5

#70D9B5
(112,217,181)
#7DDCBB
(125,220,187)
#8ADFC1
(138,223,193)
#97E2C7
(151,226,199)
#A4E5CD
(164,229,205)
#B1E8D3
(177,232,211)
#BEEBD9
(190,235,217)
#CBEEDF
(203,238,223)
#D8F1E5
(216,241,229)
#E5F4EB
(229,244,235)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D9B5 color. Also use rgb(112,217,181) instead hex code.

Text Font Color

.myTextColor { color: #70D9B5; }

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

This text font color is #70D9B5.

Background Color

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

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

This div background color is #70D9B5.

Border color

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

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

This div border color is #70D9B5.

Opacity

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

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

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

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

This text has shadow with #70D9B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70D9B5.

Preview

Color preview on black background

This text has color #70D9B5 on black background.


Color preview on white background

This text has color #70D9B5 on white background.


Black color preview on #70D9B5 background

This text has black color on #70D9B5 background.


White color preview on #70D9B5 background

This text has white color on #70D9B5 background.


Related colors

Complementary color

Complementary color for #hex is #8F264A.


I love getcolorcode.com

Triadic colors

1 #B570D9 and #D9B570 with #70D9B5 are triadic colors.

2 #B5D970 and #D970B5 with #70D9B5 are triadic colors.