COLOR #5EEBC0

HEX: #5EEBC0
RGB: (94,235,192)

Color info

#5EEBC0 contains mainly green and blue colors. Web safe color of #5EEBC0 is #66FFCC (or #6FC).

RGB color model

#5EEBC0 color RGB value is (94,235,192).

  • red value is 94;
  • green value is 235;
  • blue value is 192.
RGB:
(94,235,192)
(37%,92%,75%)

RGB channels and saturation

R 94 of 255 = 37%
G 235 of 255 = 92%
B 192 of 255 = 75%

94
235
192

R + G + B ~ 68%. #5EEBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 235 + 192 = 521 (100%)
R 94 of 521 ~ 18.04%
G 235 of 521 ~ 45.11%
B 192 of 521 ~ 36.85%

%18.04
%45.11
%36.85

CMYK color model

#5EEBC0 color CMYK value is (60,0,18,8).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 7.84%
CMYK:
(60,0,18,8)
C60M0Y18K8 
(60%,0%,18%,8%)
(0.60/0.00/0.18/0.08)	

CMYK percentages

%60
%0
%18.3
%7.84

Codes

Color #5EEBC0 in popluar color models

5EEBC0
RGB94235192
HSL162°77.90%64.51%
HSB/HSV162°60.00%92.16%
CMYK60.00%0.00%18.30%
7.84%

Color #5EEBC0 in popluar number systems.

HEX5EEBC0
Decimal94235192
Binary10111101110101111000000
Octal136353300

Shades and tints

Shades of #5EEBC0

#5EEBC0
(94,235,192)
#56D6AF
(86,214,175)
#4EC19E
(78,193,158)
#46AC8D
(70,172,141)
#3E977C
(62,151,124)
#36826B
(54,130,107)
#2E6D5A
(46,109,90)
#265849
(38,88,73)
#1E4338
(30,67,56)
#162E27
(22,46,39)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #5EEBC0

#5EEBC0
(94,235,192)
#6CECC5
(108,236,197)
#7AEDCA
(122,237,202)
#88EECF
(136,238,207)
#96EFD4
(150,239,212)
#A4F0D9
(164,240,217)
#B2F1DE
(178,241,222)
#C0F2E3
(192,242,227)
#CEF3E8
(206,243,232)
#DCF4ED
(220,244,237)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EEBC0 color. Also use rgb(94,235,192) instead hex code.

Text Font Color

.myTextColor { color: #5EEBC0; }

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

This text font color is #5EEBC0.


Background Color

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

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

This div background color is #5EEBC0.


Border color

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

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

This div border color is #5EEBC0.


Opacity

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

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

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

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

This text has shadow with #5EEBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EEBC0 on black background.


Color preview on white background

This text has color #5EEBC0 on white background.



Black color preview on #5EEBC0 background

This text has black color on #5EEBC0 background.


White color preview on #5EEBC0 background

This text has white color on #5EEBC0 background.