COLOR #3BE1B3

HEX: #3BE1B3
RGB: (59,225,179)

Color info

#3BE1B3 contains mainly green and blue colors. Web safe color of #3BE1B3 is #33CC99 (or #3C9).

RGB color model

#3BE1B3 color RGB value is (59,225,179).

  • red value is 59;
  • green value is 225;
  • blue value is 179.
RGB:
(59,225,179)
(23%,88%,70%)

RGB channels and saturation

R 59 of 255 = 23%
G 225 of 255 = 88%
B 179 of 255 = 70%

59
225
179

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

Portions of RGB colors in percentages

R + G + B =
59 + 225 + 179 = 463 (100%)
R 59 of 463 ~ 12.74%
G 225 of 463 ~ 48.6%
B 179 of 463 ~ 38.66%

%12.74
%48.6
%38.66

CMYK color model

#3BE1B3 color CMYK value is (74,0,20,12).

  • cyan value is 73.78%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 11.76%
CMYK:
(74,0,20,12)
C74M0Y20K12 
(74%,0%,20%,12%)
(0.74/0.00/0.20/0.12)	

CMYK percentages

%73.78
%0
%20.44
%11.76

Codes

Color #3BE1B3 in popluar color models

3BE1B3
RGB59225179
HSL163°73.45%55.69%
HSB/HSV163°73.78%88.24%
CMYK73.78%0.00%20.44%
11.76%

Color #3BE1B3 in popluar number systems.

HEX3BE1B3
Decimal59225179
Binary1110111110000110110011
Octal73341263

Shades and tints

Shades of #3BE1B3

#3BE1B3
(59,225,179)
#36CDA3
(54,205,163)
#31B993
(49,185,147)
#2CA583
(44,165,131)
#279173
(39,145,115)
#227D63
(34,125,99)
#1D6953
(29,105,83)
#185543
(24,85,67)
#134133
(19,65,51)
#0E2D23
(14,45,35)
#091913
(9,25,19)
#000000
(0,0,0)

Tints of #3BE1B3

#3BE1B3
(59,225,179)
#4CE3B9
(76,227,185)
#5DE5BF
(93,229,191)
#6EE7C5
(110,231,197)
#7FE9CB
(127,233,203)
#90EBD1
(144,235,209)
#A1EDD7
(161,237,215)
#B2EFDD
(178,239,221)
#C3F1E3
(195,241,227)
#D4F3E9
(212,243,233)
#E5F5EF
(229,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BE1B3 color. Also use rgb(59,225,179) instead hex code.

Text Font Color

.myTextColor { color: #3BE1B3; }

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

This text font color is #3BE1B3.


Background Color

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

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

This div background color is #3BE1B3.


Border color

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

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

This div border color is #3BE1B3.


Opacity

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

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

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

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

This text has shadow with #3BE1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BE1B3 on black background.


Color preview on white background

This text has color #3BE1B3 on white background.



Black color preview on #3BE1B3 background

This text has black color on #3BE1B3 background.


White color preview on #3BE1B3 background

This text has white color on #3BE1B3 background.