COLOR #70BDB6

HEX: #70BDB6 RGB: (112,189,182)

Color info

#70BDB6 contains mainly green and blue colors. Web safe color of #70BDB6 is #66CCCC (or #6CC).

RGB color model

#70BDB6 color RGB value is (112,189,182).

RGB: (112,189,182) (44%, 74%, 71%)

RGB channels and saturation

R 112 of 255 = 44%
G 189 of 255 = 74%
B 182 of 255 = 71%

112
189
182

R + G + B ~ 63%. #70BDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 189 + 182 = 483 (100%)
R 112 of 483 ~ 23.19%
G 189 of 483 ~ 39.13%
B 182 of 483 ~ 37.68'%

%23.19
%39.13
%37.68

CMYK color model

#70BDB6 color CMYK value is (41,0,4,26).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 25.88%

CMYK: (41,0,4,26)
C41M0Y4K26 (41%, 0%, 4%, 26%)
(0.41 / 0.00 / 0.04 / 0.26)

CMYK percentages

%40.74
%0
%3.7
%25.88

Codes

Color #70BDB6 in popluar color models

70 BD B6
RGB 112 189 182
HSL 175° 36.84% 59.02%
HSB/HSV 175° 40.74% 74.12%
CMYK 40.74% 0.00% 3.70%
25.88%

Color #70BDB6 in popluar number systems.

HEX 70 BD B6
Decimal 112 189 182
Binary 1110000 10111101 10110110
Octal 160 275 266

Shades and tints

Shades of #70BDB6

#70BDB6
(112,189,182)
#66ACA6
(102,172,166)
#5C9B96
(92,155,150)
#528A86
(82,138,134)
#487976
(72,121,118)
#3E6866
(62,104,102)
#345756
(52,87,86)
#2A4646
(42,70,70)
#203536
(32,53,54)
#162426
(22,36,38)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #70BDB6

#70BDB6
(112,189,182)
#7DC3BC
(125,195,188)
#8AC9C2
(138,201,194)
#97CFC8
(151,207,200)
#A4D5CE
(164,213,206)
#B1DBD4
(177,219,212)
#BEE1DA
(190,225,218)
#CBE7E0
(203,231,224)
#D8EDE6
(216,237,230)
#E5F3EC
(229,243,236)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BDB6 color. Also use rgb(112,189,182) instead hex code.

Text Font Color

.myTextColor { color: #70BDB6; }

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

This text font color is #70BDB6.

Background Color

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

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

This div background color is #70BDB6.

Border color

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

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

This div border color is #70BDB6.

Opacity

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

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

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

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

This text has shadow with #70BDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BDB6.

Preview

Color preview on black background

This text has color #70BDB6 on black background.


Color preview on white background

This text has color #70BDB6 on white background.


Black color preview on #70BDB6 background

This text has black color on #70BDB6 background.


White color preview on #70BDB6 background

This text has white color on #70BDB6 background.


Related colors

Complementary color

Complementary color for #hex is #8F4249.


I love getcolorcode.com

Triadic colors

1 #B670BD and #BDB670 with #70BDB6 are triadic colors.

2 #B6BD70 and #BD70B6 with #70BDB6 are triadic colors.