COLOR #37C7E0

HEX: #37C7E0
RGB: (55,199,224)

Color info

#37C7E0 contains mainly green and blue colors. Web safe color of #37C7E0 is #33CCCC (or #3CC).

RGB color model

#37C7E0 color RGB value is (55,199,224).

  • red value is 55;
  • green value is 199;
  • blue value is 224.
RGB:
(55,199,224)
(22%,78%,88%)

RGB channels and saturation

R 55 of 255 = 22%
G 199 of 255 = 78%
B 224 of 255 = 88%

55
199
224

R + G + B ~ 63%. #37C7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 199 + 224 = 478 (100%)
R 55 of 478 ~ 11.51%
G 199 of 478 ~ 41.63%
B 224 of 478 ~ 46.86%

%11.51
%41.63
%46.86

CMYK color model

#37C7E0 color CMYK value is (75,11,0,12).

  • cyan value is 75.45%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(75,11,0,12)
C75M11Y0K12 
(75%,11%,0%,12%)
(0.75/0.11/0.00/0.12)	

CMYK percentages

%75.45
%11.16
%0
%12.16

Codes

Color #37C7E0 in popluar color models

37C7E0
RGB55199224
HSL189°73.16%54.71%
HSB/HSV189°75.45%87.84%
CMYK75.45%11.16%0.00%
12.16%

Color #37C7E0 in popluar number systems.

HEX37C7E0
Decimal55199224
Binary1101111100011111100000
Octal67307340

Shades and tints

Shades of #37C7E0

#37C7E0
(55,199,224)
#32B5CC
(50,181,204)
#2DA3B8
(45,163,184)
#2891A4
(40,145,164)
#237F90
(35,127,144)
#1E6D7C
(30,109,124)
#195B68
(25,91,104)
#144954
(20,73,84)
#0F3740
(15,55,64)
#0A252C
(10,37,44)
#051318
(5,19,24)
#000000
(0,0,0)

Tints of #37C7E0

#37C7E0
(55,199,224)
#49CCE2
(73,204,226)
#5BD1E4
(91,209,228)
#6DD6E6
(109,214,230)
#7FDBE8
(127,219,232)
#91E0EA
(145,224,234)
#A3E5EC
(163,229,236)
#B5EAEE
(181,234,238)
#C7EFF0
(199,239,240)
#D9F4F2
(217,244,242)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37C7E0 color. Also use rgb(55,199,224) instead hex code.

Text Font Color

.myTextColor { color: #37C7E0; }

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

This text font color is #37C7E0.


Background Color

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

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

This div background color is #37C7E0.


Border color

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

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

This div border color is #37C7E0.


Opacity

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

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

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

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

This text has shadow with #37C7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37C7E0 on black background.


Color preview on white background

This text has color #37C7E0 on white background.



Black color preview on #37C7E0 background

This text has black color on #37C7E0 background.


White color preview on #37C7E0 background

This text has white color on #37C7E0 background.