COLOR #37AECF

HEX: #37AECF RGB: (55,174,207)

Color info

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

RGB color model

#37AECF color RGB value is (55,174,207).

RGB: (55,174,207) (22%, 68%, 81%)

RGB channels and saturation

R 55 of 255 = 22%
G 174 of 255 = 68%
B 207 of 255 = 81%

55
174
207

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

Portions of RGB colors in percentages

R + G + B = 55 + 174 + 207 = 436 (100%)
R 55 of 436 ~ 12.61%
G 174 of 436 ~ 39.91%
B 207 of 436 ~ 47.48'%

%12.61
%39.91
%47.48

CMYK color model

#37AECF color CMYK value is (73,16,0,19).

  • cyan value is 73.43%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (73,16,0,19) C73M16Y0K19 (73%,16%,0%,19%) (0.73/0.16/0.00/0.19) 

CMYK percentages

%73.43
%15.94
%0
%18.82

Codes

Color #37AECF in popluar color models

37 AE CF
RGB 55 174 207
HSL 193° 61.29% 51.37%
HSB/HSV 193° 73.43% 81.18%
CMYK 73.43% 15.94% 0.00%
18.82%

Color #37AECF in popluar number systems.

HEX 37 AE CF
Decimal 55 174 207
Binary 110111 10101110 11001111
Octal 67 256 317

Shades and tints

Shades of #37AECF

#37AECF
(55,174,207)
#329FBD
(50,159,189)
#2D90AB
(45,144,171)
#288199
(40,129,153)
#237287
(35,114,135)
#1E6375
(30,99,117)
#195463
(25,84,99)
#144551
(20,69,81)
#0F363F
(15,54,63)
#0A272D
(10,39,45)
#05181B
(5,24,27)
#000000
(0,0,0)

Tints of #37AECF

#37AECF
(55,174,207)
#49B5D3
(73,181,211)
#5BBCD7
(91,188,215)
#6DC3DB
(109,195,219)
#7FCADF
(127,202,223)
#91D1E3
(145,209,227)
#A3D8E7
(163,216,231)
#B5DFEB
(181,223,235)
#C7E6EF
(199,230,239)
#D9EDF3
(217,237,243)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37AECF; }

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

This text font color is #37AECF.

Background Color

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

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

This div background color is #37AECF.

Border color

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

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

This div border color is #37AECF.

Opacity

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

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

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

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

This text has shadow with #37AECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37AECF.

Preview

Color preview on black background

This text has color #37AECF on black background.


Color preview on white background

This text has color #37AECF on white background.


Black color preview on #37AECF background

This text has black color on #37AECF background.


White color preview on #37AECF background

This text has white color on #37AECF background.


Related colors

Complementary color

Complementary color for #hex is #C85130.


I love getcolorcode.com

Triadic colors

1 #CF37AE and #AECF37 with #37AECF are triadic colors.

2 #CFAE37 and #AE37CF with #37AECF are triadic colors.