COLOR #5FBCA1

HEX: #5FBCA1
RGB: (95,188,161)

Color info

#5FBCA1 contains mainly green and blue colors. Web safe color of #5FBCA1 is #66CC99 (or #6C9).

RGB color model

#5FBCA1 color RGB value is (95,188,161).

  • red value is 95;
  • green value is 188;
  • blue value is 161.
RGB:
(95,188,161)
(37%,74%,63%)

RGB channels and saturation

R 95 of 255 = 37%
G 188 of 255 = 74%
B 161 of 255 = 63%

95
188
161

R + G + B ~ 58%. #5FBCA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 188 + 161 = 444 (100%)
R 95 of 444 ~ 21.4%
G 188 of 444 ~ 42.34%
B 161 of 444 ~ 36.26%

%21.4
%42.34
%36.26

CMYK color model

#5FBCA1 color CMYK value is (49,0,14,26).

  • cyan value is 49.47%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(49,0,14,26)
C49M0Y14K26 
(49%,0%,14%,26%)
(0.49/0.00/0.14/0.26)	

CMYK percentages

%49.47
%0
%14.36
%26.27

Codes

Color #5FBCA1 in popluar color models

5FBCA1
RGB95188161
HSL163°40.97%55.49%
HSB/HSV163°49.47%73.73%
CMYK49.47%0.00%14.36%
26.27%

Color #5FBCA1 in popluar number systems.

HEX5FBCA1
Decimal95188161
Binary10111111011110010100001
Octal137274241

Shades and tints

Shades of #5FBCA1

#5FBCA1
(95,188,161)
#57AB93
(87,171,147)
#4F9A85
(79,154,133)
#478977
(71,137,119)
#3F7869
(63,120,105)
#37675B
(55,103,91)
#2F564D
(47,86,77)
#27453F
(39,69,63)
#1F3431
(31,52,49)
#172323
(23,35,35)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #5FBCA1

#5FBCA1
(95,188,161)
#6DC2A9
(109,194,169)
#7BC8B1
(123,200,177)
#89CEB9
(137,206,185)
#97D4C1
(151,212,193)
#A5DAC9
(165,218,201)
#B3E0D1
(179,224,209)
#C1E6D9
(193,230,217)
#CFECE1
(207,236,225)
#DDF2E9
(221,242,233)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBCA1 color. Also use rgb(95,188,161) instead hex code.

Text Font Color

.myTextColor { color: #5FBCA1; }

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

This text font color is #5FBCA1.


Background Color

.myBgColor { background-color: #5FBCA1; }

<div style="background-color:#5FBCA1">Inner text</div>

This div background color is #5FBCA1.


Border color

.myBorderColor { border: 1px solid #5FBCA1; }

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

This div border color is #5FBCA1.


Opacity

.myOpacity80 { color: #5FBCA1; opacity: 0.8; }

<p style="color:#5FBCA1;opacity:0.8;">80%</p>

Text with #5FBCA1 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 #5FBCA1;}

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

This text has shadow with #5FBCA1 color.

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

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

This text has shadow with #5FBCA1 primary color and red secondary color.


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

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

This text has shadow with #5FBCA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FBCA1 on black background.


Color preview on white background

This text has color #5FBCA1 on white background.



Black color preview on #5FBCA1 background

This text has black color on #5FBCA1 background.


White color preview on #5FBCA1 background

This text has white color on #5FBCA1 background.