COLOR #70B59A

HEX: #70B59A RGB: (112,181,154)

Color info

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

RGB color model

#70B59A color RGB value is (112,181,154).

RGB: (112,181,154) (44%, 71%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 181 of 255 = 71%
B 154 of 255 = 60%

112
181
154

R + G + B ~ 58%. #70B59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 181 + 154 = 447 (100%)
R 112 of 447 ~ 25.06%
G 181 of 447 ~ 40.49%
B 154 of 447 ~ 34.45'%

%25.06
%40.49
%34.45

CMYK color model

#70B59A color CMYK value is (38,0,15,29).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK: (38,0,15,29) C38M0Y15K29 (38%,0%,15%,29%) (0.38/0.00/0.15/0.29) 

CMYK percentages

%38.12
%0
%14.92
%29.02

Codes

Color #70B59A in popluar color models

70 B5 9A
RGB 112 181 154
HSL 157° 31.80% 57.45%
HSB/HSV 157° 38.12% 70.98%
CMYK 38.12% 0.00% 14.92%
29.02%

Color #70B59A in popluar number systems.

HEX 70 B5 9A
Decimal 112 181 154
Binary 1110000 10110101 10011010
Octal 160 265 232

Shades and tints

Shades of #70B59A

#70B59A
(112,181,154)
#66A58C
(102,165,140)
#5C957E
(92,149,126)
#528570
(82,133,112)
#487562
(72,117,98)
#3E6554
(62,101,84)
#345546
(52,85,70)
#2A4538
(42,69,56)
#20352A
(32,53,42)
#16251C
(22,37,28)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #70B59A

#70B59A
(112,181,154)
#7DBBA3
(125,187,163)
#8AC1AC
(138,193,172)
#97C7B5
(151,199,181)
#A4CDBE
(164,205,190)
#B1D3C7
(177,211,199)
#BED9D0
(190,217,208)
#CBDFD9
(203,223,217)
#D8E5E2
(216,229,226)
#E5EBEB
(229,235,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B59A color. Also use rgb(112,181,154) instead hex code.

Text Font Color

.myTextColor { color: #70B59A; }

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

This text font color is #70B59A.

Background Color

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

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

This div background color is #70B59A.

Border color

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

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

This div border color is #70B59A.

Opacity

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

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

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

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

This text has shadow with #70B59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B59A.

Preview

Color preview on black background

This text has color #70B59A on black background.


Color preview on white background

This text has color #70B59A on white background.


Black color preview on #70B59A background

This text has black color on #70B59A background.


White color preview on #70B59A background

This text has white color on #70B59A background.


Related colors

Complementary color

Complementary color for #hex is #8F4A65.


I love getcolorcode.com

Triadic colors

1 #9A70B5 and #B59A70 with #70B59A are triadic colors.

2 #9AB570 and #B5709A with #70B59A are triadic colors.