COLOR #5FA5AC

HEX: #5FA5AC
RGB: (95,165,172)

Color info

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

RGB color model

#5FA5AC color RGB value is (95,165,172).

  • red value is 95;
  • green value is 165;
  • blue value is 172.
RGB:
(95,165,172)
(37%,65%,67%)

RGB channels and saturation

R 95 of 255 = 37%
G 165 of 255 = 65%
B 172 of 255 = 67%

95
165
172

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

Portions of RGB colors in percentages

R + G + B =
95 + 165 + 172 = 432 (100%)
R 95 of 432 ~ 21.99%
G 165 of 432 ~ 38.19%
B 172 of 432 ~ 39.81%

%21.99
%38.19
%39.81

CMYK color model

#5FA5AC color CMYK value is (45,4,0,33).

  • cyan value is 44.77%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(45,4,0,33)
C45M4Y0K33 
(45%,4%,0%,33%)
(0.45/0.04/0.00/0.33)	

CMYK percentages

%44.77
%4.07
%0
%32.55

Codes

Color #5FA5AC in popluar color models

5FA5AC
RGB95165172
HSL185°31.69%52.35%
HSB/HSV185°44.77%67.45%
CMYK44.77%4.07%0.00%
32.55%

Color #5FA5AC in popluar number systems.

HEX5FA5AC
Decimal95165172
Binary10111111010010110101100
Octal137245254

Shades and tints

Shades of #5FA5AC

#5FA5AC
(95,165,172)
#57969D
(87,150,157)
#4F878E
(79,135,142)
#47787F
(71,120,127)
#3F6970
(63,105,112)
#375A61
(55,90,97)
#2F4B52
(47,75,82)
#273C43
(39,60,67)
#1F2D34
(31,45,52)
#171E25
(23,30,37)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #5FA5AC

#5FA5AC
(95,165,172)
#6DADB3
(109,173,179)
#7BB5BA
(123,181,186)
#89BDC1
(137,189,193)
#97C5C8
(151,197,200)
#A5CDCF
(165,205,207)
#B3D5D6
(179,213,214)
#C1DDDD
(193,221,221)
#CFE5E4
(207,229,228)
#DDEDEB
(221,237,235)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA5AC color. Also use rgb(95,165,172) instead hex code.

Text Font Color

.myTextColor { color: #5FA5AC; }

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

This text font color is #5FA5AC.


Background Color

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

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

This div background color is #5FA5AC.


Border color

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

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

This div border color is #5FA5AC.


Opacity

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

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

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

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

This text has shadow with #5FA5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA5AC on black background.


Color preview on white background

This text has color #5FA5AC on white background.



Black color preview on #5FA5AC background

This text has black color on #5FA5AC background.


White color preview on #5FA5AC background

This text has white color on #5FA5AC background.