COLOR #37D7D9

HEX: #37D7D9
RGB: (55,215,217)

Color info

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

RGB color model

#37D7D9 color RGB value is (55,215,217).

  • red value is 55;
  • green value is 215;
  • blue value is 217.
RGB:
(55,215,217)
(22%,84%,85%)

RGB channels and saturation

R 55 of 255 = 22%
G 215 of 255 = 84%
B 217 of 255 = 85%

55
215
217

R + G + B ~ 64%. #37D7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 215 + 217 = 487 (100%)
R 55 of 487 ~ 11.29%
G 215 of 487 ~ 44.15%
B 217 of 487 ~ 44.56%

%11.29
%44.15
%44.56

CMYK color model

#37D7D9 color CMYK value is (75,1,0,15).

  • cyan value is 74.65%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(75,1,0,15)
C75M1Y0K15 
(75%,1%,0%,15%)
(0.75/0.01/0.00/0.15)	

CMYK percentages

%74.65
%0.92
%0
%14.9

Codes

Color #37D7D9 in popluar color models

37D7D9
RGB55215217
HSL181°68.07%53.33%
HSB/HSV181°74.65%85.10%
CMYK74.65%0.92%0.00%
14.90%

Color #37D7D9 in popluar number systems.

HEX37D7D9
Decimal55215217
Binary1101111101011111011001
Octal67327331

Shades and tints

Shades of #37D7D9

#37D7D9
(55,215,217)
#32C4C6
(50,196,198)
#2DB1B3
(45,177,179)
#289EA0
(40,158,160)
#238B8D
(35,139,141)
#1E787A
(30,120,122)
#196567
(25,101,103)
#145254
(20,82,84)
#0F3F41
(15,63,65)
#0A2C2E
(10,44,46)
#05191B
(5,25,27)
#000000
(0,0,0)

Tints of #37D7D9

#37D7D9
(55,215,217)
#49DADC
(73,218,220)
#5BDDDF
(91,221,223)
#6DE0E2
(109,224,226)
#7FE3E5
(127,227,229)
#91E6E8
(145,230,232)
#A3E9EB
(163,233,235)
#B5ECEE
(181,236,238)
#C7EFF1
(199,239,241)
#D9F2F4
(217,242,244)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37D7D9 color. Also use rgb(55,215,217) instead hex code.

Text Font Color

.myTextColor { color: #37D7D9; }

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

This text font color is #37D7D9.


Background Color

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

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

This div background color is #37D7D9.


Border color

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

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

This div border color is #37D7D9.


Opacity

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

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

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

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

This text has shadow with #37D7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37D7D9 on black background.


Color preview on white background

This text has color #37D7D9 on white background.



Black color preview on #37D7D9 background

This text has black color on #37D7D9 background.


White color preview on #37D7D9 background

This text has white color on #37D7D9 background.