COLOR #5BEEB5

HEX: #5BEEB5 RGB: (91,238,181)

Color info

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

RGB color model

#5BEEB5 color RGB value is (91,238,181).

RGB: (91,238,181) (36%, 93%, 71%)

RGB channels and saturation

R 91 of 255 = 36%
G 238 of 255 = 93%
B 181 of 255 = 71%

91
238
181

R + G + B ~ 67%. #5BEEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 91 + 238 + 181 = 510 (100%)
R 91 of 510 ~ 17.84%
G 238 of 510 ~ 46.67%
B 181 of 510 ~ 35.49'%

%17.84
%46.67
%35.49

CMYK color model

#5BEEB5 color CMYK value is (62,0,24,7).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 6.67%

CMYK: (62,0,24,7)
C62M0Y24K7 (62%, 0%, 24%, 7%)
(0.62 / 0.00 / 0.24 / 0.07)

CMYK percentages

%61.76
%0
%23.95
%6.67

Codes

Color #5BEEB5 in popluar color models

5B EE B5
RGB 91 238 181
HSL 157° 81.22% 64.51%
HSB/HSV 157° 61.76% 93.33%
CMYK 61.76% 0.00% 23.95%
6.67%

Color #5BEEB5 in popluar number systems.

HEX 5B EE B5
Decimal 91 238 181
Binary 1011011 11101110 10110101
Octal 133 356 265

Shades and tints

Shades of #5BEEB5

#5BEEB5
(91,238,181)
#53D9A5
(83,217,165)
#4BC495
(75,196,149)
#43AF85
(67,175,133)
#3B9A75
(59,154,117)
#338565
(51,133,101)
#2B7055
(43,112,85)
#235B45
(35,91,69)
#1B4635
(27,70,53)
#133125
(19,49,37)
#0B1C15
(11,28,21)
#000000
(0,0,0)

Tints of #5BEEB5

#5BEEB5
(91,238,181)
#69EFBB
(105,239,187)
#77F0C1
(119,240,193)
#85F1C7
(133,241,199)
#93F2CD
(147,242,205)
#A1F3D3
(161,243,211)
#AFF4D9
(175,244,217)
#BDF5DF
(189,245,223)
#CBF6E5
(203,246,229)
#D9F7EB
(217,247,235)
#E7F8F1
(231,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BEEB5; }

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

This text font color is #5BEEB5.

Background Color

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

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

This div background color is #5BEEB5.

Border color

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

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

This div border color is #5BEEB5.

Opacity

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

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

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

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

This text has shadow with #5BEEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BEEB5.

Preview

Color preview on black background

This text has color #5BEEB5 on black background.


Color preview on white background

This text has color #5BEEB5 on white background.


Black color preview on #5BEEB5 background

This text has black color on #5BEEB5 background.


White color preview on #5BEEB5 background

This text has white color on #5BEEB5 background.


Related colors

Complementary color

Complementary color for #hex is #A4114A.


I love getcolorcode.com

Triadic colors

1 #B55BEE and #EEB55B with #5BEEB5 are triadic colors.

2 #B5EE5B and #EE5BB5 with #5BEEB5 are triadic colors.