COLOR #70C5AD

HEX: #70C5AD RGB: (112,197,173)

Color info

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

RGB color model

#70C5AD color RGB value is (112,197,173).

RGB: (112,197,173) (44%, 77%, 68%)

RGB channels and saturation

R 112 of 255 = 44%
G 197 of 255 = 77%
B 173 of 255 = 68%

112
197
173

R + G + B ~ 63%. #70C5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 197 + 173 = 482 (100%)
R 112 of 482 ~ 23.24%
G 197 of 482 ~ 40.87%
B 173 of 482 ~ 35.89'%

%23.24
%40.87
%35.89

CMYK color model

#70C5AD color CMYK value is (43,0,12,23).

  • cyan value is 43.15%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 22.75%

CMYK: (43,0,12,23)
C43M0Y12K23 (43%, 0%, 12%, 23%)
(0.43 / 0.00 / 0.12 / 0.23)

CMYK percentages

%43.15
%0
%12.18
%22.75

Codes

Color #70C5AD in popluar color models

70 C5 AD
RGB 112 197 173
HSL 163° 42.29% 60.59%
HSB/HSV 163° 43.15% 77.25%
CMYK 43.15% 0.00% 12.18%
22.75%

Color #70C5AD in popluar number systems.

HEX 70 C5 AD
Decimal 112 197 173
Binary 1110000 11000101 10101101
Octal 160 305 255

Shades and tints

Shades of #70C5AD

#70C5AD
(112,197,173)
#66B49E
(102,180,158)
#5CA38F
(92,163,143)
#529280
(82,146,128)
#488171
(72,129,113)
#3E7062
(62,112,98)
#345F53
(52,95,83)
#2A4E44
(42,78,68)
#203D35
(32,61,53)
#162C26
(22,44,38)
#0C1B17
(12,27,23)
#000000
(0,0,0)

Tints of #70C5AD

#70C5AD
(112,197,173)
#7DCAB4
(125,202,180)
#8ACFBB
(138,207,187)
#97D4C2
(151,212,194)
#A4D9C9
(164,217,201)
#B1DED0
(177,222,208)
#BEE3D7
(190,227,215)
#CBE8DE
(203,232,222)
#D8EDE5
(216,237,229)
#E5F2EC
(229,242,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C5AD color. Also use rgb(112,197,173) instead hex code.

Text Font Color

.myTextColor { color: #70C5AD; }

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

This text font color is #70C5AD.

Background Color

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

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

This div background color is #70C5AD.

Border color

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

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

This div border color is #70C5AD.

Opacity

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

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

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

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

This text has shadow with #70C5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C5AD.

Preview

Color preview on black background

This text has color #70C5AD on black background.


Color preview on white background

This text has color #70C5AD on white background.


Black color preview on #70C5AD background

This text has black color on #70C5AD background.


White color preview on #70C5AD background

This text has white color on #70C5AD background.


Related colors

Complementary color

Complementary color for #hex is #8F3A52.


I love getcolorcode.com

Triadic colors

1 #AD70C5 and #C5AD70 with #70C5AD are triadic colors.

2 #ADC570 and #C570AD with #70C5AD are triadic colors.