COLOR #5FB79B

HEX: #5FB79B RGB: (95,183,155)

Color info

#5FB79B contains mainly green and blue colors. Web safe color of #5FB79B is #66CC99 (or #6C9).

RGB color model

#5FB79B color RGB value is (95,183,155).

RGB: (95,183,155) (37%, 72%, 61%)

RGB channels and saturation

R 95 of 255 = 37%
G 183 of 255 = 72%
B 155 of 255 = 61%

95
183
155

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

Portions of RGB colors in percentages

R + G + B = 95 + 183 + 155 = 433 (100%)
R 95 of 433 ~ 21.94%
G 183 of 433 ~ 42.26%
B 155 of 433 ~ 35.8'%

%21.94
%42.26
%35.8

CMYK color model

#5FB79B color CMYK value is (48,0,15,28).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%

CMYK: (48,0,15,28)
C48M0Y15K28 (48%, 0%, 15%, 28%)
(0.48 / 0.00 / 0.15 / 0.28)

CMYK percentages

%48.09
%0
%15.3
%28.24

Codes

Color #5FB79B in popluar color models

5F B7 9B
RGB 95 183 155
HSL 161° 37.93% 54.51%
HSB/HSV 161° 48.09% 71.76%
CMYK 48.09% 0.00% 15.30%
28.24%

Color #5FB79B in popluar number systems.

HEX 5F B7 9B
Decimal 95 183 155
Binary 1011111 10110111 10011011
Octal 137 267 233

Shades and tints

Shades of #5FB79B

#5FB79B
(95,183,155)
#57A78D
(87,167,141)
#4F977F
(79,151,127)
#478771
(71,135,113)
#3F7763
(63,119,99)
#376755
(55,103,85)
#2F5747
(47,87,71)
#274739
(39,71,57)
#1F372B
(31,55,43)
#17271D
(23,39,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #5FB79B

#5FB79B
(95,183,155)
#6DBDA4
(109,189,164)
#7BC3AD
(123,195,173)
#89C9B6
(137,201,182)
#97CFBF
(151,207,191)
#A5D5C8
(165,213,200)
#B3DBD1
(179,219,209)
#C1E1DA
(193,225,218)
#CFE7E3
(207,231,227)
#DDEDEC
(221,237,236)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB79B color. Also use rgb(95,183,155) instead hex code.

Text Font Color

.myTextColor { color: #5FB79B; }

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

This text font color is #5FB79B.

Background Color

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

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

This div background color is #5FB79B.

Border color

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

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

This div border color is #5FB79B.

Opacity

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

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

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

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

This text has shadow with #5FB79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB79B.

Preview

Color preview on black background

This text has color #5FB79B on black background.


Color preview on white background

This text has color #5FB79B on white background.


Black color preview on #5FB79B background

This text has black color on #5FB79B background.


White color preview on #5FB79B background

This text has white color on #5FB79B background.


Related colors

Complementary color

Complementary color for #hex is #A04864.


I love getcolorcode.com

Triadic colors

1 #9B5FB7 and #B79B5F with #5FB79B are triadic colors.

2 #9BB75F and #B75F9B with #5FB79B are triadic colors.