COLOR #70C1A3

HEX: #70C1A3 RGB: (112,193,163)

Color info

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

RGB color model

#70C1A3 color RGB value is (112,193,163).

RGB: (112,193,163) (44%, 76%, 64%)

RGB channels and saturation

R 112 of 255 = 44%
G 193 of 255 = 76%
B 163 of 255 = 64%

112
193
163

R + G + B ~ 61%. #70C1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 193 + 163 = 468 (100%)
R 112 of 468 ~ 23.93%
G 193 of 468 ~ 41.24%
B 163 of 468 ~ 34.83'%

%23.93
%41.24
%34.83

CMYK color model

#70C1A3 color CMYK value is (42,0,16,24).

  • cyan value is 41.97%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 24.31%

CMYK: (42,0,16,24)
C42M0Y16K24 (42%, 0%, 16%, 24%)
(0.42 / 0.00 / 0.16 / 0.24)

CMYK percentages

%41.97
%0
%15.54
%24.31

Codes

Color #70C1A3 in popluar color models

70 C1 A3
RGB 112 193 163
HSL 158° 39.51% 59.80%
HSB/HSV 158° 41.97% 75.69%
CMYK 41.97% 0.00% 15.54%
24.31%

Color #70C1A3 in popluar number systems.

HEX 70 C1 A3
Decimal 112 193 163
Binary 1110000 11000001 10100011
Octal 160 301 243

Shades and tints

Shades of #70C1A3

#70C1A3
(112,193,163)
#66B095
(102,176,149)
#5C9F87
(92,159,135)
#528E79
(82,142,121)
#487D6B
(72,125,107)
#3E6C5D
(62,108,93)
#345B4F
(52,91,79)
#2A4A41
(42,74,65)
#203933
(32,57,51)
#162825
(22,40,37)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #70C1A3

#70C1A3
(112,193,163)
#7DC6AB
(125,198,171)
#8ACBB3
(138,203,179)
#97D0BB
(151,208,187)
#A4D5C3
(164,213,195)
#B1DACB
(177,218,203)
#BEDFD3
(190,223,211)
#CBE4DB
(203,228,219)
#D8E9E3
(216,233,227)
#E5EEEB
(229,238,235)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C1A3 color. Also use rgb(112,193,163) instead hex code.

Text Font Color

.myTextColor { color: #70C1A3; }

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

This text font color is #70C1A3.

Background Color

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

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

This div background color is #70C1A3.

Border color

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

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

This div border color is #70C1A3.

Opacity

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

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

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

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

This text has shadow with #70C1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C1A3.

Preview

Color preview on black background

This text has color #70C1A3 on black background.


Color preview on white background

This text has color #70C1A3 on white background.


Black color preview on #70C1A3 background

This text has black color on #70C1A3 background.


White color preview on #70C1A3 background

This text has white color on #70C1A3 background.


Related colors

Complementary color

Complementary color for #hex is #8F3E5C.


I love getcolorcode.com

Triadic colors

1 #A370C1 and #C1A370 with #70C1A3 are triadic colors.

2 #A3C170 and #C170A3 with #70C1A3 are triadic colors.