COLOR #70AF97

HEX: #70AF97
RGB: (112,175,151)

Color info

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

RGB color model

#70AF97 color RGB value is (112,175,151).

  • red value is 112;
  • green value is 175;
  • blue value is 151.
RGB:
(112,175,151)
(44%,69%,59%)

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 151 of 255 = 59%

112
175
151

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

Portions of RGB colors in percentages

R + G + B =
112 + 175 + 151 = 438 (100%)
R 112 of 438 ~ 25.57%
G 175 of 438 ~ 39.95%
B 151 of 438 ~ 34.47%

%25.57
%39.95
%34.47

CMYK color model

#70AF97 color CMYK value is (36,0,14,31).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 31.37%
CMYK:
(36,0,14,31)
C36M0Y14K31 
(36%,0%,14%,31%)
(0.36/0.00/0.14/0.31)	

CMYK percentages

%36
%0
%13.71
%31.37

Codes

Color #70AF97 in popluar color models

70AF97
RGB112175151
HSL157°28.25%56.27%
HSB/HSV157°36.00%68.63%
CMYK36.00%0.00%13.71%
31.37%

Color #70AF97 in popluar number systems.

HEX70AF97
Decimal112175151
Binary11100001010111110010111
Octal160257227

Shades and tints

Shades of #70AF97

#70AF97
(112,175,151)
#66A08A
(102,160,138)
#5C917D
(92,145,125)
#528270
(82,130,112)
#487363
(72,115,99)
#3E6456
(62,100,86)
#345549
(52,85,73)
#2A463C
(42,70,60)
#20372F
(32,55,47)
#162822
(22,40,34)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #70AF97

#70AF97
(112,175,151)
#7DB6A0
(125,182,160)
#8ABDA9
(138,189,169)
#97C4B2
(151,196,178)
#A4CBBB
(164,203,187)
#B1D2C4
(177,210,196)
#BED9CD
(190,217,205)
#CBE0D6
(203,224,214)
#D8E7DF
(216,231,223)
#E5EEE8
(229,238,232)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AF97 color. Also use rgb(112,175,151) instead hex code.

Text Font Color

.myTextColor { color: #70AF97; }

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

This text font color is #70AF97.


Background Color

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

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

This div background color is #70AF97.


Border color

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

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

This div border color is #70AF97.


Opacity

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

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

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

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

This text has shadow with #70AF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AF97 on black background.


Color preview on white background

This text has color #70AF97 on white background.



Black color preview on #70AF97 background

This text has black color on #70AF97 background.


White color preview on #70AF97 background

This text has white color on #70AF97 background.