COLOR #5EBF9F

HEX: #5EBF9F
RGB: (94,191,159)

Color info

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

RGB color model

#5EBF9F color RGB value is (94,191,159).

  • red value is 94;
  • green value is 191;
  • blue value is 159.
RGB:
(94,191,159)
(37%,75%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 191 of 255 = 75%
B 159 of 255 = 62%

94
191
159

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

Portions of RGB colors in percentages

R + G + B =
94 + 191 + 159 = 444 (100%)
R 94 of 444 ~ 21.17%
G 191 of 444 ~ 43.02%
B 159 of 444 ~ 35.81%

%21.17
%43.02
%35.81

CMYK color model

#5EBF9F color CMYK value is (51,0,17,25).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 25.10%
CMYK:
(51,0,17,25)
C51M0Y17K25 
(51%,0%,17%,25%)
(0.51/0.00/0.17/0.25)	

CMYK percentages

%50.79
%0
%16.75
%25.1

Codes

Color #5EBF9F in popluar color models

5EBF9F
RGB94191159
HSL160°43.11%55.88%
HSB/HSV160°50.79%74.90%
CMYK50.79%0.00%16.75%
25.10%

Color #5EBF9F in popluar number systems.

HEX5EBF9F
Decimal94191159
Binary10111101011111110011111
Octal136277237

Shades and tints

Shades of #5EBF9F

#5EBF9F
(94,191,159)
#56AE91
(86,174,145)
#4E9D83
(78,157,131)
#468C75
(70,140,117)
#3E7B67
(62,123,103)
#366A59
(54,106,89)
#2E594B
(46,89,75)
#26483D
(38,72,61)
#1E372F
(30,55,47)
#162621
(22,38,33)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #5EBF9F

#5EBF9F
(94,191,159)
#6CC4A7
(108,196,167)
#7AC9AF
(122,201,175)
#88CEB7
(136,206,183)
#96D3BF
(150,211,191)
#A4D8C7
(164,216,199)
#B2DDCF
(178,221,207)
#C0E2D7
(192,226,215)
#CEE7DF
(206,231,223)
#DCECE7
(220,236,231)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBF9F color. Also use rgb(94,191,159) instead hex code.

Text Font Color

.myTextColor { color: #5EBF9F; }

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

This text font color is #5EBF9F.


Background Color

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

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

This div background color is #5EBF9F.


Border color

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

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

This div border color is #5EBF9F.


Opacity

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

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

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

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

This text has shadow with #5EBF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBF9F on black background.


Color preview on white background

This text has color #5EBF9F on white background.



Black color preview on #5EBF9F background

This text has black color on #5EBF9F background.


White color preview on #5EBF9F background

This text has white color on #5EBF9F background.