COLOR #5FBC9E

HEX: #5FBC9E RGB: (95,188,158)

Color info

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

RGB color model

#5FBC9E color RGB value is (95,188,158).

RGB: (95,188,158) (37%, 74%, 62%)

RGB channels and saturation

R 95 of 255 = 37%
G 188 of 255 = 74%
B 158 of 255 = 62%

95
188
158

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

Portions of RGB colors in percentages

R + G + B = 95 + 188 + 158 = 441 (100%)
R 95 of 441 ~ 21.54%
G 188 of 441 ~ 42.63%
B 158 of 441 ~ 35.83'%

%21.54
%42.63
%35.83

CMYK color model

#5FBC9E color CMYK value is (49,0,16,26).

  • cyan value is 49.47%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 26.27%

CMYK: (49,0,16,26)
C49M0Y16K26 (49%, 0%, 16%, 26%)
(0.49 / 0.00 / 0.16 / 0.26)

CMYK percentages

%49.47
%0
%15.96
%26.27

Codes

Color #5FBC9E in popluar color models

5F BC 9E
RGB 95 188 158
HSL 161° 40.97% 55.49%
HSB/HSV 161° 49.47% 73.73%
CMYK 49.47% 0.00% 15.96%
26.27%

Color #5FBC9E in popluar number systems.

HEX 5F BC 9E
Decimal 95 188 158
Binary 1011111 10111100 10011110
Octal 137 274 236

Shades and tints

Shades of #5FBC9E

#5FBC9E
(95,188,158)
#57AB90
(87,171,144)
#4F9A82
(79,154,130)
#478974
(71,137,116)
#3F7866
(63,120,102)
#376758
(55,103,88)
#2F564A
(47,86,74)
#27453C
(39,69,60)
#1F342E
(31,52,46)
#172320
(23,35,32)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #5FBC9E

#5FBC9E
(95,188,158)
#6DC2A6
(109,194,166)
#7BC8AE
(123,200,174)
#89CEB6
(137,206,182)
#97D4BE
(151,212,190)
#A5DAC6
(165,218,198)
#B3E0CE
(179,224,206)
#C1E6D6
(193,230,214)
#CFECDE
(207,236,222)
#DDF2E6
(221,242,230)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FBC9E; }

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

This text font color is #5FBC9E.

Background Color

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

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

This div background color is #5FBC9E.

Border color

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

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

This div border color is #5FBC9E.

Opacity

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

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

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

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

This text has shadow with #5FBC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FBC9E.

Preview

Color preview on black background

This text has color #5FBC9E on black background.


Color preview on white background

This text has color #5FBC9E on white background.


Black color preview on #5FBC9E background

This text has black color on #5FBC9E background.


White color preview on #5FBC9E background

This text has white color on #5FBC9E background.


Related colors

Complementary color

Complementary color for #hex is #A04361.


I love getcolorcode.com

Triadic colors

1 #9E5FBC and #BC9E5F with #5FBC9E are triadic colors.

2 #9EBC5F and #BC5F9E with #5FBC9E are triadic colors.