COLOR #37ECCF

HEX: #37ECCF
RGB: (55,236,207)

Color info

#37ECCF contains mainly green and blue colors. Web safe color of #37ECCF is #33FFCC (or #3FC).

RGB color model

#37ECCF color RGB value is (55,236,207).

  • red value is 55;
  • green value is 236;
  • blue value is 207.
RGB:
(55,236,207)
(22%,93%,81%)

RGB channels and saturation

R 55 of 255 = 22%
G 236 of 255 = 93%
B 207 of 255 = 81%

55
236
207

R + G + B ~ 65%. #37ECCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 236 + 207 = 498 (100%)
R 55 of 498 ~ 11.04%
G 236 of 498 ~ 47.39%
B 207 of 498 ~ 41.57%

%11.04
%47.39
%41.57

CMYK color model

#37ECCF color CMYK value is (77,0,12,7).

  • cyan value is 76.69%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 7.45%
CMYK:
(77,0,12,7)
C77M0Y12K7 
(77%,0%,12%,7%)
(0.77/0.00/0.12/0.07)	

CMYK percentages

%76.69
%0
%12.29
%7.45

Codes

Color #37ECCF in popluar color models

37ECCF
RGB55236207
HSL170°82.65%57.06%
HSB/HSV170°76.69%92.55%
CMYK76.69%0.00%12.29%
7.45%

Color #37ECCF in popluar number systems.

HEX37ECCF
Decimal55236207
Binary1101111110110011001111
Octal67354317

Shades and tints

Shades of #37ECCF

#37ECCF
(55,236,207)
#32D7BD
(50,215,189)
#2DC2AB
(45,194,171)
#28AD99
(40,173,153)
#239887
(35,152,135)
#1E8375
(30,131,117)
#196E63
(25,110,99)
#145951
(20,89,81)
#0F443F
(15,68,63)
#0A2F2D
(10,47,45)
#051A1B
(5,26,27)
#000000
(0,0,0)

Tints of #37ECCF

#37ECCF
(55,236,207)
#49EDD3
(73,237,211)
#5BEED7
(91,238,215)
#6DEFDB
(109,239,219)
#7FF0DF
(127,240,223)
#91F1E3
(145,241,227)
#A3F2E7
(163,242,231)
#B5F3EB
(181,243,235)
#C7F4EF
(199,244,239)
#D9F5F3
(217,245,243)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37ECCF; }

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

This text font color is #37ECCF.


Background Color

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

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

This div background color is #37ECCF.


Border color

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

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

This div border color is #37ECCF.


Opacity

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

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

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

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

This text has shadow with #37ECCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37ECCF on black background.


Color preview on white background

This text has color #37ECCF on white background.



Black color preview on #37ECCF background

This text has black color on #37ECCF background.


White color preview on #37ECCF background

This text has white color on #37ECCF background.