COLOR #3BB98E

HEX: #3BB98E
RGB: (59,185,142)

Color info

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

RGB color model

#3BB98E color RGB value is (59,185,142).

  • red value is 59;
  • green value is 185;
  • blue value is 142.
RGB:
(59,185,142)
(23%,73%,56%)

RGB channels and saturation

R 59 of 255 = 23%
G 185 of 255 = 73%
B 142 of 255 = 56%

59
185
142

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

Portions of RGB colors in percentages

R + G + B =
59 + 185 + 142 = 386 (100%)
R 59 of 386 ~ 15.28%
G 185 of 386 ~ 47.93%
B 142 of 386 ~ 36.79%

%15.28
%47.93
%36.79

CMYK color model

#3BB98E color CMYK value is (68,0,23,27).

  • cyan value is 68.11%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 27.45%
CMYK:
(68,0,23,27)
C68M0Y23K27 
(68%,0%,23%,27%)
(0.68/0.00/0.23/0.27)	

CMYK percentages

%68.11
%0
%23.24
%27.45

Codes

Color #3BB98E in popluar color models

3BB98E
RGB59185142
HSL160°51.64%47.84%
HSB/HSV160°68.11%72.55%
CMYK68.11%0.00%23.24%
27.45%

Color #3BB98E in popluar number systems.

HEX3BB98E
Decimal59185142
Binary1110111011100110001110
Octal73271216

Shades and tints

Shades of #3BB98E

#3BB98E
(59,185,142)
#36A982
(54,169,130)
#319976
(49,153,118)
#2C896A
(44,137,106)
#27795E
(39,121,94)
#226952
(34,105,82)
#1D5946
(29,89,70)
#18493A
(24,73,58)
#13392E
(19,57,46)
#0E2922
(14,41,34)
#091916
(9,25,22)
#000000
(0,0,0)

Tints of #3BB98E

#3BB98E
(59,185,142)
#4CBF98
(76,191,152)
#5DC5A2
(93,197,162)
#6ECBAC
(110,203,172)
#7FD1B6
(127,209,182)
#90D7C0
(144,215,192)
#A1DDCA
(161,221,202)
#B2E3D4
(178,227,212)
#C3E9DE
(195,233,222)
#D4EFE8
(212,239,232)
#E5F5F2
(229,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB98E color. Also use rgb(59,185,142) instead hex code.

Text Font Color

.myTextColor { color: #3BB98E; }

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

This text font color is #3BB98E.


Background Color

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

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

This div background color is #3BB98E.


Border color

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

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

This div border color is #3BB98E.


Opacity

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

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

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

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

This text has shadow with #3BB98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BB98E on black background.


Color preview on white background

This text has color #3BB98E on white background.



Black color preview on #3BB98E background

This text has black color on #3BB98E background.


White color preview on #3BB98E background

This text has white color on #3BB98E background.