COLOR #5FB1BE

HEX: #5FB1BE
RGB: (95,177,190)

Color info

#5FB1BE contains mainly green and blue colors. Web safe color of #5FB1BE is #6699CC (or #69C).

RGB color model

#5FB1BE color RGB value is (95,177,190).

  • red value is 95;
  • green value is 177;
  • blue value is 190.
RGB:
(95,177,190)
(37%,69%,75%)

RGB channels and saturation

R 95 of 255 = 37%
G 177 of 255 = 69%
B 190 of 255 = 75%

95
177
190

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

Portions of RGB colors in percentages

R + G + B =
95 + 177 + 190 = 462 (100%)
R 95 of 462 ~ 20.56%
G 177 of 462 ~ 38.31%
B 190 of 462 ~ 41.13%

%20.56
%38.31
%41.13

CMYK color model

#5FB1BE color CMYK value is (50,7,0,25).

  • cyan value is 50.00%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(50,7,0,25)
C50M7Y0K25 
(50%,7%,0%,25%)
(0.50/0.07/0.00/0.25)	

CMYK percentages

%50
%6.84
%0
%25.49

Codes

Color #5FB1BE in popluar color models

5FB1BE
RGB95177190
HSL188°42.22%55.88%
HSB/HSV188°50.00%74.51%
CMYK50.00%6.84%0.00%
25.49%

Color #5FB1BE in popluar number systems.

HEX5FB1BE
Decimal95177190
Binary10111111011000110111110
Octal137261276

Shades and tints

Shades of #5FB1BE

#5FB1BE
(95,177,190)
#57A1AD
(87,161,173)
#4F919C
(79,145,156)
#47818B
(71,129,139)
#3F717A
(63,113,122)
#376169
(55,97,105)
#2F5158
(47,81,88)
#274147
(39,65,71)
#1F3136
(31,49,54)
#172125
(23,33,37)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #5FB1BE

#5FB1BE
(95,177,190)
#6DB8C3
(109,184,195)
#7BBFC8
(123,191,200)
#89C6CD
(137,198,205)
#97CDD2
(151,205,210)
#A5D4D7
(165,212,215)
#B3DBDC
(179,219,220)
#C1E2E1
(193,226,225)
#CFE9E6
(207,233,230)
#DDF0EB
(221,240,235)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB1BE color. Also use rgb(95,177,190) instead hex code.

Text Font Color

.myTextColor { color: #5FB1BE; }

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

This text font color is #5FB1BE.


Background Color

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

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

This div background color is #5FB1BE.


Border color

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

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

This div border color is #5FB1BE.


Opacity

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

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

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

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

This text has shadow with #5FB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB1BE on black background.


Color preview on white background

This text has color #5FB1BE on white background.



Black color preview on #5FB1BE background

This text has black color on #5FB1BE background.


White color preview on #5FB1BE background

This text has white color on #5FB1BE background.