COLOR #5F9E99

HEX: #5F9E99 RGB: (95,158,153)

Color info

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

RGB color model

#5F9E99 color RGB value is (95,158,153).

RGB: (95,158,153) (37%, 62%, 60%)

RGB channels and saturation

R 95 of 255 = 37%
G 158 of 255 = 62%
B 153 of 255 = 60%

95
158
153

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

Portions of RGB colors in percentages

R + G + B = 95 + 158 + 153 = 406 (100%)
R 95 of 406 ~ 23.4%
G 158 of 406 ~ 38.92%
B 153 of 406 ~ 37.68'%

%23.4
%38.92
%37.68

CMYK color model

#5F9E99 color CMYK value is (40,0,3,38).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 38.04%

CMYK: (40,0,3,38)
C40M0Y3K38 (40%, 0%, 3%, 38%)
(0.40 / 0.00 / 0.03 / 0.38)

CMYK percentages

%39.87
%0
%3.16
%38.04

Codes

Color #5F9E99 in popluar color models

5F 9E 99
RGB 95 158 153
HSL 175° 24.90% 49.61%
HSB/HSV 175° 39.87% 61.96%
CMYK 39.87% 0.00% 3.16%
38.04%

Color #5F9E99 in popluar number systems.

HEX 5F 9E 99
Decimal 95 158 153
Binary 1011111 10011110 10011001
Octal 137 236 231

Shades and tints

Shades of #5F9E99

#5F9E99
(95,158,153)
#57908C
(87,144,140)
#4F827F
(79,130,127)
#477472
(71,116,114)
#3F6665
(63,102,101)
#375858
(55,88,88)
#2F4A4B
(47,74,75)
#273C3E
(39,60,62)
#1F2E31
(31,46,49)
#172024
(23,32,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #5F9E99

#5F9E99
(95,158,153)
#6DA6A2
(109,166,162)
#7BAEAB
(123,174,171)
#89B6B4
(137,182,180)
#97BEBD
(151,190,189)
#A5C6C6
(165,198,198)
#B3CECF
(179,206,207)
#C1D6D8
(193,214,216)
#CFDEE1
(207,222,225)
#DDE6EA
(221,230,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9E99 color. Also use rgb(95,158,153) instead hex code.

Text Font Color

.myTextColor { color: #5F9E99; }

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

This text font color is #5F9E99.

Background Color

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

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

This div background color is #5F9E99.

Border color

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

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

This div border color is #5F9E99.

Opacity

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

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

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

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

This text has shadow with #5F9E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9E99.

Preview

Color preview on black background

This text has color #5F9E99 on black background.


Color preview on white background

This text has color #5F9E99 on white background.


Black color preview on #5F9E99 background

This text has black color on #5F9E99 background.


White color preview on #5F9E99 background

This text has white color on #5F9E99 background.


Related colors

Complementary color

Complementary color for #hex is #A06166.


I love getcolorcode.com

Triadic colors

1 #995F9E and #9E995F with #5F9E99 are triadic colors.

2 #999E5F and #9E5F99 with #5F9E99 are triadic colors.