COLOR #3BC988

HEX: #3BC988 RGB: (59,201,136)

Color info

#3BC988 contains mainly green color. Web safe color of #3BC988 is #33CC99 (or #3C9).

RGB color model

#3BC988 color RGB value is (59,201,136).

RGB: (59,201,136) (23%, 79%, 53%)

RGB channels and saturation

R 59 of 255 = 23%
G 201 of 255 = 79%
B 136 of 255 = 53%

59
201
136

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

Portions of RGB colors in percentages

R + G + B = 59 + 201 + 136 = 396 (100%)
R 59 of 396 ~ 14.9%
G 201 of 396 ~ 50.76%
B 136 of 396 ~ 34.34'%

%14.9
%50.76
%34.34

CMYK color model

#3BC988 color CMYK value is (71,0,32,21).

  • cyan value is 70.65%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 21.18%

CMYK: (71,0,32,21)
C71M0Y32K21 (71%, 0%, 32%, 21%)
(0.71 / 0.00 / 0.32 / 0.21)

CMYK percentages

%70.65
%0
%32.34
%21.18

Codes

Color #3BC988 in popluar color models

3B C9 88
RGB 59 201 136
HSL 153° 56.80% 50.98%
HSB/HSV 153° 70.65% 78.82%
CMYK 70.65% 0.00% 32.34%
21.18%

Color #3BC988 in popluar number systems.

HEX 3B C9 88
Decimal 59 201 136
Binary 111011 11001001 10001000
Octal 73 311 210

Shades and tints

Shades of #3BC988

#3BC988
(59,201,136)
#36B77C
(54,183,124)
#31A570
(49,165,112)
#2C9364
(44,147,100)
#278158
(39,129,88)
#226F4C
(34,111,76)
#1D5D40
(29,93,64)
#184B34
(24,75,52)
#133928
(19,57,40)
#0E271C
(14,39,28)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #3BC988

#3BC988
(59,201,136)
#4CCD92
(76,205,146)
#5DD19C
(93,209,156)
#6ED5A6
(110,213,166)
#7FD9B0
(127,217,176)
#90DDBA
(144,221,186)
#A1E1C4
(161,225,196)
#B2E5CE
(178,229,206)
#C3E9D8
(195,233,216)
#D4EDE2
(212,237,226)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BC988 color. Also use rgb(59,201,136) instead hex code.

Text Font Color

.myTextColor { color: #3BC988; }

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

This text font color is #3BC988.

Background Color

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

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

This div background color is #3BC988.

Border color

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

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

This div border color is #3BC988.

Opacity

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

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

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

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

This text has shadow with #3BC988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BC988.

Preview

Color preview on black background

This text has color #3BC988 on black background.


Color preview on white background

This text has color #3BC988 on white background.


Black color preview on #3BC988 background

This text has black color on #3BC988 background.


White color preview on #3BC988 background

This text has white color on #3BC988 background.


Related colors

Complementary color

Complementary color for #3BC988 is #C43677.


I love getcolorcode.com

Triadic colors

1 #883BC9 and #C9883B with #3BC988 are triadic colors.

2 #88C93B and #C93B88 with #3BC988 are triadic colors.