COLOR #37B188

HEX: #37B188
RGB: (55,177,136)

Color info

#37B188 contains mainly green and blue colors. Web safe color of #37B188 is #339999 (or #399).

RGB color model

#37B188 color RGB value is (55,177,136).

  • red value is 55;
  • green value is 177;
  • blue value is 136.
RGB:
(55,177,136)
(22%,69%,53%)

RGB channels and saturation

R 55 of 255 = 22%
G 177 of 255 = 69%
B 136 of 255 = 53%

55
177
136

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

Portions of RGB colors in percentages

R + G + B =
55 + 177 + 136 = 368 (100%)
R 55 of 368 ~ 14.95%
G 177 of 368 ~ 48.1%
B 136 of 368 ~ 36.96%

%14.95
%48.1
%36.96

CMYK color model

#37B188 color CMYK value is (69,0,23,31).

  • cyan value is 68.93%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 30.59%
CMYK:
(69,0,23,31)
C69M0Y23K31 
(69%,0%,23%,31%)
(0.69/0.00/0.23/0.31)	

CMYK percentages

%68.93
%0
%23.16
%30.59

Codes

Color #37B188 in popluar color models

37B188
RGB55177136
HSL160°52.59%45.49%
HSB/HSV160°68.93%69.41%
CMYK68.93%0.00%23.16%
30.59%

Color #37B188 in popluar number systems.

HEX37B188
Decimal55177136
Binary1101111011000110001000
Octal67261210

Shades and tints

Shades of #37B188

#37B188
(55,177,136)
#32A17C
(50,161,124)
#2D9170
(45,145,112)
#288164
(40,129,100)
#237158
(35,113,88)
#1E614C
(30,97,76)
#195140
(25,81,64)
#144134
(20,65,52)
#0F3128
(15,49,40)
#0A211C
(10,33,28)
#051110
(5,17,16)
#000000
(0,0,0)

Tints of #37B188

#37B188
(55,177,136)
#49B892
(73,184,146)
#5BBF9C
(91,191,156)
#6DC6A6
(109,198,166)
#7FCDB0
(127,205,176)
#91D4BA
(145,212,186)
#A3DBC4
(163,219,196)
#B5E2CE
(181,226,206)
#C7E9D8
(199,233,216)
#D9F0E2
(217,240,226)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37B188 color. Also use rgb(55,177,136) instead hex code.

Text Font Color

.myTextColor { color: #37B188; }

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

This text font color is #37B188.


Background Color

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

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

This div background color is #37B188.


Border color

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

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

This div border color is #37B188.


Opacity

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

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

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

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

This text has shadow with #37B188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37B188 on black background.


Color preview on white background

This text has color #37B188 on white background.



Black color preview on #37B188 background

This text has black color on #37B188 background.


White color preview on #37B188 background

This text has white color on #37B188 background.