COLOR #70B39A

HEX: #70B39A RGB: (112,179,154)

Color info

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

RGB color model

#70B39A color RGB value is (112,179,154).

RGB: (112,179,154) (44%, 70%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 179 of 255 = 70%
B 154 of 255 = 60%

112
179
154

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

Portions of RGB colors in percentages

R + G + B = 112 + 179 + 154 = 445 (100%)
R 112 of 445 ~ 25.17%
G 179 of 445 ~ 40.22%
B 154 of 445 ~ 34.61'%

%25.17
%40.22
%34.61

CMYK color model

#70B39A color CMYK value is (37,0,14,30).

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

CMYK: (37,0,14,30)
C37M0Y14K30 (37%, 0%, 14%, 30%)
(0.37 / 0.00 / 0.14 / 0.30)

CMYK percentages

%37.43
%0
%13.97
%29.8

Codes

Color #70B39A in popluar color models

70 B3 9A
RGB 112 179 154
HSL 158° 30.59% 57.06%
HSB/HSV 158° 37.43% 70.20%
CMYK 37.43% 0.00% 13.97%
29.80%

Color #70B39A in popluar number systems.

HEX 70 B3 9A
Decimal 112 179 154
Binary 1110000 10110011 10011010
Octal 160 263 232

Shades and tints

Shades of #70B39A

#70B39A
(112,179,154)
#66A38C
(102,163,140)
#5C937E
(92,147,126)
#528370
(82,131,112)
#487362
(72,115,98)
#3E6354
(62,99,84)
#345346
(52,83,70)
#2A4338
(42,67,56)
#20332A
(32,51,42)
#16231C
(22,35,28)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #70B39A

#70B39A
(112,179,154)
#7DB9A3
(125,185,163)
#8ABFAC
(138,191,172)
#97C5B5
(151,197,181)
#A4CBBE
(164,203,190)
#B1D1C7
(177,209,199)
#BED7D0
(190,215,208)
#CBDDD9
(203,221,217)
#D8E3E2
(216,227,226)
#E5E9EB
(229,233,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B39A; }

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

This text font color is #70B39A.

Background Color

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

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

This div background color is #70B39A.

Border color

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

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

This div border color is #70B39A.

Opacity

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

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

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

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

This text has shadow with #70B39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B39A.

Preview

Color preview on black background

This text has color #70B39A on black background.


Color preview on white background

This text has color #70B39A on white background.


Black color preview on #70B39A background

This text has black color on #70B39A background.


White color preview on #70B39A background

This text has white color on #70B39A background.


Related colors

Complementary color

Complementary color for #hex is #8F4C65.


I love getcolorcode.com

Triadic colors

1 #9A70B3 and #B39A70 with #70B39A are triadic colors.

2 #9AB370 and #B3709A with #70B39A are triadic colors.