COLOR #70C298

HEX: #70C298
RGB: (112,194,152)

Color info

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

RGB color model

#70C298 color RGB value is (112,194,152).

  • red value is 112;
  • green value is 194;
  • blue value is 152.
RGB:
(112,194,152)
(44%,76%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 194 of 255 = 76%
B 152 of 255 = 60%

112
194
152

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

Portions of RGB colors in percentages

R + G + B =
112 + 194 + 152 = 458 (100%)
R 112 of 458 ~ 24.45%
G 194 of 458 ~ 42.36%
B 152 of 458 ~ 33.19%

%24.45
%42.36
%33.19

CMYK color model

#70C298 color CMYK value is (42,0,22,24).

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(42,0,22,24)
C42M0Y22K24 
(42%,0%,22%,24%)
(0.42/0.00/0.22/0.24)	

CMYK percentages

%42.27
%0
%21.65
%23.92

Codes

Color #70C298 in popluar color models

70C298
RGB112194152
HSL149°40.20%60.00%
HSB/HSV149°42.27%76.08%
CMYK42.27%0.00%21.65%
23.92%

Color #70C298 in popluar number systems.

HEX70C298
Decimal112194152
Binary11100001100001010011000
Octal160302230

Shades and tints

Shades of #70C298

#70C298
(112,194,152)
#66B18B
(102,177,139)
#5CA07E
(92,160,126)
#528F71
(82,143,113)
#487E64
(72,126,100)
#3E6D57
(62,109,87)
#345C4A
(52,92,74)
#2A4B3D
(42,75,61)
#203A30
(32,58,48)
#162923
(22,41,35)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #70C298

#70C298
(112,194,152)
#7DC7A1
(125,199,161)
#8ACCAA
(138,204,170)
#97D1B3
(151,209,179)
#A4D6BC
(164,214,188)
#B1DBC5
(177,219,197)
#BEE0CE
(190,224,206)
#CBE5D7
(203,229,215)
#D8EAE0
(216,234,224)
#E5EFE9
(229,239,233)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C298 color. Also use rgb(112,194,152) instead hex code.

Text Font Color

.myTextColor { color: #70C298; }

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

This text font color is #70C298.


Background Color

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

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

This div background color is #70C298.


Border color

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

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

This div border color is #70C298.


Opacity

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

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

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

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

This text has shadow with #70C298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C298 on black background.


Color preview on white background

This text has color #70C298 on white background.



Black color preview on #70C298 background

This text has black color on #70C298 background.


White color preview on #70C298 background

This text has white color on #70C298 background.