COLOR #70AE99

HEX: #70AE99 RGB: (112,174,153)

Color info

#70AE99 contains mainly green and blue colors. Web safe color of #70AE99 is #669999 (or #699).

RGB color model

#70AE99 color RGB value is (112,174,153).

RGB: (112,174,153) (44%, 68%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 153 of 255 = 60%

112
174
153

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

Portions of RGB colors in percentages

R + G + B = 112 + 174 + 153 = 439 (100%)
R 112 of 439 ~ 25.51%
G 174 of 439 ~ 39.64%
B 153 of 439 ~ 34.85'%

%25.51
%39.64
%34.85

CMYK color model

#70AE99 color CMYK value is (36,0,12,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK: (36,0,12,32) C36M0Y12K32 (36%,0%,12%,32%) (0.36/0.00/0.12/0.32) 

CMYK percentages

%35.63
%0
%12.07
%31.76

Codes

Color #70AE99 in popluar color models

70 AE 99
RGB 112 174 153
HSL 160° 27.68% 56.08%
HSB/HSV 160° 35.63% 68.24%
CMYK 35.63% 0.00% 12.07%
31.76%

Color #70AE99 in popluar number systems.

HEX 70 AE 99
Decimal 112 174 153
Binary 1110000 10101110 10011001
Octal 160 256 231

Shades and tints

Shades of #70AE99

#70AE99
(112,174,153)
#669F8C
(102,159,140)
#5C907F
(92,144,127)
#528172
(82,129,114)
#487265
(72,114,101)
#3E6358
(62,99,88)
#34544B
(52,84,75)
#2A453E
(42,69,62)
#203631
(32,54,49)
#162724
(22,39,36)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #70AE99

#70AE99
(112,174,153)
#7DB5A2
(125,181,162)
#8ABCAB
(138,188,171)
#97C3B4
(151,195,180)
#A4CABD
(164,202,189)
#B1D1C6
(177,209,198)
#BED8CF
(190,216,207)
#CBDFD8
(203,223,216)
#D8E6E1
(216,230,225)
#E5EDEA
(229,237,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AE99; }

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

This text font color is #70AE99.

Background Color

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

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

This div background color is #70AE99.

Border color

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

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

This div border color is #70AE99.

Opacity

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

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

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

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

This text has shadow with #70AE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AE99.

Preview

Color preview on black background

This text has color #70AE99 on black background.


Color preview on white background

This text has color #70AE99 on white background.


Black color preview on #70AE99 background

This text has black color on #70AE99 background.


White color preview on #70AE99 background

This text has white color on #70AE99 background.


Related colors

Complementary color

Complementary color for #hex is #8F5166.


I love getcolorcode.com

Triadic colors

1 #9970AE and #AE9970 with #70AE99 are triadic colors.

2 #99AE70 and #AE7099 with #70AE99 are triadic colors.