COLOR #70D2D9

HEX: #70D2D9
RGB: (112,210,217)

Color info

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

RGB color model

#70D2D9 color RGB value is (112,210,217).

  • red value is 112;
  • green value is 210;
  • blue value is 217.
RGB:
(112,210,217)
(44%,82%,85%)

RGB channels and saturation

R 112 of 255 = 44%
G 210 of 255 = 82%
B 217 of 255 = 85%

112
210
217

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

Portions of RGB colors in percentages

R + G + B =
112 + 210 + 217 = 539 (100%)
R 112 of 539 ~ 20.78%
G 210 of 539 ~ 38.96%
B 217 of 539 ~ 40.26%

%20.78
%38.96
%40.26

CMYK color model

#70D2D9 color CMYK value is (48,3,0,15).

  • cyan value is 48.39%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(48,3,0,15)
C48M3Y0K15 
(48%,3%,0%,15%)
(0.48/0.03/0.00/0.15)	

CMYK percentages

%48.39
%3.23
%0
%14.9

Codes

Color #70D2D9 in popluar color models

70D2D9
RGB112210217
HSL184°58.01%64.51%
HSB/HSV184°48.39%85.10%
CMYK48.39%3.23%0.00%
14.90%

Color #70D2D9 in popluar number systems.

HEX70D2D9
Decimal112210217
Binary11100001101001011011001
Octal160322331

Shades and tints

Shades of #70D2D9

#70D2D9
(112,210,217)
#66BFC6
(102,191,198)
#5CACB3
(92,172,179)
#5299A0
(82,153,160)
#48868D
(72,134,141)
#3E737A
(62,115,122)
#346067
(52,96,103)
#2A4D54
(42,77,84)
#203A41
(32,58,65)
#16272E
(22,39,46)
#0C141B
(12,20,27)
#000000
(0,0,0)

Tints of #70D2D9

#70D2D9
(112,210,217)
#7DD6DC
(125,214,220)
#8ADADF
(138,218,223)
#97DEE2
(151,222,226)
#A4E2E5
(164,226,229)
#B1E6E8
(177,230,232)
#BEEAEB
(190,234,235)
#CBEEEE
(203,238,238)
#D8F2F1
(216,242,241)
#E5F6F4
(229,246,244)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70D2D9; }

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

This text font color is #70D2D9.


Background Color

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

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

This div background color is #70D2D9.


Border color

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

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

This div border color is #70D2D9.


Opacity

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

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

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

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

This text has shadow with #70D2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D2D9 on black background.


Color preview on white background

This text has color #70D2D9 on white background.



Black color preview on #70D2D9 background

This text has black color on #70D2D9 background.


White color preview on #70D2D9 background

This text has white color on #70D2D9 background.