COLOR #3BCAC6

HEX: #3BCAC6
RGB: (59,202,198)

Color info

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

RGB color model

#3BCAC6 color RGB value is (59,202,198).

  • red value is 59;
  • green value is 202;
  • blue value is 198.
RGB:
(59,202,198)
(23%,79%,78%)

RGB channels and saturation

R 59 of 255 = 23%
G 202 of 255 = 79%
B 198 of 255 = 78%

59
202
198

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

Portions of RGB colors in percentages

R + G + B =
59 + 202 + 198 = 459 (100%)
R 59 of 459 ~ 12.85%
G 202 of 459 ~ 44.01%
B 198 of 459 ~ 43.14%

%12.85
%44.01
%43.14

CMYK color model

#3BCAC6 color CMYK value is (71,0,2,21).

  • cyan value is 70.79%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(71,0,2,21)
C71M0Y2K21 
(71%,0%,2%,21%)
(0.71/0.00/0.02/0.21)	

CMYK percentages

%70.79
%0
%1.98
%20.78

Codes

Color #3BCAC6 in popluar color models

3BCAC6
RGB59202198
HSL178°57.43%51.18%
HSB/HSV178°70.79%79.22%
CMYK70.79%0.00%1.98%
20.78%

Color #3BCAC6 in popluar number systems.

HEX3BCAC6
Decimal59202198
Binary1110111100101011000110
Octal73312306

Shades and tints

Shades of #3BCAC6

#3BCAC6
(59,202,198)
#36B8B4
(54,184,180)
#31A6A2
(49,166,162)
#2C9490
(44,148,144)
#27827E
(39,130,126)
#22706C
(34,112,108)
#1D5E5A
(29,94,90)
#184C48
(24,76,72)
#133A36
(19,58,54)
#0E2824
(14,40,36)
#091612
(9,22,18)
#000000
(0,0,0)

Tints of #3BCAC6

#3BCAC6
(59,202,198)
#4CCECB
(76,206,203)
#5DD2D0
(93,210,208)
#6ED6D5
(110,214,213)
#7FDADA
(127,218,218)
#90DEDF
(144,222,223)
#A1E2E4
(161,226,228)
#B2E6E9
(178,230,233)
#C3EAEE
(195,234,238)
#D4EEF3
(212,238,243)
#E5F2F8
(229,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BCAC6 color. Also use rgb(59,202,198) instead hex code.

Text Font Color

.myTextColor { color: #3BCAC6; }

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

This text font color is #3BCAC6.


Background Color

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

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

This div background color is #3BCAC6.


Border color

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

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

This div border color is #3BCAC6.


Opacity

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

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

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

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

This text has shadow with #3BCAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BCAC6 on black background.


Color preview on white background

This text has color #3BCAC6 on white background.



Black color preview on #3BCAC6 background

This text has black color on #3BCAC6 background.


White color preview on #3BCAC6 background

This text has white color on #3BCAC6 background.