COLOR #3BCCBE

HEX: #3BCCBE
RGB: (59,204,190)

Color info

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

RGB color model

#3BCCBE color RGB value is (59,204,190).

  • red value is 59;
  • green value is 204;
  • blue value is 190.
RGB:
(59,204,190)
(23%,80%,75%)

RGB channels and saturation

R 59 of 255 = 23%
G 204 of 255 = 80%
B 190 of 255 = 75%

59
204
190

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

Portions of RGB colors in percentages

R + G + B =
59 + 204 + 190 = 453 (100%)
R 59 of 453 ~ 13.02%
G 204 of 453 ~ 45.03%
B 190 of 453 ~ 41.94%

%13.02
%45.03
%41.94

CMYK color model

#3BCCBE color CMYK value is (71,0,7,20).

  • cyan value is 71.08%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(71,0,7,20)
C71M0Y7K20 
(71%,0%,7%,20%)
(0.71/0.00/0.07/0.20)	

CMYK percentages

%71.08
%0
%6.86
%20

Codes

Color #3BCCBE in popluar color models

3BCCBE
RGB59204190
HSL174°58.70%51.57%
HSB/HSV174°71.08%80.00%
CMYK71.08%0.00%6.86%
20.00%

Color #3BCCBE in popluar number systems.

HEX3BCCBE
Decimal59204190
Binary1110111100110010111110
Octal73314276

Shades and tints

Shades of #3BCCBE

#3BCCBE
(59,204,190)
#36BAAD
(54,186,173)
#31A89C
(49,168,156)
#2C968B
(44,150,139)
#27847A
(39,132,122)
#227269
(34,114,105)
#1D6058
(29,96,88)
#184E47
(24,78,71)
#133C36
(19,60,54)
#0E2A25
(14,42,37)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #3BCCBE

#3BCCBE
(59,204,190)
#4CD0C3
(76,208,195)
#5DD4C8
(93,212,200)
#6ED8CD
(110,216,205)
#7FDCD2
(127,220,210)
#90E0D7
(144,224,215)
#A1E4DC
(161,228,220)
#B2E8E1
(178,232,225)
#C3ECE6
(195,236,230)
#D4F0EB
(212,240,235)
#E5F4F0
(229,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BCCBE color. Also use rgb(59,204,190) instead hex code.

Text Font Color

.myTextColor { color: #3BCCBE; }

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

This text font color is #3BCCBE.


Background Color

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

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

This div background color is #3BCCBE.


Border color

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

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

This div border color is #3BCCBE.


Opacity

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

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

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

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

This text has shadow with #3BCCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BCCBE on black background.


Color preview on white background

This text has color #3BCCBE on white background.



Black color preview on #3BCCBE background

This text has black color on #3BCCBE background.


White color preview on #3BCCBE background

This text has white color on #3BCCBE background.