COLOR #70C098

HEX: #70C098
RGB: (112,192,152)

Color info

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

RGB color model

#70C098 color RGB value is (112,192,152).

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

RGB channels and saturation

R 112 of 255 = 44%
G 192 of 255 = 75%
B 152 of 255 = 60%

112
192
152

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

Portions of RGB colors in percentages

R + G + B =
112 + 192 + 152 = 456 (100%)
R 112 of 456 ~ 24.56%
G 192 of 456 ~ 42.11%
B 152 of 456 ~ 33.33%

%24.56
%42.11
%33.33

CMYK color model

#70C098 color CMYK value is (42,0,21,25).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(42,0,21,25)
C42M0Y21K25 
(42%,0%,21%,25%)
(0.42/0.00/0.21/0.25)	

CMYK percentages

%41.67
%0
%20.83
%24.71

Codes

Color #70C098 in popluar color models

70C098
RGB112192152
HSL150°38.83%59.61%
HSB/HSV150°41.67%75.29%
CMYK41.67%0.00%20.83%
24.71%

Color #70C098 in popluar number systems.

HEX70C098
Decimal112192152
Binary11100001100000010011000
Octal160300230

Shades and tints

Shades of #70C098

#70C098
(112,192,152)
#66AF8B
(102,175,139)
#5C9E7E
(92,158,126)
#528D71
(82,141,113)
#487C64
(72,124,100)
#3E6B57
(62,107,87)
#345A4A
(52,90,74)
#2A493D
(42,73,61)
#203830
(32,56,48)
#162723
(22,39,35)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #70C098

#70C098
(112,192,152)
#7DC5A1
(125,197,161)
#8ACAAA
(138,202,170)
#97CFB3
(151,207,179)
#A4D4BC
(164,212,188)
#B1D9C5
(177,217,197)
#BEDECE
(190,222,206)
#CBE3D7
(203,227,215)
#D8E8E0
(216,232,224)
#E5EDE9
(229,237,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C098; }

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

This text font color is #70C098.


Background Color

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

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

This div background color is #70C098.


Border color

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

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

This div border color is #70C098.


Opacity

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

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

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

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

This text has shadow with #70C098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C098 on black background.


Color preview on white background

This text has color #70C098 on white background.



Black color preview on #70C098 background

This text has black color on #70C098 background.


White color preview on #70C098 background

This text has white color on #70C098 background.