COLOR #37CFBB

HEX: #37CFBB
RGB: (55,207,187)

Color info

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

RGB color model

#37CFBB color RGB value is (55,207,187).

  • red value is 55;
  • green value is 207;
  • blue value is 187.
RGB:
(55,207,187)
(22%,81%,73%)

RGB channels and saturation

R 55 of 255 = 22%
G 207 of 255 = 81%
B 187 of 255 = 73%

55
207
187

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

Portions of RGB colors in percentages

R + G + B =
55 + 207 + 187 = 449 (100%)
R 55 of 449 ~ 12.25%
G 207 of 449 ~ 46.1%
B 187 of 449 ~ 41.65%

%12.25
%46.1
%41.65

CMYK color model

#37CFBB color CMYK value is (73,0,10,19).

  • cyan value is 73.43%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 18.82%
CMYK:
(73,0,10,19)
C73M0Y10K19 
(73%,0%,10%,19%)
(0.73/0.00/0.10/0.19)	

CMYK percentages

%73.43
%0
%9.66
%18.82

Codes

Color #37CFBB in popluar color models

37CFBB
RGB55207187
HSL172°61.29%51.37%
HSB/HSV172°73.43%81.18%
CMYK73.43%0.00%9.66%
18.82%

Color #37CFBB in popluar number systems.

HEX37CFBB
Decimal55207187
Binary1101111100111110111011
Octal67317273

Shades and tints

Shades of #37CFBB

#37CFBB
(55,207,187)
#32BDAA
(50,189,170)
#2DAB99
(45,171,153)
#289988
(40,153,136)
#238777
(35,135,119)
#1E7566
(30,117,102)
#196355
(25,99,85)
#145144
(20,81,68)
#0F3F33
(15,63,51)
#0A2D22
(10,45,34)
#051B11
(5,27,17)
#000000
(0,0,0)

Tints of #37CFBB

#37CFBB
(55,207,187)
#49D3C1
(73,211,193)
#5BD7C7
(91,215,199)
#6DDBCD
(109,219,205)
#7FDFD3
(127,223,211)
#91E3D9
(145,227,217)
#A3E7DF
(163,231,223)
#B5EBE5
(181,235,229)
#C7EFEB
(199,239,235)
#D9F3F1
(217,243,241)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37CFBB color. Also use rgb(55,207,187) instead hex code.

Text Font Color

.myTextColor { color: #37CFBB; }

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

This text font color is #37CFBB.


Background Color

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

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

This div background color is #37CFBB.


Border color

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

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

This div border color is #37CFBB.


Opacity

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

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

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

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

This text has shadow with #37CFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37CFBB on black background.


Color preview on white background

This text has color #37CFBB on white background.



Black color preview on #37CFBB background

This text has black color on #37CFBB background.


White color preview on #37CFBB background

This text has white color on #37CFBB background.