COLOR #70C4C7

HEX: #70C4C7
RGB: (112,196,199)

Color info

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

RGB color model

#70C4C7 color RGB value is (112,196,199).

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

RGB channels and saturation

R 112 of 255 = 44%
G 196 of 255 = 77%
B 199 of 255 = 78%

112
196
199

R + G + B ~ 66%. #70C4C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 196 + 199 = 507 (100%)
R 112 of 507 ~ 22.09%
G 196 of 507 ~ 38.66%
B 199 of 507 ~ 39.25%

%22.09
%38.66
%39.25

CMYK color model

#70C4C7 color CMYK value is (44,2,0,22).

  • cyan value is 43.72%
  • magenta value is 1.51%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(44,2,0,22)
C44M2Y0K22 
(44%,2%,0%,22%)
(0.44/0.02/0.00/0.22)	

CMYK percentages

%43.72
%1.51
%0
%21.96

Codes

Color #70C4C7 in popluar color models

70C4C7
RGB112196199
HSL182°43.72%60.98%
HSB/HSV182°43.72%78.04%
CMYK43.72%1.51%0.00%
21.96%

Color #70C4C7 in popluar number systems.

HEX70C4C7
Decimal112196199
Binary11100001100010011000111
Octal160304307

Shades and tints

Shades of #70C4C7

#70C4C7
(112,196,199)
#66B3B5
(102,179,181)
#5CA2A3
(92,162,163)
#529191
(82,145,145)
#48807F
(72,128,127)
#3E6F6D
(62,111,109)
#345E5B
(52,94,91)
#2A4D49
(42,77,73)
#203C37
(32,60,55)
#162B25
(22,43,37)
#0C1A13
(12,26,19)
#000000
(0,0,0)

Tints of #70C4C7

#70C4C7
(112,196,199)
#7DC9CC
(125,201,204)
#8ACED1
(138,206,209)
#97D3D6
(151,211,214)
#A4D8DB
(164,216,219)
#B1DDE0
(177,221,224)
#BEE2E5
(190,226,229)
#CBE7EA
(203,231,234)
#D8ECEF
(216,236,239)
#E5F1F4
(229,241,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C4C7; }

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

This text font color is #70C4C7.


Background Color

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

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

This div background color is #70C4C7.


Border color

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

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

This div border color is #70C4C7.


Opacity

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

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

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

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

This text has shadow with #70C4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C4C7 on black background.


Color preview on white background

This text has color #70C4C7 on white background.



Black color preview on #70C4C7 background

This text has black color on #70C4C7 background.


White color preview on #70C4C7 background

This text has white color on #70C4C7 background.