COLOR #37B6B5

HEX: #37B6B5
RGB: (55,182,181)

Color info

#37B6B5 contains mainly green and blue colors. Web safe color of #37B6B5 is #33CCCC (or #3CC).

RGB color model

#37B6B5 color RGB value is (55,182,181).

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

RGB channels and saturation

R 55 of 255 = 22%
G 182 of 255 = 71%
B 181 of 255 = 71%

55
182
181

R + G + B ~ 55%. #37B6B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 182 + 181 = 418 (100%)
R 55 of 418 ~ 13.16%
G 182 of 418 ~ 43.54%
B 181 of 418 ~ 43.3%

%13.16
%43.54
%43.3

CMYK color model

#37B6B5 color CMYK value is (70,0,1,29).

  • cyan value is 69.78%
  • magenta value is 0.00%
  • yellow value is 0.55%
  • key color value is 28.63%
CMYK:
(70,0,1,29)
C70M0Y1K29 
(70%,0%,1%,29%)
(0.70/0.00/0.01/0.29)	

CMYK percentages

%69.78
%0
%0.55
%28.63

Codes

Color #37B6B5 in popluar color models

37B6B5
RGB55182181
HSL180°53.59%46.47%
HSB/HSV180°69.78%71.37%
CMYK69.78%0.00%0.55%
28.63%

Color #37B6B5 in popluar number systems.

HEX37B6B5
Decimal55182181
Binary1101111011011010110101
Octal67266265

Shades and tints

Shades of #37B6B5

#37B6B5
(55,182,181)
#32A6A5
(50,166,165)
#2D9695
(45,150,149)
#288685
(40,134,133)
#237675
(35,118,117)
#1E6665
(30,102,101)
#195655
(25,86,85)
#144645
(20,70,69)
#0F3635
(15,54,53)
#0A2625
(10,38,37)
#051615
(5,22,21)
#000000
(0,0,0)

Tints of #37B6B5

#37B6B5
(55,182,181)
#49BCBB
(73,188,187)
#5BC2C1
(91,194,193)
#6DC8C7
(109,200,199)
#7FCECD
(127,206,205)
#91D4D3
(145,212,211)
#A3DAD9
(163,218,217)
#B5E0DF
(181,224,223)
#C7E6E5
(199,230,229)
#D9ECEB
(217,236,235)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37B6B5; }

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

This text font color is #37B6B5.


Background Color

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

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

This div background color is #37B6B5.


Border color

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

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

This div border color is #37B6B5.


Opacity

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

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

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

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

This text has shadow with #37B6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37B6B5 on black background.


Color preview on white background

This text has color #37B6B5 on white background.



Black color preview on #37B6B5 background

This text has black color on #37B6B5 background.


White color preview on #37B6B5 background

This text has white color on #37B6B5 background.