COLOR #37E7EE

HEX: #37E7EE
RGB: (55,231,238)

Color info

#37E7EE contains mainly green and blue colors. Web safe color of #37E7EE is #33FFFF (or #3FF).

RGB color model

#37E7EE color RGB value is (55,231,238).

  • red value is 55;
  • green value is 231;
  • blue value is 238.
RGB:
(55,231,238)
(22%,91%,93%)

RGB channels and saturation

R 55 of 255 = 22%
G 231 of 255 = 91%
B 238 of 255 = 93%

55
231
238

R + G + B ~ 69%. #37E7EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 231 + 238 = 524 (100%)
R 55 of 524 ~ 10.5%
G 231 of 524 ~ 44.08%
B 238 of 524 ~ 45.42%

%10.5
%44.08
%45.42

CMYK color model

#37E7EE color CMYK value is (77,3,0,7).

  • cyan value is 76.89%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(77,3,0,7)
C77M3Y0K7 
(77%,3%,0%,7%)
(0.77/0.03/0.00/0.07)	

CMYK percentages

%76.89
%2.94
%0
%6.67

Codes

Color #37E7EE in popluar color models

37E7EE
RGB55231238
HSL182°84.33%57.45%
HSB/HSV182°76.89%93.33%
CMYK76.89%2.94%0.00%
6.67%

Color #37E7EE in popluar number systems.

HEX37E7EE
Decimal55231238
Binary1101111110011111101110
Octal67347356

Shades and tints

Shades of #37E7EE

#37E7EE
(55,231,238)
#32D2D9
(50,210,217)
#2DBDC4
(45,189,196)
#28A8AF
(40,168,175)
#23939A
(35,147,154)
#1E7E85
(30,126,133)
#196970
(25,105,112)
#14545B
(20,84,91)
#0F3F46
(15,63,70)
#0A2A31
(10,42,49)
#05151C
(5,21,28)
#000000
(0,0,0)

Tints of #37E7EE

#37E7EE
(55,231,238)
#49E9EF
(73,233,239)
#5BEBF0
(91,235,240)
#6DEDF1
(109,237,241)
#7FEFF2
(127,239,242)
#91F1F3
(145,241,243)
#A3F3F4
(163,243,244)
#B5F5F5
(181,245,245)
#C7F7F6
(199,247,246)
#D9F9F7
(217,249,247)
#EBFBF8
(235,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37E7EE color. Also use rgb(55,231,238) instead hex code.

Text Font Color

.myTextColor { color: #37E7EE; }

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

This text font color is #37E7EE.


Background Color

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

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

This div background color is #37E7EE.


Border color

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

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

This div border color is #37E7EE.


Opacity

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

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

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

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

This text has shadow with #37E7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37E7EE on black background.


Color preview on white background

This text has color #37E7EE on white background.



Black color preview on #37E7EE background

This text has black color on #37E7EE background.


White color preview on #37E7EE background

This text has white color on #37E7EE background.