COLOR #37AABD

HEX: #37AABD
RGB: (55,170,189)

Color info

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

RGB color model

#37AABD color RGB value is (55,170,189).

  • red value is 55;
  • green value is 170;
  • blue value is 189.
RGB:
(55,170,189)
(22%,67%,74%)

RGB channels and saturation

R 55 of 255 = 22%
G 170 of 255 = 67%
B 189 of 255 = 74%

55
170
189

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

Portions of RGB colors in percentages

R + G + B =
55 + 170 + 189 = 414 (100%)
R 55 of 414 ~ 13.29%
G 170 of 414 ~ 41.06%
B 189 of 414 ~ 45.65%

%13.29
%41.06
%45.65

CMYK color model

#37AABD color CMYK value is (71,10,0,26).

  • cyan value is 70.90%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(71,10,0,26)
C71M10Y0K26 
(71%,10%,0%,26%)
(0.71/0.10/0.00/0.26)	

CMYK percentages

%70.9
%10.05
%0
%25.88

Codes

Color #37AABD in popluar color models

37AABD
RGB55170189
HSL189°54.92%47.84%
HSB/HSV189°70.90%74.12%
CMYK70.90%10.05%0.00%
25.88%

Color #37AABD in popluar number systems.

HEX37AABD
Decimal55170189
Binary1101111010101010111101
Octal67252275

Shades and tints

Shades of #37AABD

#37AABD
(55,170,189)
#329BAC
(50,155,172)
#2D8C9B
(45,140,155)
#287D8A
(40,125,138)
#236E79
(35,110,121)
#1E5F68
(30,95,104)
#195057
(25,80,87)
#144146
(20,65,70)
#0F3235
(15,50,53)
#0A2324
(10,35,36)
#051413
(5,20,19)
#000000
(0,0,0)

Tints of #37AABD

#37AABD
(55,170,189)
#49B1C3
(73,177,195)
#5BB8C9
(91,184,201)
#6DBFCF
(109,191,207)
#7FC6D5
(127,198,213)
#91CDDB
(145,205,219)
#A3D4E1
(163,212,225)
#B5DBE7
(181,219,231)
#C7E2ED
(199,226,237)
#D9E9F3
(217,233,243)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37AABD color. Also use rgb(55,170,189) instead hex code.

Text Font Color

.myTextColor { color: #37AABD; }

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

This text font color is #37AABD.


Background Color

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

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

This div background color is #37AABD.


Border color

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

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

This div border color is #37AABD.


Opacity

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

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

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

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

This text has shadow with #37AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37AABD on black background.


Color preview on white background

This text has color #37AABD on white background.



Black color preview on #37AABD background

This text has black color on #37AABD background.


White color preview on #37AABD background

This text has white color on #37AABD background.