COLOR #37B2C9

HEX: #37B2C9
RGB: (55,178,201)

Color info

#37B2C9 contains mainly green and blue colors. Web safe color of #37B2C9 is #3399CC (or #39C).

RGB color model

#37B2C9 color RGB value is (55,178,201).

  • red value is 55;
  • green value is 178;
  • blue value is 201.
RGB:
(55,178,201)
(22%,70%,79%)

RGB channels and saturation

R 55 of 255 = 22%
G 178 of 255 = 70%
B 201 of 255 = 79%

55
178
201

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

Portions of RGB colors in percentages

R + G + B =
55 + 178 + 201 = 434 (100%)
R 55 of 434 ~ 12.67%
G 178 of 434 ~ 41.01%
B 201 of 434 ~ 46.31%

%12.67
%41.01
%46.31

CMYK color model

#37B2C9 color CMYK value is (73,11,0,21).

  • cyan value is 72.64%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(73,11,0,21)
C73M11Y0K21 
(73%,11%,0%,21%)
(0.73/0.11/0.00/0.21)	

CMYK percentages

%72.64
%11.44
%0
%21.18

Codes

Color #37B2C9 in popluar color models

37B2C9
RGB55178201
HSL189°57.48%50.20%
HSB/HSV189°72.64%78.82%
CMYK72.64%11.44%0.00%
21.18%

Color #37B2C9 in popluar number systems.

HEX37B2C9
Decimal55178201
Binary1101111011001011001001
Octal67262311

Shades and tints

Shades of #37B2C9

#37B2C9
(55,178,201)
#32A2B7
(50,162,183)
#2D92A5
(45,146,165)
#288293
(40,130,147)
#237281
(35,114,129)
#1E626F
(30,98,111)
#19525D
(25,82,93)
#14424B
(20,66,75)
#0F3239
(15,50,57)
#0A2227
(10,34,39)
#051215
(5,18,21)
#000000
(0,0,0)

Tints of #37B2C9

#37B2C9
(55,178,201)
#49B9CD
(73,185,205)
#5BC0D1
(91,192,209)
#6DC7D5
(109,199,213)
#7FCED9
(127,206,217)
#91D5DD
(145,213,221)
#A3DCE1
(163,220,225)
#B5E3E5
(181,227,229)
#C7EAE9
(199,234,233)
#D9F1ED
(217,241,237)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37B2C9 color. Also use rgb(55,178,201) instead hex code.

Text Font Color

.myTextColor { color: #37B2C9; }

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

This text font color is #37B2C9.


Background Color

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

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

This div background color is #37B2C9.


Border color

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

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

This div border color is #37B2C9.


Opacity

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

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

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

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

This text has shadow with #37B2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37B2C9 on black background.


Color preview on white background

This text has color #37B2C9 on white background.



Black color preview on #37B2C9 background

This text has black color on #37B2C9 background.


White color preview on #37B2C9 background

This text has white color on #37B2C9 background.