COLOR #70C6A7

HEX: #70C6A7 RGB: (112,198,167)

Color info

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

RGB color model

#70C6A7 color RGB value is (112,198,167).

RGB: (112,198,167) (44%, 78%, 65%)

RGB channels and saturation

R 112 of 255 = 44%
G 198 of 255 = 78%
B 167 of 255 = 65%

112
198
167

R + G + B ~ 62%. #70C6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 198 + 167 = 477 (100%)
R 112 of 477 ~ 23.48%
G 198 of 477 ~ 41.51%
B 167 of 477 ~ 35.01'%

%23.48
%41.51
%35.01

CMYK color model

#70C6A7 color CMYK value is (43,0,16,22).

  • cyan value is 43.43%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%

CMYK: (43,0,16,22)
C43M0Y16K22 (43%, 0%, 16%, 22%)
(0.43 / 0.00 / 0.16 / 0.22)

CMYK percentages

%43.43
%0
%15.66
%22.35

Codes

Color #70C6A7 in popluar color models

70 C6 A7
RGB 112 198 167
HSL 158° 43.00% 60.78%
HSB/HSV 158° 43.43% 77.65%
CMYK 43.43% 0.00% 15.66%
22.35%

Color #70C6A7 in popluar number systems.

HEX 70 C6 A7
Decimal 112 198 167
Binary 1110000 11000110 10100111
Octal 160 306 247

Shades and tints

Shades of #70C6A7

#70C6A7
(112,198,167)
#66B498
(102,180,152)
#5CA289
(92,162,137)
#52907A
(82,144,122)
#487E6B
(72,126,107)
#3E6C5C
(62,108,92)
#345A4D
(52,90,77)
#2A483E
(42,72,62)
#20362F
(32,54,47)
#162420
(22,36,32)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70C6A7

#70C6A7
(112,198,167)
#7DCBAF
(125,203,175)
#8AD0B7
(138,208,183)
#97D5BF
(151,213,191)
#A4DAC7
(164,218,199)
#B1DFCF
(177,223,207)
#BEE4D7
(190,228,215)
#CBE9DF
(203,233,223)
#D8EEE7
(216,238,231)
#E5F3EF
(229,243,239)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C6A7 color. Also use rgb(112,198,167) instead hex code.

Text Font Color

.myTextColor { color: #70C6A7; }

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

This text font color is #70C6A7.

Background Color

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

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

This div background color is #70C6A7.

Border color

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

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

This div border color is #70C6A7.

Opacity

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

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

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

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

This text has shadow with #70C6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C6A7.

Preview

Color preview on black background

This text has color #70C6A7 on black background.


Color preview on white background

This text has color #70C6A7 on white background.


Black color preview on #70C6A7 background

This text has black color on #70C6A7 background.


White color preview on #70C6A7 background

This text has white color on #70C6A7 background.


Related colors

Complementary color

Complementary color for #hex is #8F3958.


I love getcolorcode.com

Triadic colors

1 #A770C6 and #C6A770 with #70C6A7 are triadic colors.

2 #A7C670 and #C670A7 with #70C6A7 are triadic colors.