COLOR #70B993

HEX: #70B993
RGB: (112,185,147)

Color info

#70B993 contains mainly green and blue colors. Web safe color of #70B993 is #66CC99 (or #6C9).

RGB color model

#70B993 color RGB value is (112,185,147).

  • red value is 112;
  • green value is 185;
  • blue value is 147.
RGB:
(112,185,147)
(44%,73%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 185 of 255 = 73%
B 147 of 255 = 58%

112
185
147

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

Portions of RGB colors in percentages

R + G + B =
112 + 185 + 147 = 444 (100%)
R 112 of 444 ~ 25.23%
G 185 of 444 ~ 41.67%
B 147 of 444 ~ 33.11%

%25.23
%41.67
%33.11

CMYK color model

#70B993 color CMYK value is (39,0,21,27).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(39,0,21,27)
C39M0Y21K27 
(39%,0%,21%,27%)
(0.39/0.00/0.21/0.27)	

CMYK percentages

%39.46
%0
%20.54
%27.45

Codes

Color #70B993 in popluar color models

70B993
RGB112185147
HSL149°34.27%58.24%
HSB/HSV149°39.46%72.55%
CMYK39.46%0.00%20.54%
27.45%

Color #70B993 in popluar number systems.

HEX70B993
Decimal112185147
Binary11100001011100110010011
Octal160271223

Shades and tints

Shades of #70B993

#70B993
(112,185,147)
#66A986
(102,169,134)
#5C9979
(92,153,121)
#52896C
(82,137,108)
#48795F
(72,121,95)
#3E6952
(62,105,82)
#345945
(52,89,69)
#2A4938
(42,73,56)
#20392B
(32,57,43)
#16291E
(22,41,30)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #70B993

#70B993
(112,185,147)
#7DBF9C
(125,191,156)
#8AC5A5
(138,197,165)
#97CBAE
(151,203,174)
#A4D1B7
(164,209,183)
#B1D7C0
(177,215,192)
#BEDDC9
(190,221,201)
#CBE3D2
(203,227,210)
#D8E9DB
(216,233,219)
#E5EFE4
(229,239,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B993; }

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

This text font color is #70B993.


Background Color

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

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

This div background color is #70B993.


Border color

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

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

This div border color is #70B993.


Opacity

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

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

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

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

This text has shadow with #70B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B993 on black background.


Color preview on white background

This text has color #70B993 on white background.



Black color preview on #70B993 background

This text has black color on #70B993 background.


White color preview on #70B993 background

This text has white color on #70B993 background.