COLOR #70E3AB

HEX: #70E3AB RGB: (112,227,171)

Color info

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

RGB color model

#70E3AB color RGB value is (112,227,171).

RGB: (112,227,171) (44%, 89%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 227 of 255 = 89%
B 171 of 255 = 67%

112
227
171

R + G + B ~ 67%. #70E3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 227 + 171 = 510 (100%)
R 112 of 510 ~ 21.96%
G 227 of 510 ~ 44.51%
B 171 of 510 ~ 33.53'%

%21.96
%44.51
%33.53

CMYK color model

#70E3AB color CMYK value is (51,0,25,11).

  • cyan value is 50.66%
  • magenta value is 0.00%
  • yellow value is 24.67%
  • key color value is 10.98%

CMYK: (51,0,25,11)
C51M0Y25K11 (51%, 0%, 25%, 11%)
(0.51 / 0.00 / 0.25 / 0.11)

CMYK percentages

%50.66
%0
%24.67
%10.98

Codes

Color #70E3AB in popluar color models

70 E3 AB
RGB 112 227 171
HSL 151° 67.25% 66.47%
HSB/HSV 151° 50.66% 89.02%
CMYK 50.66% 0.00% 24.67%
10.98%

Color #70E3AB in popluar number systems.

HEX 70 E3 AB
Decimal 112 227 171
Binary 1110000 11100011 10101011
Octal 160 343 253

Shades and tints

Shades of #70E3AB

#70E3AB
(112,227,171)
#66CF9C
(102,207,156)
#5CBB8D
(92,187,141)
#52A77E
(82,167,126)
#48936F
(72,147,111)
#3E7F60
(62,127,96)
#346B51
(52,107,81)
#2A5742
(42,87,66)
#204333
(32,67,51)
#162F24
(22,47,36)
#0C1B15
(12,27,21)
#000000
(0,0,0)

Tints of #70E3AB

#70E3AB
(112,227,171)
#7DE5B2
(125,229,178)
#8AE7B9
(138,231,185)
#97E9C0
(151,233,192)
#A4EBC7
(164,235,199)
#B1EDCE
(177,237,206)
#BEEFD5
(190,239,213)
#CBF1DC
(203,241,220)
#D8F3E3
(216,243,227)
#E5F5EA
(229,245,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70E3AB color. Also use rgb(112,227,171) instead hex code.

Text Font Color

.myTextColor { color: #70E3AB; }

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

This text font color is #70E3AB.

Background Color

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

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

This div background color is #70E3AB.

Border color

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

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

This div border color is #70E3AB.

Opacity

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

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

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

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

This text has shadow with #70E3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70E3AB.

Preview

Color preview on black background

This text has color #70E3AB on black background.


Color preview on white background

This text has color #70E3AB on white background.


Black color preview on #70E3AB background

This text has black color on #70E3AB background.


White color preview on #70E3AB background

This text has white color on #70E3AB background.


Related colors

Complementary color

Complementary color for #hex is #8F1C54.


I love getcolorcode.com

Triadic colors

1 #AB70E3 and #E3AB70 with #70E3AB are triadic colors.

2 #ABE370 and #E370AB with #70E3AB are triadic colors.