COLOR #70BE8D

HEX: #70BE8D RGB: (112,190,141)

Color info

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

RGB color model

#70BE8D color RGB value is (112,190,141).

RGB: (112,190,141) (44%, 75%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 190 of 255 = 75%
B 141 of 255 = 55%

112
190
141

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

Portions of RGB colors in percentages

R + G + B = 112 + 190 + 141 = 443 (100%)
R 112 of 443 ~ 25.28%
G 190 of 443 ~ 42.89%
B 141 of 443 ~ 31.83'%

%25.28
%42.89
%31.83

CMYK color model

#70BE8D color CMYK value is (41,0,26,25).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%

CMYK: (41,0,26,25)
C41M0Y26K25 (41%, 0%, 26%, 25%)
(0.41 / 0.00 / 0.26 / 0.25)

CMYK percentages

%41.05
%0
%25.79
%25.49

Codes

Color #70BE8D in popluar color models

70 BE 8D
RGB 112 190 141
HSL 142° 37.50% 59.22%
HSB/HSV 142° 41.05% 74.51%
CMYK 41.05% 0.00% 25.79%
25.49%

Color #70BE8D in popluar number systems.

HEX 70 BE 8D
Decimal 112 190 141
Binary 1110000 10111110 10001101
Octal 160 276 215

Shades and tints

Shades of #70BE8D

#70BE8D
(112,190,141)
#66AD81
(102,173,129)
#5C9C75
(92,156,117)
#528B69
(82,139,105)
#487A5D
(72,122,93)
#3E6951
(62,105,81)
#345845
(52,88,69)
#2A4739
(42,71,57)
#20362D
(32,54,45)
#162521
(22,37,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #70BE8D

#70BE8D
(112,190,141)
#7DC397
(125,195,151)
#8AC8A1
(138,200,161)
#97CDAB
(151,205,171)
#A4D2B5
(164,210,181)
#B1D7BF
(177,215,191)
#BEDCC9
(190,220,201)
#CBE1D3
(203,225,211)
#D8E6DD
(216,230,221)
#E5EBE7
(229,235,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BE8D color. Also use rgb(112,190,141) instead hex code.

Text Font Color

.myTextColor { color: #70BE8D; }

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

This text font color is #70BE8D.

Background Color

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

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

This div background color is #70BE8D.

Border color

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

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

This div border color is #70BE8D.

Opacity

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

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

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

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

This text has shadow with #70BE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BE8D.

Preview

Color preview on black background

This text has color #70BE8D on black background.


Color preview on white background

This text has color #70BE8D on white background.


Black color preview on #70BE8D background

This text has black color on #70BE8D background.


White color preview on #70BE8D background

This text has white color on #70BE8D background.


Related colors

Complementary color

Complementary color for #hex is #8F4172.


I love getcolorcode.com

Triadic colors

1 #8D70BE and #BE8D70 with #70BE8D are triadic colors.

2 #8DBE70 and #BE708D with #70BE8D are triadic colors.