COLOR #5FB09F

HEX: #5FB09F
RGB: (95,176,159)

Color info

#5FB09F contains mainly green and blue colors. Web safe color of #5FB09F is #669999 (or #699).

RGB color model

#5FB09F color RGB value is (95,176,159).

  • red value is 95;
  • green value is 176;
  • blue value is 159.
RGB:
(95,176,159)
(37%,69%,62%)

RGB channels and saturation

R 95 of 255 = 37%
G 176 of 255 = 69%
B 159 of 255 = 62%

95
176
159

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

Portions of RGB colors in percentages

R + G + B =
95 + 176 + 159 = 430 (100%)
R 95 of 430 ~ 22.09%
G 176 of 430 ~ 40.93%
B 159 of 430 ~ 36.98%

%22.09
%40.93
%36.98

CMYK color model

#5FB09F color CMYK value is (46,0,10,31).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(46,0,10,31)
C46M0Y10K31 
(46%,0%,10%,31%)
(0.46/0.00/0.10/0.31)	

CMYK percentages

%46.02
%0
%9.66
%30.98

Codes

Color #5FB09F in popluar color models

5FB09F
RGB95176159
HSL167°33.89%53.14%
HSB/HSV167°46.02%69.02%
CMYK46.02%0.00%9.66%
30.98%

Color #5FB09F in popluar number systems.

HEX5FB09F
Decimal95176159
Binary10111111011000010011111
Octal137260237

Shades and tints

Shades of #5FB09F

#5FB09F
(95,176,159)
#57A091
(87,160,145)
#4F9083
(79,144,131)
#478075
(71,128,117)
#3F7067
(63,112,103)
#376059
(55,96,89)
#2F504B
(47,80,75)
#27403D
(39,64,61)
#1F302F
(31,48,47)
#172021
(23,32,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #5FB09F

#5FB09F
(95,176,159)
#6DB7A7
(109,183,167)
#7BBEAF
(123,190,175)
#89C5B7
(137,197,183)
#97CCBF
(151,204,191)
#A5D3C7
(165,211,199)
#B3DACF
(179,218,207)
#C1E1D7
(193,225,215)
#CFE8DF
(207,232,223)
#DDEFE7
(221,239,231)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB09F color. Also use rgb(95,176,159) instead hex code.

Text Font Color

.myTextColor { color: #5FB09F; }

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

This text font color is #5FB09F.


Background Color

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

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

This div background color is #5FB09F.


Border color

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

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

This div border color is #5FB09F.


Opacity

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

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

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

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

This text has shadow with #5FB09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB09F on black background.


Color preview on white background

This text has color #5FB09F on white background.



Black color preview on #5FB09F background

This text has black color on #5FB09F background.


White color preview on #5FB09F background

This text has white color on #5FB09F background.