COLOR #3BBCC0

HEX: #3BBCC0
RGB: (59,188,192)

Color info

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

RGB color model

#3BBCC0 color RGB value is (59,188,192).

  • red value is 59;
  • green value is 188;
  • blue value is 192.
RGB:
(59,188,192)
(23%,74%,75%)

RGB channels and saturation

R 59 of 255 = 23%
G 188 of 255 = 74%
B 192 of 255 = 75%

59
188
192

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

Portions of RGB colors in percentages

R + G + B =
59 + 188 + 192 = 439 (100%)
R 59 of 439 ~ 13.44%
G 188 of 439 ~ 42.82%
B 192 of 439 ~ 43.74%

%13.44
%42.82
%43.74

CMYK color model

#3BBCC0 color CMYK value is (69,2,0,25).

  • cyan value is 69.27%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(69,2,0,25)
C69M2Y0K25 
(69%,2%,0%,25%)
(0.69/0.02/0.00/0.25)	

CMYK percentages

%69.27
%2.08
%0
%24.71

Codes

Color #3BBCC0 in popluar color models

3BBCC0
RGB59188192
HSL182°52.99%49.22%
HSB/HSV182°69.27%75.29%
CMYK69.27%2.08%0.00%
24.71%

Color #3BBCC0 in popluar number systems.

HEX3BBCC0
Decimal59188192
Binary1110111011110011000000
Octal73274300

Shades and tints

Shades of #3BBCC0

#3BBCC0
(59,188,192)
#36ABAF
(54,171,175)
#319A9E
(49,154,158)
#2C898D
(44,137,141)
#27787C
(39,120,124)
#22676B
(34,103,107)
#1D565A
(29,86,90)
#184549
(24,69,73)
#133438
(19,52,56)
#0E2327
(14,35,39)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #3BBCC0

#3BBCC0
(59,188,192)
#4CC2C5
(76,194,197)
#5DC8CA
(93,200,202)
#6ECECF
(110,206,207)
#7FD4D4
(127,212,212)
#90DAD9
(144,218,217)
#A1E0DE
(161,224,222)
#B2E6E3
(178,230,227)
#C3ECE8
(195,236,232)
#D4F2ED
(212,242,237)
#E5F8F2
(229,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BBCC0 color. Also use rgb(59,188,192) instead hex code.

Text Font Color

.myTextColor { color: #3BBCC0; }

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

This text font color is #3BBCC0.


Background Color

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

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

This div background color is #3BBCC0.


Border color

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

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

This div border color is #3BBCC0.


Opacity

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

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

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

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

This text has shadow with #3BBCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BBCC0 on black background.


Color preview on white background

This text has color #3BBCC0 on white background.



Black color preview on #3BBCC0 background

This text has black color on #3BBCC0 background.


White color preview on #3BBCC0 background

This text has white color on #3BBCC0 background.