COLOR #70B191

HEX: #70B191
RGB: (112,177,145)

Color info

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

RGB color model

#70B191 color RGB value is (112,177,145).

  • red value is 112;
  • green value is 177;
  • blue value is 145.
RGB:
(112,177,145)
(44%,69%,57%)

RGB channels and saturation

R 112 of 255 = 44%
G 177 of 255 = 69%
B 145 of 255 = 57%

112
177
145

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

Portions of RGB colors in percentages

R + G + B =
112 + 177 + 145 = 434 (100%)
R 112 of 434 ~ 25.81%
G 177 of 434 ~ 40.78%
B 145 of 434 ~ 33.41%

%25.81
%40.78
%33.41

CMYK color model

#70B191 color CMYK value is (37,0,18,31).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(37,0,18,31)
C37M0Y18K31 
(37%,0%,18%,31%)
(0.37/0.00/0.18/0.31)	

CMYK percentages

%36.72
%0
%18.08
%30.59

Codes

Color #70B191 in popluar color models

70B191
RGB112177145
HSL150°29.41%56.67%
HSB/HSV150°36.72%69.41%
CMYK36.72%0.00%18.08%
30.59%

Color #70B191 in popluar number systems.

HEX70B191
Decimal112177145
Binary11100001011000110010001
Octal160261221

Shades and tints

Shades of #70B191

#70B191
(112,177,145)
#66A184
(102,161,132)
#5C9177
(92,145,119)
#52816A
(82,129,106)
#48715D
(72,113,93)
#3E6150
(62,97,80)
#345143
(52,81,67)
#2A4136
(42,65,54)
#203129
(32,49,41)
#16211C
(22,33,28)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #70B191

#70B191
(112,177,145)
#7DB89B
(125,184,155)
#8ABFA5
(138,191,165)
#97C6AF
(151,198,175)
#A4CDB9
(164,205,185)
#B1D4C3
(177,212,195)
#BEDBCD
(190,219,205)
#CBE2D7
(203,226,215)
#D8E9E1
(216,233,225)
#E5F0EB
(229,240,235)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B191 color. Also use rgb(112,177,145) instead hex code.

Text Font Color

.myTextColor { color: #70B191; }

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

This text font color is #70B191.


Background Color

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

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

This div background color is #70B191.


Border color

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

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

This div border color is #70B191.


Opacity

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

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

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

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

This text has shadow with #70B191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B191 on black background.


Color preview on white background

This text has color #70B191 on white background.



Black color preview on #70B191 background

This text has black color on #70B191 background.


White color preview on #70B191 background

This text has white color on #70B191 background.