COLOR #70AE80

HEX: #70AE80 RGB: (112,174,128)

Color info

#70AE80 contains mainly green and blue colors. Web safe color of #70AE80 is #669966 (or #696).

RGB color model

#70AE80 color RGB value is (112,174,128).

RGB: (112,174,128) (44%, 68%, 50%)

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 128 of 255 = 50%

112
174
128

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

Portions of RGB colors in percentages

R + G + B = 112 + 174 + 128 = 414 (100%)
R 112 of 414 ~ 27.05%
G 174 of 414 ~ 42.03%
B 128 of 414 ~ 30.92'%

%27.05
%42.03
%30.92

CMYK color model

#70AE80 color CMYK value is (36,0,26,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 31.76%

CMYK: (36,0,26,32)
C36M0Y26K32 (36%, 0%, 26%, 32%)
(0.36 / 0.00 / 0.26 / 0.32)

CMYK percentages

%35.63
%0
%26.44
%31.76

Codes

Color #70AE80 in popluar color models

70 AE 80
RGB 112 174 128
HSL 135° 27.68% 56.08%
HSB/HSV 135° 35.63% 68.24%
CMYK 35.63% 0.00% 26.44%
31.76%

Color #70AE80 in popluar number systems.

HEX 70 AE 80
Decimal 112 174 128
Binary 1110000 10101110 10000000
Octal 160 256 200

Shades and tints

Shades of #70AE80

#70AE80
(112,174,128)
#669F75
(102,159,117)
#5C906A
(92,144,106)
#52815F
(82,129,95)
#487254
(72,114,84)
#3E6349
(62,99,73)
#34543E
(52,84,62)
#2A4533
(42,69,51)
#203628
(32,54,40)
#16271D
(22,39,29)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #70AE80

#70AE80
(112,174,128)
#7DB58B
(125,181,139)
#8ABC96
(138,188,150)
#97C3A1
(151,195,161)
#A4CAAC
(164,202,172)
#B1D1B7
(177,209,183)
#BED8C2
(190,216,194)
#CBDFCD
(203,223,205)
#D8E6D8
(216,230,216)
#E5EDE3
(229,237,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AE80 color. Also use rgb(112,174,128) instead hex code.

Text Font Color

.myTextColor { color: #70AE80; }

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

This text font color is #70AE80.

Background Color

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

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

This div background color is #70AE80.

Border color

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

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

This div border color is #70AE80.

Opacity

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

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

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

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

This text has shadow with #70AE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AE80.

Preview

Color preview on black background

This text has color #70AE80 on black background.


Color preview on white background

This text has color #70AE80 on white background.


Black color preview on #70AE80 background

This text has black color on #70AE80 background.


White color preview on #70AE80 background

This text has white color on #70AE80 background.


Related colors

Complementary color

Complementary color for #hex is #8F517F.


I love getcolorcode.com

Triadic colors

1 #8070AE and #AE8070 with #70AE80 are triadic colors.

2 #80AE70 and #AE7080 with #70AE80 are triadic colors.