COLOR #3BD0BB

HEX: #3BD0BB
RGB: (59,208,187)

Color info

#3BD0BB contains mainly green and blue colors. Web safe color of #3BD0BB is #33CCCC (or #3CC).

RGB color model

#3BD0BB color RGB value is (59,208,187).

  • red value is 59;
  • green value is 208;
  • blue value is 187.
RGB:
(59,208,187)
(23%,82%,73%)

RGB channels and saturation

R 59 of 255 = 23%
G 208 of 255 = 82%
B 187 of 255 = 73%

59
208
187

R + G + B ~ 59%. #3BD0BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 208 + 187 = 454 (100%)
R 59 of 454 ~ 13%
G 208 of 454 ~ 45.81%
B 187 of 454 ~ 41.19%

%13
%45.81
%41.19

CMYK color model

#3BD0BB color CMYK value is (72,0,10,18).

  • cyan value is 71.63%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(72,0,10,18)
C72M0Y10K18 
(72%,0%,10%,18%)
(0.72/0.00/0.10/0.18)	

CMYK percentages

%71.63
%0
%10.1
%18.43

Codes

Color #3BD0BB in popluar color models

3BD0BB
RGB59208187
HSL172°61.32%52.35%
HSB/HSV172°71.63%81.57%
CMYK71.63%0.00%10.10%
18.43%

Color #3BD0BB in popluar number systems.

HEX3BD0BB
Decimal59208187
Binary1110111101000010111011
Octal73320273

Shades and tints

Shades of #3BD0BB

#3BD0BB
(59,208,187)
#36BEAA
(54,190,170)
#31AC99
(49,172,153)
#2C9A88
(44,154,136)
#278877
(39,136,119)
#227666
(34,118,102)
#1D6455
(29,100,85)
#185244
(24,82,68)
#134033
(19,64,51)
#0E2E22
(14,46,34)
#091C11
(9,28,17)
#000000
(0,0,0)

Tints of #3BD0BB

#3BD0BB
(59,208,187)
#4CD4C1
(76,212,193)
#5DD8C7
(93,216,199)
#6EDCCD
(110,220,205)
#7FE0D3
(127,224,211)
#90E4D9
(144,228,217)
#A1E8DF
(161,232,223)
#B2ECE5
(178,236,229)
#C3F0EB
(195,240,235)
#D4F4F1
(212,244,241)
#E5F8F7
(229,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BD0BB color. Also use rgb(59,208,187) instead hex code.

Text Font Color

.myTextColor { color: #3BD0BB; }

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

This text font color is #3BD0BB.


Background Color

.myBgColor { background-color: #3BD0BB; }

<div style="background-color:#3BD0BB">Inner text</div>

This div background color is #3BD0BB.


Border color

.myBorderColor { border: 1px solid #3BD0BB; }

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

This div border color is #3BD0BB.


Opacity

.myOpacity80 { color: #3BD0BB; opacity: 0.8; }

<p style="color:#3BD0BB;opacity:0.8;">80%</p>

Text with #3BD0BB 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 #3BD0BB;}

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

This text has shadow with #3BD0BB color.

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

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

This text has shadow with #3BD0BB primary color and red secondary color.


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

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

This text has shadow with #3BD0BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BD0BB on black background.


Color preview on white background

This text has color #3BD0BB on white background.



Black color preview on #3BD0BB background

This text has black color on #3BD0BB background.


White color preview on #3BD0BB background

This text has white color on #3BD0BB background.