COLOR #5BF0BD

HEX: #5BF0BD
RGB: (91,240,189)

Color info

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

RGB color model

#5BF0BD color RGB value is (91,240,189).

  • red value is 91;
  • green value is 240;
  • blue value is 189.
RGB:
(91,240,189)
(36%,94%,74%)

RGB channels and saturation

R 91 of 255 = 36%
G 240 of 255 = 94%
B 189 of 255 = 74%

91
240
189

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

Portions of RGB colors in percentages

R + G + B =
91 + 240 + 189 = 520 (100%)
R 91 of 520 ~ 17.5%
G 240 of 520 ~ 46.15%
B 189 of 520 ~ 36.35%

%17.5
%46.15
%36.35

CMYK color model

#5BF0BD color CMYK value is (62,0,21,6).

  • cyan value is 62.08%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(62,0,21,6)
C62M0Y21K6 
(62%,0%,21%,6%)
(0.62/0.00/0.21/0.06)	

CMYK percentages

%62.08
%0
%21.25
%5.88

Codes

Color #5BF0BD in popluar color models

5BF0BD
RGB91240189
HSL159°83.24%64.90%
HSB/HSV159°62.08%94.12%
CMYK62.08%0.00%21.25%
5.88%

Color #5BF0BD in popluar number systems.

HEX5BF0BD
Decimal91240189
Binary10110111111000010111101
Octal133360275

Shades and tints

Shades of #5BF0BD

#5BF0BD
(91,240,189)
#53DBAC
(83,219,172)
#4BC69B
(75,198,155)
#43B18A
(67,177,138)
#3B9C79
(59,156,121)
#338768
(51,135,104)
#2B7257
(43,114,87)
#235D46
(35,93,70)
#1B4835
(27,72,53)
#133324
(19,51,36)
#0B1E13
(11,30,19)
#000000
(0,0,0)

Tints of #5BF0BD

#5BF0BD
(91,240,189)
#69F1C3
(105,241,195)
#77F2C9
(119,242,201)
#85F3CF
(133,243,207)
#93F4D5
(147,244,213)
#A1F5DB
(161,245,219)
#AFF6E1
(175,246,225)
#BDF7E7
(189,247,231)
#CBF8ED
(203,248,237)
#D9F9F3
(217,249,243)
#E7FAF9
(231,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BF0BD color. Also use rgb(91,240,189) instead hex code.

Text Font Color

.myTextColor { color: #5BF0BD; }

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

This text font color is #5BF0BD.


Background Color

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

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

This div background color is #5BF0BD.


Border color

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

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

This div border color is #5BF0BD.


Opacity

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

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

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

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

This text has shadow with #5BF0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BF0BD on black background.


Color preview on white background

This text has color #5BF0BD on white background.



Black color preview on #5BF0BD background

This text has black color on #5BF0BD background.


White color preview on #5BF0BD background

This text has white color on #5BF0BD background.