COLOR #5FB4BA

HEX: #5FB4BA
RGB: (95,180,186)

Color info

#5FB4BA contains mainly green and blue colors. Web safe color of #5FB4BA is #66CCCC (or #6CC).

RGB color model

#5FB4BA color RGB value is (95,180,186).

  • red value is 95;
  • green value is 180;
  • blue value is 186.
RGB:
(95,180,186)
(37%,71%,73%)

RGB channels and saturation

R 95 of 255 = 37%
G 180 of 255 = 71%
B 186 of 255 = 73%

95
180
186

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

Portions of RGB colors in percentages

R + G + B =
95 + 180 + 186 = 461 (100%)
R 95 of 461 ~ 20.61%
G 180 of 461 ~ 39.05%
B 186 of 461 ~ 40.35%

%20.61
%39.05
%40.35

CMYK color model

#5FB4BA color CMYK value is (49,3,0,27).

  • cyan value is 48.92%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(49,3,0,27)
C49M3Y0K27 
(49%,3%,0%,27%)
(0.49/0.03/0.00/0.27)	

CMYK percentages

%48.92
%3.23
%0
%27.06

Codes

Color #5FB4BA in popluar color models

5FB4BA
RGB95180186
HSL184°39.74%55.10%
HSB/HSV184°48.92%72.94%
CMYK48.92%3.23%0.00%
27.06%

Color #5FB4BA in popluar number systems.

HEX5FB4BA
Decimal95180186
Binary10111111011010010111010
Octal137264272

Shades and tints

Shades of #5FB4BA

#5FB4BA
(95,180,186)
#57A4AA
(87,164,170)
#4F949A
(79,148,154)
#47848A
(71,132,138)
#3F747A
(63,116,122)
#37646A
(55,100,106)
#2F545A
(47,84,90)
#27444A
(39,68,74)
#1F343A
(31,52,58)
#17242A
(23,36,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #5FB4BA

#5FB4BA
(95,180,186)
#6DBAC0
(109,186,192)
#7BC0C6
(123,192,198)
#89C6CC
(137,198,204)
#97CCD2
(151,204,210)
#A5D2D8
(165,210,216)
#B3D8DE
(179,216,222)
#C1DEE4
(193,222,228)
#CFE4EA
(207,228,234)
#DDEAF0
(221,234,240)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB4BA color. Also use rgb(95,180,186) instead hex code.

Text Font Color

.myTextColor { color: #5FB4BA; }

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

This text font color is #5FB4BA.


Background Color

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

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

This div background color is #5FB4BA.


Border color

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

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

This div border color is #5FB4BA.


Opacity

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

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

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

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

This text has shadow with #5FB4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB4BA on black background.


Color preview on white background

This text has color #5FB4BA on white background.



Black color preview on #5FB4BA background

This text has black color on #5FB4BA background.


White color preview on #5FB4BA background

This text has white color on #5FB4BA background.