COLOR #5FA8A6

HEX: #5FA8A6
RGB: (95,168,166)

Color info

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

RGB color model

#5FA8A6 color RGB value is (95,168,166).

  • red value is 95;
  • green value is 168;
  • blue value is 166.
RGB:
(95,168,166)
(37%,66%,65%)

RGB channels and saturation

R 95 of 255 = 37%
G 168 of 255 = 66%
B 166 of 255 = 65%

95
168
166

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

Portions of RGB colors in percentages

R + G + B =
95 + 168 + 166 = 429 (100%)
R 95 of 429 ~ 22.14%
G 168 of 429 ~ 39.16%
B 166 of 429 ~ 38.69%

%22.14
%39.16
%38.69

CMYK color model

#5FA8A6 color CMYK value is (43,0,1,34).

  • cyan value is 43.45%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 34.12%
CMYK:
(43,0,1,34)
C43M0Y1K34 
(43%,0%,1%,34%)
(0.43/0.00/0.01/0.34)	

CMYK percentages

%43.45
%0
%1.19
%34.12

Codes

Color #5FA8A6 in popluar color models

5FA8A6
RGB95168166
HSL178°29.55%51.57%
HSB/HSV178°43.45%65.88%
CMYK43.45%0.00%1.19%
34.12%

Color #5FA8A6 in popluar number systems.

HEX5FA8A6
Decimal95168166
Binary10111111010100010100110
Octal137250246

Shades and tints

Shades of #5FA8A6

#5FA8A6
(95,168,166)
#579997
(87,153,151)
#4F8A88
(79,138,136)
#477B79
(71,123,121)
#3F6C6A
(63,108,106)
#375D5B
(55,93,91)
#2F4E4C
(47,78,76)
#273F3D
(39,63,61)
#1F302E
(31,48,46)
#17211F
(23,33,31)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #5FA8A6

#5FA8A6
(95,168,166)
#6DAFAE
(109,175,174)
#7BB6B6
(123,182,182)
#89BDBE
(137,189,190)
#97C4C6
(151,196,198)
#A5CBCE
(165,203,206)
#B3D2D6
(179,210,214)
#C1D9DE
(193,217,222)
#CFE0E6
(207,224,230)
#DDE7EE
(221,231,238)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA8A6 color. Also use rgb(95,168,166) instead hex code.

Text Font Color

.myTextColor { color: #5FA8A6; }

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

This text font color is #5FA8A6.


Background Color

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

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

This div background color is #5FA8A6.


Border color

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

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

This div border color is #5FA8A6.


Opacity

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

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

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

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

This text has shadow with #5FA8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA8A6 on black background.


Color preview on white background

This text has color #5FA8A6 on white background.



Black color preview on #5FA8A6 background

This text has black color on #5FA8A6 background.


White color preview on #5FA8A6 background

This text has white color on #5FA8A6 background.