COLOR #37A8B6

HEX: #37A8B6
RGB: (55,168,182)

Color info

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

RGB color model

#37A8B6 color RGB value is (55,168,182).

  • red value is 55;
  • green value is 168;
  • blue value is 182.
RGB:
(55,168,182)
(22%,66%,71%)

RGB channels and saturation

R 55 of 255 = 22%
G 168 of 255 = 66%
B 182 of 255 = 71%

55
168
182

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

Portions of RGB colors in percentages

R + G + B =
55 + 168 + 182 = 405 (100%)
R 55 of 405 ~ 13.58%
G 168 of 405 ~ 41.48%
B 182 of 405 ~ 44.94%

%13.58
%41.48
%44.94

CMYK color model

#37A8B6 color CMYK value is (70,8,0,29).

  • cyan value is 69.78%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(70,8,0,29)
C70M8Y0K29 
(70%,8%,0%,29%)
(0.70/0.08/0.00/0.29)	

CMYK percentages

%69.78
%7.69
%0
%28.63

Codes

Color #37A8B6 in popluar color models

37A8B6
RGB55168182
HSL187°53.59%46.47%
HSB/HSV187°69.78%71.37%
CMYK69.78%7.69%0.00%
28.63%

Color #37A8B6 in popluar number systems.

HEX37A8B6
Decimal55168182
Binary1101111010100010110110
Octal67250266

Shades and tints

Shades of #37A8B6

#37A8B6
(55,168,182)
#3299A6
(50,153,166)
#2D8A96
(45,138,150)
#287B86
(40,123,134)
#236C76
(35,108,118)
#1E5D66
(30,93,102)
#194E56
(25,78,86)
#143F46
(20,63,70)
#0F3036
(15,48,54)
#0A2126
(10,33,38)
#051216
(5,18,22)
#000000
(0,0,0)

Tints of #37A8B6

#37A8B6
(55,168,182)
#49AFBC
(73,175,188)
#5BB6C2
(91,182,194)
#6DBDC8
(109,189,200)
#7FC4CE
(127,196,206)
#91CBD4
(145,203,212)
#A3D2DA
(163,210,218)
#B5D9E0
(181,217,224)
#C7E0E6
(199,224,230)
#D9E7EC
(217,231,236)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37A8B6 color. Also use rgb(55,168,182) instead hex code.

Text Font Color

.myTextColor { color: #37A8B6; }

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

This text font color is #37A8B6.


Background Color

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

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

This div background color is #37A8B6.


Border color

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

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

This div border color is #37A8B6.


Opacity

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

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

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

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

This text has shadow with #37A8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37A8B6 on black background.


Color preview on white background

This text has color #37A8B6 on white background.



Black color preview on #37A8B6 background

This text has black color on #37A8B6 background.


White color preview on #37A8B6 background

This text has white color on #37A8B6 background.