COLOR #70BC90

HEX: #70BC90 RGB: (112,188,144)

Color info

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

RGB color model

#70BC90 color RGB value is (112,188,144).

RGB: (112,188,144) (44%, 74%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 188 of 255 = 74%
B 144 of 255 = 56%

112
188
144

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

Portions of RGB colors in percentages

R + G + B = 112 + 188 + 144 = 444 (100%)
R 112 of 444 ~ 25.23%
G 188 of 444 ~ 42.34%
B 144 of 444 ~ 32.43'%

%25.23
%42.34
%32.43

CMYK color model

#70BC90 color CMYK value is (40,0,23,26).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 26.27%

CMYK: (40,0,23,26)
C40M0Y23K26 (40%, 0%, 23%, 26%)
(0.40 / 0.00 / 0.23 / 0.26)

CMYK percentages

%40.43
%0
%23.4
%26.27

Codes

Color #70BC90 in popluar color models

70 BC 90
RGB 112 188 144
HSL 145° 36.19% 58.82%
HSB/HSV 145° 40.43% 73.73%
CMYK 40.43% 0.00% 23.40%
26.27%

Color #70BC90 in popluar number systems.

HEX 70 BC 90
Decimal 112 188 144
Binary 1110000 10111100 10010000
Octal 160 274 220

Shades and tints

Shades of #70BC90

#70BC90
(112,188,144)
#66AB83
(102,171,131)
#5C9A76
(92,154,118)
#528969
(82,137,105)
#48785C
(72,120,92)
#3E674F
(62,103,79)
#345642
(52,86,66)
#2A4535
(42,69,53)
#203428
(32,52,40)
#16231B
(22,35,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #70BC90

#70BC90
(112,188,144)
#7DC29A
(125,194,154)
#8AC8A4
(138,200,164)
#97CEAE
(151,206,174)
#A4D4B8
(164,212,184)
#B1DAC2
(177,218,194)
#BEE0CC
(190,224,204)
#CBE6D6
(203,230,214)
#D8ECE0
(216,236,224)
#E5F2EA
(229,242,234)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BC90 color. Also use rgb(112,188,144) instead hex code.

Text Font Color

.myTextColor { color: #70BC90; }

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

This text font color is #70BC90.

Background Color

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

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

This div background color is #70BC90.

Border color

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

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

This div border color is #70BC90.

Opacity

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

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

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

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

This text has shadow with #70BC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BC90.

Preview

Color preview on black background

This text has color #70BC90 on black background.


Color preview on white background

This text has color #70BC90 on white background.


Black color preview on #70BC90 background

This text has black color on #70BC90 background.


White color preview on #70BC90 background

This text has white color on #70BC90 background.


Related colors

Complementary color

Complementary color for #hex is #8F436F.


I love getcolorcode.com

Triadic colors

1 #9070BC and #BC9070 with #70BC90 are triadic colors.

2 #90BC70 and #BC7090 with #70BC90 are triadic colors.