COLOR #5EBCBB

HEX: #5EBCBB
RGB: (94,188,187)

Color info

#5EBCBB contains mainly green and blue colors. Web safe color of #5EBCBB is #66CCCC (or #6CC).

RGB color model

#5EBCBB color RGB value is (94,188,187).

  • red value is 94;
  • green value is 188;
  • blue value is 187.
RGB:
(94,188,187)
(37%,74%,73%)

RGB channels and saturation

R 94 of 255 = 37%
G 188 of 255 = 74%
B 187 of 255 = 73%

94
188
187

R + G + B ~ 61%. #5EBCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 188 + 187 = 469 (100%)
R 94 of 469 ~ 20.04%
G 188 of 469 ~ 40.09%
B 187 of 469 ~ 39.87%

%20.04
%40.09
%39.87

CMYK color model

#5EBCBB color CMYK value is (50,0,1,26).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(50,0,1,26)
C50M0Y1K26 
(50%,0%,1%,26%)
(0.50/0.00/0.01/0.26)	

CMYK percentages

%50
%0
%0.53
%26.27

Codes

Color #5EBCBB in popluar color models

5EBCBB
RGB94188187
HSL179°41.23%55.29%
HSB/HSV179°50.00%73.73%
CMYK50.00%0.00%0.53%
26.27%

Color #5EBCBB in popluar number systems.

HEX5EBCBB
Decimal94188187
Binary10111101011110010111011
Octal136274273

Shades and tints

Shades of #5EBCBB

#5EBCBB
(94,188,187)
#56ABAA
(86,171,170)
#4E9A99
(78,154,153)
#468988
(70,137,136)
#3E7877
(62,120,119)
#366766
(54,103,102)
#2E5655
(46,86,85)
#264544
(38,69,68)
#1E3433
(30,52,51)
#162322
(22,35,34)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5EBCBB

#5EBCBB
(94,188,187)
#6CC2C1
(108,194,193)
#7AC8C7
(122,200,199)
#88CECD
(136,206,205)
#96D4D3
(150,212,211)
#A4DAD9
(164,218,217)
#B2E0DF
(178,224,223)
#C0E6E5
(192,230,229)
#CEECEB
(206,236,235)
#DCF2F1
(220,242,241)
#EAF8F7
(234,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBCBB color. Also use rgb(94,188,187) instead hex code.

Text Font Color

.myTextColor { color: #5EBCBB; }

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

This text font color is #5EBCBB.


Background Color

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

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

This div background color is #5EBCBB.


Border color

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

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

This div border color is #5EBCBB.


Opacity

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

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

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

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

This text has shadow with #5EBCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBCBB on black background.


Color preview on white background

This text has color #5EBCBB on white background.



Black color preview on #5EBCBB background

This text has black color on #5EBCBB background.


White color preview on #5EBCBB background

This text has white color on #5EBCBB background.