COLOR #70BE9B

HEX: #70BE9B
RGB: (112,190,155)

Color info

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

RGB color model

#70BE9B color RGB value is (112,190,155).

  • red value is 112;
  • green value is 190;
  • blue value is 155.
RGB:
(112,190,155)
(44%,75%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 190 of 255 = 75%
B 155 of 255 = 61%

112
190
155

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

Portions of RGB colors in percentages

R + G + B =
112 + 190 + 155 = 457 (100%)
R 112 of 457 ~ 24.51%
G 190 of 457 ~ 41.58%
B 155 of 457 ~ 33.92%

%24.51
%41.58
%33.92

CMYK color model

#70BE9B color CMYK value is (41,0,18,25).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK:
(41,0,18,25)
C41M0Y18K25 
(41%,0%,18%,25%)
(0.41/0.00/0.18/0.25)	

CMYK percentages

%41.05
%0
%18.42
%25.49

Codes

Color #70BE9B in popluar color models

70BE9B
RGB112190155
HSL153°37.50%59.22%
HSB/HSV153°41.05%74.51%
CMYK41.05%0.00%18.42%
25.49%

Color #70BE9B in popluar number systems.

HEX70BE9B
Decimal112190155
Binary11100001011111010011011
Octal160276233

Shades and tints

Shades of #70BE9B

#70BE9B
(112,190,155)
#66AD8D
(102,173,141)
#5C9C7F
(92,156,127)
#528B71
(82,139,113)
#487A63
(72,122,99)
#3E6955
(62,105,85)
#345847
(52,88,71)
#2A4739
(42,71,57)
#20362B
(32,54,43)
#16251D
(22,37,29)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #70BE9B

#70BE9B
(112,190,155)
#7DC3A4
(125,195,164)
#8AC8AD
(138,200,173)
#97CDB6
(151,205,182)
#A4D2BF
(164,210,191)
#B1D7C8
(177,215,200)
#BEDCD1
(190,220,209)
#CBE1DA
(203,225,218)
#D8E6E3
(216,230,227)
#E5EBEC
(229,235,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BE9B color. Also use rgb(112,190,155) instead hex code.

Text Font Color

.myTextColor { color: #70BE9B; }

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

This text font color is #70BE9B.


Background Color

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

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

This div background color is #70BE9B.


Border color

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

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

This div border color is #70BE9B.


Opacity

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

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

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

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

This text has shadow with #70BE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BE9B on black background.


Color preview on white background

This text has color #70BE9B on white background.



Black color preview on #70BE9B background

This text has black color on #70BE9B background.


White color preview on #70BE9B background

This text has white color on #70BE9B background.