COLOR #37BDBC

HEX: #37BDBC
RGB: (55,189,188)

Color info

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

RGB color model

#37BDBC color RGB value is (55,189,188).

  • red value is 55;
  • green value is 189;
  • blue value is 188.
RGB:
(55,189,188)
(22%,74%,74%)

RGB channels and saturation

R 55 of 255 = 22%
G 189 of 255 = 74%
B 188 of 255 = 74%

55
189
188

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

Portions of RGB colors in percentages

R + G + B =
55 + 189 + 188 = 432 (100%)
R 55 of 432 ~ 12.73%
G 189 of 432 ~ 43.75%
B 188 of 432 ~ 43.52%

%12.73
%43.75
%43.52

CMYK color model

#37BDBC color CMYK value is (71,0,1,26).

  • cyan value is 70.90%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(71,0,1,26)
C71M0Y1K26 
(71%,0%,1%,26%)
(0.71/0.00/0.01/0.26)	

CMYK percentages

%70.9
%0
%0.53
%25.88

Codes

Color #37BDBC in popluar color models

37BDBC
RGB55189188
HSL180°54.92%47.84%
HSB/HSV180°70.90%74.12%
CMYK70.90%0.00%0.53%
25.88%

Color #37BDBC in popluar number systems.

HEX37BDBC
Decimal55189188
Binary1101111011110110111100
Octal67275274

Shades and tints

Shades of #37BDBC

#37BDBC
(55,189,188)
#32ACAB
(50,172,171)
#2D9B9A
(45,155,154)
#288A89
(40,138,137)
#237978
(35,121,120)
#1E6867
(30,104,103)
#195756
(25,87,86)
#144645
(20,70,69)
#0F3534
(15,53,52)
#0A2423
(10,36,35)
#051312
(5,19,18)
#000000
(0,0,0)

Tints of #37BDBC

#37BDBC
(55,189,188)
#49C3C2
(73,195,194)
#5BC9C8
(91,201,200)
#6DCFCE
(109,207,206)
#7FD5D4
(127,213,212)
#91DBDA
(145,219,218)
#A3E1E0
(163,225,224)
#B5E7E6
(181,231,230)
#C7EDEC
(199,237,236)
#D9F3F2
(217,243,242)
#EBF9F8
(235,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37BDBC color. Also use rgb(55,189,188) instead hex code.

Text Font Color

.myTextColor { color: #37BDBC; }

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

This text font color is #37BDBC.


Background Color

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

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

This div background color is #37BDBC.


Border color

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

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

This div border color is #37BDBC.


Opacity

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

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

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

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

This text has shadow with #37BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37BDBC on black background.


Color preview on white background

This text has color #37BDBC on white background.



Black color preview on #37BDBC background

This text has black color on #37BDBC background.


White color preview on #37BDBC background

This text has white color on #37BDBC background.