COLOR #70CCAD

HEX: #70CCAD RGB: (112,204,173)

Color info

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

RGB color model

#70CCAD color RGB value is (112,204,173).

RGB: (112,204,173) (44%, 80%, 68%)

RGB channels and saturation

R 112 of 255 = 44%
G 204 of 255 = 80%
B 173 of 255 = 68%

112
204
173

R + G + B ~ 64%. #70CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 204 + 173 = 489 (100%)
R 112 of 489 ~ 22.9%
G 204 of 489 ~ 41.72%
B 173 of 489 ~ 35.38'%

%22.9
%41.72
%35.38

CMYK color model

#70CCAD color CMYK value is (45,0,15,20).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK: (45,0,15,20) C45M0Y15K20 (45%,0%,15%,20%) (0.45/0.00/0.15/0.20) 

CMYK percentages

%45.1
%0
%15.2
%20

Codes

Color #70CCAD in popluar color models

70 CC AD
RGB 112 204 173
HSL 160° 47.42% 61.96%
HSB/HSV 160° 45.10% 80.00%
CMYK 45.10% 0.00% 15.20%
20.00%

Color #70CCAD in popluar number systems.

HEX 70 CC AD
Decimal 112 204 173
Binary 1110000 11001100 10101101
Octal 160 314 255

Shades and tints

Shades of #70CCAD

#70CCAD
(112,204,173)
#66BA9E
(102,186,158)
#5CA88F
(92,168,143)
#529680
(82,150,128)
#488471
(72,132,113)
#3E7262
(62,114,98)
#346053
(52,96,83)
#2A4E44
(42,78,68)
#203C35
(32,60,53)
#162A26
(22,42,38)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #70CCAD

#70CCAD
(112,204,173)
#7DD0B4
(125,208,180)
#8AD4BB
(138,212,187)
#97D8C2
(151,216,194)
#A4DCC9
(164,220,201)
#B1E0D0
(177,224,208)
#BEE4D7
(190,228,215)
#CBE8DE
(203,232,222)
#D8ECE5
(216,236,229)
#E5F0EC
(229,240,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CCAD color. Also use rgb(112,204,173) instead hex code.

Text Font Color

.myTextColor { color: #70CCAD; }

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

This text font color is #70CCAD.

Background Color

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

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

This div background color is #70CCAD.

Border color

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

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

This div border color is #70CCAD.

Opacity

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

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

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

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

This text has shadow with #70CCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70CCAD.

Preview

Color preview on black background

This text has color #70CCAD on black background.


Color preview on white background

This text has color #70CCAD on white background.


Black color preview on #70CCAD background

This text has black color on #70CCAD background.


White color preview on #70CCAD background

This text has white color on #70CCAD background.


Related colors

Complementary color

Complementary color for #hex is #8F3352.


I love getcolorcode.com

Triadic colors

1 #AD70CC and #CCAD70 with #70CCAD are triadic colors.

2 #ADCC70 and #CC70AD with #70CCAD are triadic colors.