COLOR #70C499

HEX: #70C499
RGB: (112,196,153)

Color info

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

RGB color model

#70C499 color RGB value is (112,196,153).

  • red value is 112;
  • green value is 196;
  • blue value is 153.
RGB:
(112,196,153)
(44%,77%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 196 of 255 = 77%
B 153 of 255 = 60%

112
196
153

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

Portions of RGB colors in percentages

R + G + B =
112 + 196 + 153 = 461 (100%)
R 112 of 461 ~ 24.3%
G 196 of 461 ~ 42.52%
B 153 of 461 ~ 33.19%

%24.3
%42.52
%33.19

CMYK color model

#70C499 color CMYK value is (43,0,22,23).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(43,0,22,23)
C43M0Y22K23 
(43%,0%,22%,23%)
(0.43/0.00/0.22/0.23)	

CMYK percentages

%42.86
%0
%21.94
%23.14

Codes

Color #70C499 in popluar color models

70C499
RGB112196153
HSL149°41.58%60.39%
HSB/HSV149°42.86%76.86%
CMYK42.86%0.00%21.94%
23.14%

Color #70C499 in popluar number systems.

HEX70C499
Decimal112196153
Binary11100001100010010011001
Octal160304231

Shades and tints

Shades of #70C499

#70C499
(112,196,153)
#66B38C
(102,179,140)
#5CA27F
(92,162,127)
#529172
(82,145,114)
#488065
(72,128,101)
#3E6F58
(62,111,88)
#345E4B
(52,94,75)
#2A4D3E
(42,77,62)
#203C31
(32,60,49)
#162B24
(22,43,36)
#0C1A17
(12,26,23)
#000000
(0,0,0)

Tints of #70C499

#70C499
(112,196,153)
#7DC9A2
(125,201,162)
#8ACEAB
(138,206,171)
#97D3B4
(151,211,180)
#A4D8BD
(164,216,189)
#B1DDC6
(177,221,198)
#BEE2CF
(190,226,207)
#CBE7D8
(203,231,216)
#D8ECE1
(216,236,225)
#E5F1EA
(229,241,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C499 color. Also use rgb(112,196,153) instead hex code.

Text Font Color

.myTextColor { color: #70C499; }

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

This text font color is #70C499.


Background Color

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

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

This div background color is #70C499.


Border color

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

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

This div border color is #70C499.


Opacity

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

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

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

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

This text has shadow with #70C499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C499 on black background.


Color preview on white background

This text has color #70C499 on white background.



Black color preview on #70C499 background

This text has black color on #70C499 background.


White color preview on #70C499 background

This text has white color on #70C499 background.