COLOR #37AEB0

HEX: #37AEB0
RGB: (55,174,176)

Color info

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

RGB color model

#37AEB0 color RGB value is (55,174,176).

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

RGB channels and saturation

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

55
174
176

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

Portions of RGB colors in percentages

R + G + B =
55 + 174 + 176 = 405 (100%)
R 55 of 405 ~ 13.58%
G 174 of 405 ~ 42.96%
B 176 of 405 ~ 43.46%

%13.58
%42.96
%43.46

CMYK color model

#37AEB0 color CMYK value is (69,1,0,31).

  • cyan value is 68.75%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(69,1,0,31)
C69M1Y0K31 
(69%,1%,0%,31%)
(0.69/0.01/0.00/0.31)	

CMYK percentages

%68.75
%1.14
%0
%30.98

Codes

Color #37AEB0 in popluar color models

37AEB0
RGB55174176
HSL181°52.38%45.29%
HSB/HSV181°68.75%69.02%
CMYK68.75%1.14%0.00%
30.98%

Color #37AEB0 in popluar number systems.

HEX37AEB0
Decimal55174176
Binary1101111010111010110000
Octal67256260

Shades and tints

Shades of #37AEB0

#37AEB0
(55,174,176)
#329FA0
(50,159,160)
#2D9090
(45,144,144)
#288180
(40,129,128)
#237270
(35,114,112)
#1E6360
(30,99,96)
#195450
(25,84,80)
#144540
(20,69,64)
#0F3630
(15,54,48)
#0A2720
(10,39,32)
#051810
(5,24,16)
#000000
(0,0,0)

Tints of #37AEB0

#37AEB0
(55,174,176)
#49B5B7
(73,181,183)
#5BBCBE
(91,188,190)
#6DC3C5
(109,195,197)
#7FCACC
(127,202,204)
#91D1D3
(145,209,211)
#A3D8DA
(163,216,218)
#B5DFE1
(181,223,225)
#C7E6E8
(199,230,232)
#D9EDEF
(217,237,239)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37AEB0; }

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

This text font color is #37AEB0.


Background Color

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

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

This div background color is #37AEB0.


Border color

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

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

This div border color is #37AEB0.


Opacity

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

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

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

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

This text has shadow with #37AEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37AEB0 on black background.


Color preview on white background

This text has color #37AEB0 on white background.



Black color preview on #37AEB0 background

This text has black color on #37AEB0 background.


White color preview on #37AEB0 background

This text has white color on #37AEB0 background.