COLOR #5F9B97

HEX: #5F9B97 RGB: (95,155,151)

Color info

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

RGB color model

#5F9B97 color RGB value is (95,155,151).

RGB: (95,155,151) (37%, 61%, 59%)

RGB channels and saturation

R 95 of 255 = 37%
G 155 of 255 = 61%
B 151 of 255 = 59%

95
155
151

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

Portions of RGB colors in percentages

R + G + B = 95 + 155 + 151 = 401 (100%)
R 95 of 401 ~ 23.69%
G 155 of 401 ~ 38.65%
B 151 of 401 ~ 37.66'%

%23.69
%38.65
%37.66

CMYK color model

#5F9B97 color CMYK value is (39,0,3,39).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 39.22%

CMYK: (39,0,3,39)
C39M0Y3K39 (39%, 0%, 3%, 39%)
(0.39 / 0.00 / 0.03 / 0.39)

CMYK percentages

%38.71
%0
%2.58
%39.22

Codes

Color #5F9B97 in popluar color models

5F 9B 97
RGB 95 155 151
HSL 176° 24.00% 49.02%
HSB/HSV 176° 38.71% 60.78%
CMYK 38.71% 0.00% 2.58%
39.22%

Color #5F9B97 in popluar number systems.

HEX 5F 9B 97
Decimal 95 155 151
Binary 1011111 10011011 10010111
Octal 137 233 227

Shades and tints

Shades of #5F9B97

#5F9B97
(95,155,151)
#578D8A
(87,141,138)
#4F7F7D
(79,127,125)
#477170
(71,113,112)
#3F6363
(63,99,99)
#375556
(55,85,86)
#2F4749
(47,71,73)
#27393C
(39,57,60)
#1F2B2F
(31,43,47)
#171D22
(23,29,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #5F9B97

#5F9B97
(95,155,151)
#6DA4A0
(109,164,160)
#7BADA9
(123,173,169)
#89B6B2
(137,182,178)
#97BFBB
(151,191,187)
#A5C8C4
(165,200,196)
#B3D1CD
(179,209,205)
#C1DAD6
(193,218,214)
#CFE3DF
(207,227,223)
#DDECE8
(221,236,232)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9B97; }

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

This text font color is #5F9B97.

Background Color

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

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

This div background color is #5F9B97.

Border color

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

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

This div border color is #5F9B97.

Opacity

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

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

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

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

This text has shadow with #5F9B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9B97.

Preview

Color preview on black background

This text has color #5F9B97 on black background.


Color preview on white background

This text has color #5F9B97 on white background.


Black color preview on #5F9B97 background

This text has black color on #5F9B97 background.


White color preview on #5F9B97 background

This text has white color on #5F9B97 background.


Related colors

Complementary color

Complementary color for #hex is #A06468.


I love getcolorcode.com

Triadic colors

1 #975F9B and #9B975F with #5F9B97 are triadic colors.

2 #979B5F and #9B5F97 with #5F9B97 are triadic colors.