COLOR #5FA995

HEX: #5FA995
RGB: (95,169,149)

Color info

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

RGB color model

#5FA995 color RGB value is (95,169,149).

  • red value is 95;
  • green value is 169;
  • blue value is 149.
RGB:
(95,169,149)
(37%,66%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 169 of 255 = 66%
B 149 of 255 = 58%

95
169
149

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

Portions of RGB colors in percentages

R + G + B =
95 + 169 + 149 = 413 (100%)
R 95 of 413 ~ 23%
G 169 of 413 ~ 40.92%
B 149 of 413 ~ 36.08%

%23
%40.92
%36.08

CMYK color model

#5FA995 color CMYK value is (44,0,12,34).

  • cyan value is 43.79%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 33.73%
CMYK:
(44,0,12,34)
C44M0Y12K34 
(44%,0%,12%,34%)
(0.44/0.00/0.12/0.34)	

CMYK percentages

%43.79
%0
%11.83
%33.73

Codes

Color #5FA995 in popluar color models

5FA995
RGB95169149
HSL164°30.08%51.76%
HSB/HSV164°43.79%66.27%
CMYK43.79%0.00%11.83%
33.73%

Color #5FA995 in popluar number systems.

HEX5FA995
Decimal95169149
Binary10111111010100110010101
Octal137251225

Shades and tints

Shades of #5FA995

#5FA995
(95,169,149)
#579A88
(87,154,136)
#4F8B7B
(79,139,123)
#477C6E
(71,124,110)
#3F6D61
(63,109,97)
#375E54
(55,94,84)
#2F4F47
(47,79,71)
#27403A
(39,64,58)
#1F312D
(31,49,45)
#172220
(23,34,32)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #5FA995

#5FA995
(95,169,149)
#6DB09E
(109,176,158)
#7BB7A7
(123,183,167)
#89BEB0
(137,190,176)
#97C5B9
(151,197,185)
#A5CCC2
(165,204,194)
#B3D3CB
(179,211,203)
#C1DAD4
(193,218,212)
#CFE1DD
(207,225,221)
#DDE8E6
(221,232,230)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA995 color. Also use rgb(95,169,149) instead hex code.

Text Font Color

.myTextColor { color: #5FA995; }

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

This text font color is #5FA995.


Background Color

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

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

This div background color is #5FA995.


Border color

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

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

This div border color is #5FA995.


Opacity

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

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

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

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

This text has shadow with #5FA995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA995 on black background.


Color preview on white background

This text has color #5FA995 on white background.



Black color preview on #5FA995 background

This text has black color on #5FA995 background.


White color preview on #5FA995 background

This text has white color on #5FA995 background.