COLOR #5FB297

HEX: #5FB297 RGB: (95,178,151)

Color info

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

RGB color model

#5FB297 color RGB value is (95,178,151).

RGB: (95,178,151) (37%, 70%, 59%)

RGB channels and saturation

R 95 of 255 = 37%
G 178 of 255 = 70%
B 151 of 255 = 59%

95
178
151

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

Portions of RGB colors in percentages

R + G + B = 95 + 178 + 151 = 424 (100%)
R 95 of 424 ~ 22.41%
G 178 of 424 ~ 41.98%
B 151 of 424 ~ 35.61'%

%22.41
%41.98
%35.61

CMYK color model

#5FB297 color CMYK value is (47,0,15,30).

  • cyan value is 46.63%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 30.20%

CMYK: (47,0,15,30)
C47M0Y15K30 (47%, 0%, 15%, 30%)
(0.47 / 0.00 / 0.15 / 0.30)

CMYK percentages

%46.63
%0
%15.17
%30.2

Codes

Color #5FB297 in popluar color models

5F B2 97
RGB 95 178 151
HSL 160° 35.02% 53.53%
HSB/HSV 160° 46.63% 69.80%
CMYK 46.63% 0.00% 15.17%
30.20%

Color #5FB297 in popluar number systems.

HEX 5F B2 97
Decimal 95 178 151
Binary 1011111 10110010 10010111
Octal 137 262 227

Shades and tints

Shades of #5FB297

#5FB297
(95,178,151)
#57A28A
(87,162,138)
#4F927D
(79,146,125)
#478270
(71,130,112)
#3F7263
(63,114,99)
#376256
(55,98,86)
#2F5249
(47,82,73)
#27423C
(39,66,60)
#1F322F
(31,50,47)
#172222
(23,34,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #5FB297

#5FB297
(95,178,151)
#6DB9A0
(109,185,160)
#7BC0A9
(123,192,169)
#89C7B2
(137,199,178)
#97CEBB
(151,206,187)
#A5D5C4
(165,213,196)
#B3DCCD
(179,220,205)
#C1E3D6
(193,227,214)
#CFEADF
(207,234,223)
#DDF1E8
(221,241,232)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FB297; }

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

This text font color is #5FB297.

Background Color

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

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

This div background color is #5FB297.

Border color

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

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

This div border color is #5FB297.

Opacity

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

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

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

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

This text has shadow with #5FB297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB297.

Preview

Color preview on black background

This text has color #5FB297 on black background.


Color preview on white background

This text has color #5FB297 on white background.


Black color preview on #5FB297 background

This text has black color on #5FB297 background.


White color preview on #5FB297 background

This text has white color on #5FB297 background.


Related colors

Complementary color

Complementary color for #hex is #A04D68.


I love getcolorcode.com

Triadic colors

1 #975FB2 and #B2975F with #5FB297 are triadic colors.

2 #97B25F and #B25F97 with #5FB297 are triadic colors.