COLOR #70BEB9

HEX: #70BEB9 RGB: (112,190,185)

Color info

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

RGB color model

#70BEB9 color RGB value is (112,190,185).

RGB: (112,190,185) (44%, 75%, 73%)

RGB channels and saturation

R 112 of 255 = 44%
G 190 of 255 = 75%
B 185 of 255 = 73%

112
190
185

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

Portions of RGB colors in percentages

R + G + B = 112 + 190 + 185 = 487 (100%)
R 112 of 487 ~ 23%
G 190 of 487 ~ 39.01%
B 185 of 487 ~ 37.99'%

%23
%39.01
%37.99

CMYK color model

#70BEB9 color CMYK value is (41,0,3,25).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 25.49%

CMYK: (41,0,3,25)
C41M0Y3K25 (41%, 0%, 3%, 25%)
(0.41 / 0.00 / 0.03 / 0.25)

CMYK percentages

%41.05
%0
%2.63
%25.49

Codes

Color #70BEB9 in popluar color models

70 BE B9
RGB 112 190 185
HSL 176° 37.50% 59.22%
HSB/HSV 176° 41.05% 74.51%
CMYK 41.05% 0.00% 2.63%
25.49%

Color #70BEB9 in popluar number systems.

HEX 70 BE B9
Decimal 112 190 185
Binary 1110000 10111110 10111001
Octal 160 276 271

Shades and tints

Shades of #70BEB9

#70BEB9
(112,190,185)
#66ADA9
(102,173,169)
#5C9C99
(92,156,153)
#528B89
(82,139,137)
#487A79
(72,122,121)
#3E6969
(62,105,105)
#345859
(52,88,89)
#2A4749
(42,71,73)
#203639
(32,54,57)
#162529
(22,37,41)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #70BEB9

#70BEB9
(112,190,185)
#7DC3BF
(125,195,191)
#8AC8C5
(138,200,197)
#97CDCB
(151,205,203)
#A4D2D1
(164,210,209)
#B1D7D7
(177,215,215)
#BEDCDD
(190,220,221)
#CBE1E3
(203,225,227)
#D8E6E9
(216,230,233)
#E5EBEF
(229,235,239)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BEB9 color. Also use rgb(112,190,185) instead hex code.

Text Font Color

.myTextColor { color: #70BEB9; }

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

This text font color is #70BEB9.

Background Color

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

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

This div background color is #70BEB9.

Border color

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

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

This div border color is #70BEB9.

Opacity

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

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

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

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

This text has shadow with #70BEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BEB9.

Preview

Color preview on black background

This text has color #70BEB9 on black background.


Color preview on white background

This text has color #70BEB9 on white background.


Black color preview on #70BEB9 background

This text has black color on #70BEB9 background.


White color preview on #70BEB9 background

This text has white color on #70BEB9 background.


Related colors

Complementary color

Complementary color for #hex is #8F4146.


I love getcolorcode.com

Triadic colors

1 #B970BE and #BEB970 with #70BEB9 are triadic colors.

2 #B9BE70 and #BE70B9 with #70BEB9 are triadic colors.