COLOR #37AEB1

HEX: #37AEB1
RGB: (55,174,177)

Color info

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

RGB color model

#37AEB1 color RGB value is (55,174,177).

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

RGB channels and saturation

R 55 of 255 = 22%
G 174 of 255 = 68%
B 177 of 255 = 69%

55
174
177

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

Portions of RGB colors in percentages

R + G + B =
55 + 174 + 177 = 406 (100%)
R 55 of 406 ~ 13.55%
G 174 of 406 ~ 42.86%
B 177 of 406 ~ 43.6%

%13.55
%42.86
%43.6

CMYK color model

#37AEB1 color CMYK value is (69,2,0,31).

  • cyan value is 68.93%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(69,2,0,31)
C69M2Y0K31 
(69%,2%,0%,31%)
(0.69/0.02/0.00/0.31)	

CMYK percentages

%68.93
%1.69
%0
%30.59

Codes

Color #37AEB1 in popluar color models

37AEB1
RGB55174177
HSL181°52.59%45.49%
HSB/HSV181°68.93%69.41%
CMYK68.93%1.69%0.00%
30.59%

Color #37AEB1 in popluar number systems.

HEX37AEB1
Decimal55174177
Binary1101111010111010110001
Octal67256261

Shades and tints

Shades of #37AEB1

#37AEB1
(55,174,177)
#329FA1
(50,159,161)
#2D9091
(45,144,145)
#288181
(40,129,129)
#237271
(35,114,113)
#1E6361
(30,99,97)
#195451
(25,84,81)
#144541
(20,69,65)
#0F3631
(15,54,49)
#0A2721
(10,39,33)
#051811
(5,24,17)
#000000
(0,0,0)

Tints of #37AEB1

#37AEB1
(55,174,177)
#49B5B8
(73,181,184)
#5BBCBF
(91,188,191)
#6DC3C6
(109,195,198)
#7FCACD
(127,202,205)
#91D1D4
(145,209,212)
#A3D8DB
(163,216,219)
#B5DFE2
(181,223,226)
#C7E6E9
(199,230,233)
#D9EDF0
(217,237,240)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37AEB1; }

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

This text font color is #37AEB1.


Background Color

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

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

This div background color is #37AEB1.


Border color

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

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

This div border color is #37AEB1.


Opacity

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

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

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

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

This text has shadow with #37AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37AEB1 on black background.


Color preview on white background

This text has color #37AEB1 on white background.



Black color preview on #37AEB1 background

This text has black color on #37AEB1 background.


White color preview on #37AEB1 background

This text has white color on #37AEB1 background.