COLOR #70B39E

HEX: #70B39E RGB: (112,179,158)

Color info

#70B39E contains mainly green and blue colors. Web safe color of #70B39E is #669999 (or #699).

RGB color model

#70B39E color RGB value is (112,179,158).

RGB: (112,179,158) (44%, 70%, 62%)

RGB channels and saturation

R 112 of 255 = 44%
G 179 of 255 = 70%
B 158 of 255 = 62%

112
179
158

R + G + B ~ 59%. #70B39E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 179 + 158 = 449 (100%)
R 112 of 449 ~ 24.94%
G 179 of 449 ~ 39.87%
B 158 of 449 ~ 35.19'%

%24.94
%39.87
%35.19

CMYK color model

#70B39E color CMYK value is (37,0,12,30).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%

CMYK: (37,0,12,30)
C37M0Y12K30 (37%, 0%, 12%, 30%)
(0.37 / 0.00 / 0.12 / 0.30)

CMYK percentages

%37.43
%0
%11.73
%29.8

Codes

Color #70B39E in popluar color models

70 B3 9E
RGB 112 179 158
HSL 161° 30.59% 57.06%
HSB/HSV 161° 37.43% 70.20%
CMYK 37.43% 0.00% 11.73%
29.80%

Color #70B39E in popluar number systems.

HEX 70 B3 9E
Decimal 112 179 158
Binary 1110000 10110011 10011110
Octal 160 263 236

Shades and tints

Shades of #70B39E

#70B39E
(112,179,158)
#66A390
(102,163,144)
#5C9382
(92,147,130)
#528374
(82,131,116)
#487366
(72,115,102)
#3E6358
(62,99,88)
#34534A
(52,83,74)
#2A433C
(42,67,60)
#20332E
(32,51,46)
#162320
(22,35,32)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #70B39E

#70B39E
(112,179,158)
#7DB9A6
(125,185,166)
#8ABFAE
(138,191,174)
#97C5B6
(151,197,182)
#A4CBBE
(164,203,190)
#B1D1C6
(177,209,198)
#BED7CE
(190,215,206)
#CBDDD6
(203,221,214)
#D8E3DE
(216,227,222)
#E5E9E6
(229,233,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B39E color. Also use rgb(112,179,158) instead hex code.

Text Font Color

.myTextColor { color: #70B39E; }

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

This text font color is #70B39E.

Background Color

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

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

This div background color is #70B39E.

Border color

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

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

This div border color is #70B39E.

Opacity

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

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

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

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

This text has shadow with #70B39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B39E.

Preview

Color preview on black background

This text has color #70B39E on black background.


Color preview on white background

This text has color #70B39E on white background.


Black color preview on #70B39E background

This text has black color on #70B39E background.


White color preview on #70B39E background

This text has white color on #70B39E background.


Related colors

Complementary color

Complementary color for #hex is #8F4C61.


I love getcolorcode.com

Triadic colors

1 #9E70B3 and #B39E70 with #70B39E are triadic colors.

2 #9EB370 and #B3709E with #70B39E are triadic colors.