COLOR #37B5C1

HEX: #37B5C1
RGB: (55,181,193)

Color info

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

RGB color model

#37B5C1 color RGB value is (55,181,193).

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

RGB channels and saturation

R 55 of 255 = 22%
G 181 of 255 = 71%
B 193 of 255 = 76%

55
181
193

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

Portions of RGB colors in percentages

R + G + B =
55 + 181 + 193 = 429 (100%)
R 55 of 429 ~ 12.82%
G 181 of 429 ~ 42.19%
B 193 of 429 ~ 44.99%

%12.82
%42.19
%44.99

CMYK color model

#37B5C1 color CMYK value is (72,6,0,24).

  • cyan value is 71.50%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(72,6,0,24)
C72M6Y0K24 
(72%,6%,0%,24%)
(0.72/0.06/0.00/0.24)	

CMYK percentages

%71.5
%6.22
%0
%24.31

Codes

Color #37B5C1 in popluar color models

37B5C1
RGB55181193
HSL185°55.65%48.63%
HSB/HSV185°71.50%75.69%
CMYK71.50%6.22%0.00%
24.31%

Color #37B5C1 in popluar number systems.

HEX37B5C1
Decimal55181193
Binary1101111011010111000001
Octal67265301

Shades and tints

Shades of #37B5C1

#37B5C1
(55,181,193)
#32A5B0
(50,165,176)
#2D959F
(45,149,159)
#28858E
(40,133,142)
#23757D
(35,117,125)
#1E656C
(30,101,108)
#19555B
(25,85,91)
#14454A
(20,69,74)
#0F3539
(15,53,57)
#0A2528
(10,37,40)
#051517
(5,21,23)
#000000
(0,0,0)

Tints of #37B5C1

#37B5C1
(55,181,193)
#49BBC6
(73,187,198)
#5BC1CB
(91,193,203)
#6DC7D0
(109,199,208)
#7FCDD5
(127,205,213)
#91D3DA
(145,211,218)
#A3D9DF
(163,217,223)
#B5DFE4
(181,223,228)
#C7E5E9
(199,229,233)
#D9EBEE
(217,235,238)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37B5C1; }

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

This text font color is #37B5C1.


Background Color

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

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

This div background color is #37B5C1.


Border color

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

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

This div border color is #37B5C1.


Opacity

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

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

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

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

This text has shadow with #37B5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37B5C1 on black background.


Color preview on white background

This text has color #37B5C1 on white background.



Black color preview on #37B5C1 background

This text has black color on #37B5C1 background.


White color preview on #37B5C1 background

This text has white color on #37B5C1 background.