COLOR #5BEED7

HEX: #5BEED7
RGB: (91,238,215)

Color info

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

RGB color model

#5BEED7 color RGB value is (91,238,215).

  • red value is 91;
  • green value is 238;
  • blue value is 215.
RGB:
(91,238,215)
(36%,93%,84%)

RGB channels and saturation

R 91 of 255 = 36%
G 238 of 255 = 93%
B 215 of 255 = 84%

91
238
215

R + G + B ~ 71%. #5BEED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 238 + 215 = 544 (100%)
R 91 of 544 ~ 16.73%
G 238 of 544 ~ 43.75%
B 215 of 544 ~ 39.52%

%16.73
%43.75
%39.52

CMYK color model

#5BEED7 color CMYK value is (62,0,10,7).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(62,0,10,7)
C62M0Y10K7 
(62%,0%,10%,7%)
(0.62/0.00/0.10/0.07)	

CMYK percentages

%61.76
%0
%9.66
%6.67

Codes

Color #5BEED7 in popluar color models

5BEED7
RGB91238215
HSL171°81.22%64.51%
HSB/HSV171°61.76%93.33%
CMYK61.76%0.00%9.66%
6.67%

Color #5BEED7 in popluar number systems.

HEX5BEED7
Decimal91238215
Binary10110111110111011010111
Octal133356327

Shades and tints

Shades of #5BEED7

#5BEED7
(91,238,215)
#53D9C4
(83,217,196)
#4BC4B1
(75,196,177)
#43AF9E
(67,175,158)
#3B9A8B
(59,154,139)
#338578
(51,133,120)
#2B7065
(43,112,101)
#235B52
(35,91,82)
#1B463F
(27,70,63)
#13312C
(19,49,44)
#0B1C19
(11,28,25)
#000000
(0,0,0)

Tints of #5BEED7

#5BEED7
(91,238,215)
#69EFDA
(105,239,218)
#77F0DD
(119,240,221)
#85F1E0
(133,241,224)
#93F2E3
(147,242,227)
#A1F3E6
(161,243,230)
#AFF4E9
(175,244,233)
#BDF5EC
(189,245,236)
#CBF6EF
(203,246,239)
#D9F7F2
(217,247,242)
#E7F8F5
(231,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BEED7 color. Also use rgb(91,238,215) instead hex code.

Text Font Color

.myTextColor { color: #5BEED7; }

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

This text font color is #5BEED7.


Background Color

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

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

This div background color is #5BEED7.


Border color

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

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

This div border color is #5BEED7.


Opacity

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

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

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

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

This text has shadow with #5BEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BEED7 on black background.


Color preview on white background

This text has color #5BEED7 on white background.



Black color preview on #5BEED7 background

This text has black color on #5BEED7 background.


White color preview on #5BEED7 background

This text has white color on #5BEED7 background.