COLOR #70DEB9

HEX: #70DEB9 RGB: (112,222,185)

Color info

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

RGB color model

#70DEB9 color RGB value is (112,222,185).

RGB: (112,222,185) (44%, 87%, 73%)

RGB channels and saturation

R 112 of 255 = 44%
G 222 of 255 = 87%
B 185 of 255 = 73%

112
222
185

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

Portions of RGB colors in percentages

R + G + B = 112 + 222 + 185 = 519 (100%)
R 112 of 519 ~ 21.58%
G 222 of 519 ~ 42.77%
B 185 of 519 ~ 35.65'%

%21.58
%42.77
%35.65

CMYK color model

#70DEB9 color CMYK value is (50,0,17,13).

  • cyan value is 49.55%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%

CMYK: (50,0,17,13)
C50M0Y17K13 (50%, 0%, 17%, 13%)
(0.50 / 0.00 / 0.17 / 0.13)

CMYK percentages

%49.55
%0
%16.67
%12.94

Codes

Color #70DEB9 in popluar color models

70 DE B9
RGB 112 222 185
HSL 160° 62.50% 65.49%
HSB/HSV 160° 49.55% 87.06%
CMYK 49.55% 0.00% 16.67%
12.94%

Color #70DEB9 in popluar number systems.

HEX 70 DE B9
Decimal 112 222 185
Binary 1110000 11011110 10111001
Octal 160 336 271

Shades and tints

Shades of #70DEB9

#70DEB9
(112,222,185)
#66CAA9
(102,202,169)
#5CB699
(92,182,153)
#52A289
(82,162,137)
#488E79
(72,142,121)
#3E7A69
(62,122,105)
#346659
(52,102,89)
#2A5249
(42,82,73)
#203E39
(32,62,57)
#162A29
(22,42,41)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #70DEB9

#70DEB9
(112,222,185)
#7DE1BF
(125,225,191)
#8AE4C5
(138,228,197)
#97E7CB
(151,231,203)
#A4EAD1
(164,234,209)
#B1EDD7
(177,237,215)
#BEF0DD
(190,240,221)
#CBF3E3
(203,243,227)
#D8F6E9
(216,246,233)
#E5F9EF
(229,249,239)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70DEB9 color. Also use rgb(112,222,185) instead hex code.

Text Font Color

.myTextColor { color: #70DEB9; }

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

This text font color is #70DEB9.

Background Color

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

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

This div background color is #70DEB9.

Border color

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

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

This div border color is #70DEB9.

Opacity

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

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

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

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

This text has shadow with #70DEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70DEB9.

Preview

Color preview on black background

This text has color #70DEB9 on black background.


Color preview on white background

This text has color #70DEB9 on white background.


Black color preview on #70DEB9 background

This text has black color on #70DEB9 background.


White color preview on #70DEB9 background

This text has white color on #70DEB9 background.


Related colors

Complementary color

Complementary color for #hex is #8F2146.


I love getcolorcode.com

Triadic colors

1 #B970DE and #DEB970 with #70DEB9 are triadic colors.

2 #B9DE70 and #DE70B9 with #70DEB9 are triadic colors.