COLOR #70C4BD

HEX: #70C4BD
RGB: (112,196,189)

Color info

#70C4BD contains mainly green and blue colors. Web safe color of #70C4BD is #66CCCC (or #6CC).

RGB color model

#70C4BD color RGB value is (112,196,189).

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

RGB channels and saturation

R 112 of 255 = 44%
G 196 of 255 = 77%
B 189 of 255 = 74%

112
196
189

R + G + B ~ 65%. #70C4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 196 + 189 = 497 (100%)
R 112 of 497 ~ 22.54%
G 196 of 497 ~ 39.44%
B 189 of 497 ~ 38.03%

%22.54
%39.44
%38.03

CMYK color model

#70C4BD color CMYK value is (43,0,4,23).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(43,0,4,23)
C43M0Y4K23 
(43%,0%,4%,23%)
(0.43/0.00/0.04/0.23)	

CMYK percentages

%42.86
%0
%3.57
%23.14

Codes

Color #70C4BD in popluar color models

70C4BD
RGB112196189
HSL175°41.58%60.39%
HSB/HSV175°42.86%76.86%
CMYK42.86%0.00%3.57%
23.14%

Color #70C4BD in popluar number systems.

HEX70C4BD
Decimal112196189
Binary11100001100010010111101
Octal160304275

Shades and tints

Shades of #70C4BD

#70C4BD
(112,196,189)
#66B3AC
(102,179,172)
#5CA29B
(92,162,155)
#52918A
(82,145,138)
#488079
(72,128,121)
#3E6F68
(62,111,104)
#345E57
(52,94,87)
#2A4D46
(42,77,70)
#203C35
(32,60,53)
#162B24
(22,43,36)
#0C1A13
(12,26,19)
#000000
(0,0,0)

Tints of #70C4BD

#70C4BD
(112,196,189)
#7DC9C3
(125,201,195)
#8ACEC9
(138,206,201)
#97D3CF
(151,211,207)
#A4D8D5
(164,216,213)
#B1DDDB
(177,221,219)
#BEE2E1
(190,226,225)
#CBE7E7
(203,231,231)
#D8ECED
(216,236,237)
#E5F1F3
(229,241,243)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C4BD; }

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

This text font color is #70C4BD.


Background Color

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

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

This div background color is #70C4BD.


Border color

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

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

This div border color is #70C4BD.


Opacity

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

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

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

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

This text has shadow with #70C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C4BD on black background.


Color preview on white background

This text has color #70C4BD on white background.



Black color preview on #70C4BD background

This text has black color on #70C4BD background.


White color preview on #70C4BD background

This text has white color on #70C4BD background.