COLOR #3FBCA5

HEX: #3FBCA5
RGB: (63,188,165)

Color info

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

RGB color model

#3FBCA5 color RGB value is (63,188,165).

  • red value is 63;
  • green value is 188;
  • blue value is 165.
RGB:
(63,188,165)
(25%,74%,65%)

RGB channels and saturation

R 63 of 255 = 25%
G 188 of 255 = 74%
B 165 of 255 = 65%

63
188
165

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

Portions of RGB colors in percentages

R + G + B =
63 + 188 + 165 = 416 (100%)
R 63 of 416 ~ 15.14%
G 188 of 416 ~ 45.19%
B 165 of 416 ~ 39.66%

%15.14
%45.19
%39.66

CMYK color model

#3FBCA5 color CMYK value is (66,0,12,26).

  • cyan value is 66.49%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK:
(66,0,12,26)
C66M0Y12K26 
(66%,0%,12%,26%)
(0.66/0.00/0.12/0.26)	

CMYK percentages

%66.49
%0
%12.23
%26.27

Codes

Color #3FBCA5 in popluar color models

3FBCA5
RGB63188165
HSL169°49.80%49.22%
HSB/HSV169°66.49%73.73%
CMYK66.49%0.00%12.23%
26.27%

Color #3FBCA5 in popluar number systems.

HEX3FBCA5
Decimal63188165
Binary1111111011110010100101
Octal77274245

Shades and tints

Shades of #3FBCA5

#3FBCA5
(63,188,165)
#3AAB96
(58,171,150)
#359A87
(53,154,135)
#308978
(48,137,120)
#2B7869
(43,120,105)
#26675A
(38,103,90)
#21564B
(33,86,75)
#1C453C
(28,69,60)
#17342D
(23,52,45)
#12231E
(18,35,30)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #3FBCA5

#3FBCA5
(63,188,165)
#50C2AD
(80,194,173)
#61C8B5
(97,200,181)
#72CEBD
(114,206,189)
#83D4C5
(131,212,197)
#94DACD
(148,218,205)
#A5E0D5
(165,224,213)
#B6E6DD
(182,230,221)
#C7ECE5
(199,236,229)
#D8F2ED
(216,242,237)
#E9F8F5
(233,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FBCA5 color. Also use rgb(63,188,165) instead hex code.

Text Font Color

.myTextColor { color: #3FBCA5; }

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

This text font color is #3FBCA5.


Background Color

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

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

This div background color is #3FBCA5.


Border color

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

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

This div border color is #3FBCA5.


Opacity

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

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

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

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

This text has shadow with #3FBCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FBCA5 on black background.


Color preview on white background

This text has color #3FBCA5 on white background.



Black color preview on #3FBCA5 background

This text has black color on #3FBCA5 background.


White color preview on #3FBCA5 background

This text has white color on #3FBCA5 background.