COLOR #70C3AA

HEX: #70C3AA
RGB: (112,195,170)

Color info

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

RGB color model

#70C3AA color RGB value is (112,195,170).

  • red value is 112;
  • green value is 195;
  • blue value is 170.
RGB:
(112,195,170)
(44%,76%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 195 of 255 = 76%
B 170 of 255 = 67%

112
195
170

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

Portions of RGB colors in percentages

R + G + B =
112 + 195 + 170 = 477 (100%)
R 112 of 477 ~ 23.48%
G 195 of 477 ~ 40.88%
B 170 of 477 ~ 35.64%

%23.48
%40.88
%35.64

CMYK color model

#70C3AA color CMYK value is (43,0,13,24).

  • cyan value is 42.56%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(43,0,13,24)
C43M0Y13K24 
(43%,0%,13%,24%)
(0.43/0.00/0.13/0.24)	

CMYK percentages

%42.56
%0
%12.82
%23.53

Codes

Color #70C3AA in popluar color models

70C3AA
RGB112195170
HSL162°40.89%60.20%
HSB/HSV162°42.56%76.47%
CMYK42.56%0.00%12.82%
23.53%

Color #70C3AA in popluar number systems.

HEX70C3AA
Decimal112195170
Binary11100001100001110101010
Octal160303252

Shades and tints

Shades of #70C3AA

#70C3AA
(112,195,170)
#66B29B
(102,178,155)
#5CA18C
(92,161,140)
#52907D
(82,144,125)
#487F6E
(72,127,110)
#3E6E5F
(62,110,95)
#345D50
(52,93,80)
#2A4C41
(42,76,65)
#203B32
(32,59,50)
#162A23
(22,42,35)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #70C3AA

#70C3AA
(112,195,170)
#7DC8B1
(125,200,177)
#8ACDB8
(138,205,184)
#97D2BF
(151,210,191)
#A4D7C6
(164,215,198)
#B1DCCD
(177,220,205)
#BEE1D4
(190,225,212)
#CBE6DB
(203,230,219)
#D8EBE2
(216,235,226)
#E5F0E9
(229,240,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C3AA color. Also use rgb(112,195,170) instead hex code.

Text Font Color

.myTextColor { color: #70C3AA; }

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

This text font color is #70C3AA.


Background Color

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

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

This div background color is #70C3AA.


Border color

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

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

This div border color is #70C3AA.


Opacity

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

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

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

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

This text has shadow with #70C3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C3AA on black background.


Color preview on white background

This text has color #70C3AA on white background.



Black color preview on #70C3AA background

This text has black color on #70C3AA background.


White color preview on #70C3AA background

This text has white color on #70C3AA background.