COLOR #70BD9A

HEX: #70BD9A RGB: (112,189,154)

Color info

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

RGB color model

#70BD9A color RGB value is (112,189,154).

RGB: (112,189,154) (44%, 74%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 189 of 255 = 74%
B 154 of 255 = 60%

112
189
154

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

Portions of RGB colors in percentages

R + G + B = 112 + 189 + 154 = 455 (100%)
R 112 of 455 ~ 24.62%
G 189 of 455 ~ 41.54%
B 154 of 455 ~ 33.85'%

%24.62
%41.54
%33.85

CMYK color model

#70BD9A color CMYK value is (41,0,19,26).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%

CMYK: (41,0,19,26)
C41M0Y19K26 (41%, 0%, 19%, 26%)
(0.41 / 0.00 / 0.19 / 0.26)

CMYK percentages

%40.74
%0
%18.52
%25.88

Codes

Color #70BD9A in popluar color models

70 BD 9A
RGB 112 189 154
HSL 153° 36.84% 59.02%
HSB/HSV 153° 40.74% 74.12%
CMYK 40.74% 0.00% 18.52%
25.88%

Color #70BD9A in popluar number systems.

HEX 70 BD 9A
Decimal 112 189 154
Binary 1110000 10111101 10011010
Octal 160 275 232

Shades and tints

Shades of #70BD9A

#70BD9A
(112,189,154)
#66AC8C
(102,172,140)
#5C9B7E
(92,155,126)
#528A70
(82,138,112)
#487962
(72,121,98)
#3E6854
(62,104,84)
#345746
(52,87,70)
#2A4638
(42,70,56)
#20352A
(32,53,42)
#16241C
(22,36,28)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #70BD9A

#70BD9A
(112,189,154)
#7DC3A3
(125,195,163)
#8AC9AC
(138,201,172)
#97CFB5
(151,207,181)
#A4D5BE
(164,213,190)
#B1DBC7
(177,219,199)
#BEE1D0
(190,225,208)
#CBE7D9
(203,231,217)
#D8EDE2
(216,237,226)
#E5F3EB
(229,243,235)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70BD9A; }

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

This text font color is #70BD9A.

Background Color

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

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

This div background color is #70BD9A.

Border color

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

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

This div border color is #70BD9A.

Opacity

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

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

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

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

This text has shadow with #70BD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BD9A.

Preview

Color preview on black background

This text has color #70BD9A on black background.


Color preview on white background

This text has color #70BD9A on white background.


Black color preview on #70BD9A background

This text has black color on #70BD9A background.


White color preview on #70BD9A background

This text has white color on #70BD9A background.


Related colors

Complementary color

Complementary color for #hex is #8F4265.


I love getcolorcode.com

Triadic colors

1 #9A70BD and #BD9A70 with #70BD9A are triadic colors.

2 #9ABD70 and #BD709A with #70BD9A are triadic colors.