COLOR #70AFAB

HEX: #70AFAB RGB: (112,175,171)

Color info

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

RGB color model

#70AFAB color RGB value is (112,175,171).

RGB: (112,175,171) (44%, 69%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 171 of 255 = 67%

112
175
171

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

Portions of RGB colors in percentages

R + G + B = 112 + 175 + 171 = 458 (100%)
R 112 of 458 ~ 24.45%
G 175 of 458 ~ 38.21%
B 171 of 458 ~ 37.34'%

%24.45
%38.21
%37.34

CMYK color model

#70AFAB color CMYK value is (36,0,2,31).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK: (36,0,2,31) C36M0Y2K31 (36%,0%,2%,31%) (0.36/0.00/0.02/0.31) 

CMYK percentages

%36
%0
%2.29
%31.37

Codes

Color #70AFAB in popluar color models

70 AF AB
RGB 112 175 171
HSL 176° 28.25% 56.27%
HSB/HSV 176° 36.00% 68.63%
CMYK 36.00% 0.00% 2.29%
31.37%

Color #70AFAB in popluar number systems.

HEX 70 AF AB
Decimal 112 175 171
Binary 1110000 10101111 10101011
Octal 160 257 253

Shades and tints

Shades of #70AFAB

#70AFAB
(112,175,171)
#66A09C
(102,160,156)
#5C918D
(92,145,141)
#52827E
(82,130,126)
#48736F
(72,115,111)
#3E6460
(62,100,96)
#345551
(52,85,81)
#2A4642
(42,70,66)
#203733
(32,55,51)
#162824
(22,40,36)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #70AFAB

#70AFAB
(112,175,171)
#7DB6B2
(125,182,178)
#8ABDB9
(138,189,185)
#97C4C0
(151,196,192)
#A4CBC7
(164,203,199)
#B1D2CE
(177,210,206)
#BED9D5
(190,217,213)
#CBE0DC
(203,224,220)
#D8E7E3
(216,231,227)
#E5EEEA
(229,238,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AFAB; }

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

This text font color is #70AFAB.

Background Color

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

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

This div background color is #70AFAB.

Border color

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

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

This div border color is #70AFAB.

Opacity

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

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

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

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

This text has shadow with #70AFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AFAB.

Preview

Color preview on black background

This text has color #70AFAB on black background.


Color preview on white background

This text has color #70AFAB on white background.


Black color preview on #70AFAB background

This text has black color on #70AFAB background.


White color preview on #70AFAB background

This text has white color on #70AFAB background.


Related colors

Complementary color

Complementary color for #hex is #8F5054.


I love getcolorcode.com

Triadic colors

1 #AB70AF and #AFAB70 with #70AFAB are triadic colors.

2 #ABAF70 and #AF70AB with #70AFAB are triadic colors.