COLOR #37EFB5

HEX: #37EFB5
RGB: (55,239,181)

Color info

#37EFB5 contains mainly green and blue colors. Web safe color of #37EFB5 is #33FFCC (or #3FC).

RGB color model

#37EFB5 color RGB value is (55,239,181).

  • red value is 55;
  • green value is 239;
  • blue value is 181.
RGB:
(55,239,181)
(22%,94%,71%)

RGB channels and saturation

R 55 of 255 = 22%
G 239 of 255 = 94%
B 181 of 255 = 71%

55
239
181

R + G + B ~ 62%. #37EFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 239 + 181 = 475 (100%)
R 55 of 475 ~ 11.58%
G 239 of 475 ~ 50.32%
B 181 of 475 ~ 38.11%

%11.58
%50.32
%38.11

CMYK color model

#37EFB5 color CMYK value is (77,0,24,6).

  • cyan value is 76.99%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(77,0,24,6)
C77M0Y24K6 
(77%,0%,24%,6%)
(0.77/0.00/0.24/0.06)	

CMYK percentages

%76.99
%0
%24.27
%6.27

Codes

Color #37EFB5 in popluar color models

37EFB5
RGB55239181
HSL161°85.19%57.65%
HSB/HSV161°76.99%93.73%
CMYK76.99%0.00%24.27%
6.27%

Color #37EFB5 in popluar number systems.

HEX37EFB5
Decimal55239181
Binary1101111110111110110101
Octal67357265

Shades and tints

Shades of #37EFB5

#37EFB5
(55,239,181)
#32DAA5
(50,218,165)
#2DC595
(45,197,149)
#28B085
(40,176,133)
#239B75
(35,155,117)
#1E8665
(30,134,101)
#197155
(25,113,85)
#145C45
(20,92,69)
#0F4735
(15,71,53)
#0A3225
(10,50,37)
#051D15
(5,29,21)
#000000
(0,0,0)

Tints of #37EFB5

#37EFB5
(55,239,181)
#49F0BB
(73,240,187)
#5BF1C1
(91,241,193)
#6DF2C7
(109,242,199)
#7FF3CD
(127,243,205)
#91F4D3
(145,244,211)
#A3F5D9
(163,245,217)
#B5F6DF
(181,246,223)
#C7F7E5
(199,247,229)
#D9F8EB
(217,248,235)
#EBF9F1
(235,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37EFB5 color. Also use rgb(55,239,181) instead hex code.

Text Font Color

.myTextColor { color: #37EFB5; }

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

This text font color is #37EFB5.


Background Color

.myBgColor { background-color: #37EFB5; }

<div style="background-color:#37EFB5">Inner text</div>

This div background color is #37EFB5.


Border color

.myBorderColor { border: 1px solid #37EFB5; }

<div style="border:3px solid #37EFB5">Div</div>

This div border color is #37EFB5.


Opacity

.myOpacity80 { color: #37EFB5; opacity: 0.8; }

<p style="color:#37EFB5;opacity:0.8;">80%</p>

Text with #37EFB5 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 #37EFB5;}

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

This text has shadow with #37EFB5 color.

.textShadow {text-shadow: 3px 3px 1px #37EFB5, 3px 3px 1px red;}

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

This text has shadow with #37EFB5 primary color and red secondary color.


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

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

This text has shadow with #37EFB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37EFB5 on black background.


Color preview on white background

This text has color #37EFB5 on white background.



Black color preview on #37EFB5 background

This text has black color on #37EFB5 background.


White color preview on #37EFB5 background

This text has white color on #37EFB5 background.