COLOR #70BDA4

HEX: #70BDA4
RGB: (112,189,164)

Color info

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

RGB color model

#70BDA4 color RGB value is (112,189,164).

  • red value is 112;
  • green value is 189;
  • blue value is 164.
RGB:
(112,189,164)
(44%,74%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 189 of 255 = 74%
B 164 of 255 = 64%

112
189
164

R + G + B ~ 61%. #70BDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 189 + 164 = 465 (100%)
R 112 of 465 ~ 24.09%
G 189 of 465 ~ 40.65%
B 164 of 465 ~ 35.27%

%24.09
%40.65
%35.27

CMYK color model

#70BDA4 color CMYK value is (41,0,13,26).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(41,0,13,26)
C41M0Y13K26 
(41%,0%,13%,26%)
(0.41/0.00/0.13/0.26)	

CMYK percentages

%40.74
%0
%13.23
%25.88

Codes

Color #70BDA4 in popluar color models

70BDA4
RGB112189164
HSL161°36.84%59.02%
HSB/HSV161°40.74%74.12%
CMYK40.74%0.00%13.23%
25.88%

Color #70BDA4 in popluar number systems.

HEX70BDA4
Decimal112189164
Binary11100001011110110100100
Octal160275244

Shades and tints

Shades of #70BDA4

#70BDA4
(112,189,164)
#66AC96
(102,172,150)
#5C9B88
(92,155,136)
#528A7A
(82,138,122)
#48796C
(72,121,108)
#3E685E
(62,104,94)
#345750
(52,87,80)
#2A4642
(42,70,66)
#203534
(32,53,52)
#162426
(22,36,38)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #70BDA4

#70BDA4
(112,189,164)
#7DC3AC
(125,195,172)
#8AC9B4
(138,201,180)
#97CFBC
(151,207,188)
#A4D5C4
(164,213,196)
#B1DBCC
(177,219,204)
#BEE1D4
(190,225,212)
#CBE7DC
(203,231,220)
#D8EDE4
(216,237,228)
#E5F3EC
(229,243,236)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BDA4 color. Also use rgb(112,189,164) instead hex code.

Text Font Color

.myTextColor { color: #70BDA4; }

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

This text font color is #70BDA4.


Background Color

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

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

This div background color is #70BDA4.


Border color

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

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

This div border color is #70BDA4.


Opacity

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

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

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

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

This text has shadow with #70BDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BDA4 on black background.


Color preview on white background

This text has color #70BDA4 on white background.



Black color preview on #70BDA4 background

This text has black color on #70BDA4 background.


White color preview on #70BDA4 background

This text has white color on #70BDA4 background.