COLOR #37DBAE

HEX: #37DBAE
RGB: (55,219,174)

Color info

#37DBAE contains mainly green and blue colors. Web safe color of #37DBAE is #33CC99 (or #3C9).

RGB color model

#37DBAE color RGB value is (55,219,174).

  • red value is 55;
  • green value is 219;
  • blue value is 174.
RGB:
(55,219,174)
(22%,86%,68%)

RGB channels and saturation

R 55 of 255 = 22%
G 219 of 255 = 86%
B 174 of 255 = 68%

55
219
174

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

Portions of RGB colors in percentages

R + G + B =
55 + 219 + 174 = 448 (100%)
R 55 of 448 ~ 12.28%
G 219 of 448 ~ 48.88%
B 174 of 448 ~ 38.84%

%12.28
%48.88
%38.84

CMYK color model

#37DBAE color CMYK value is (75,0,21,14).

  • cyan value is 74.89%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(75,0,21,14)
C75M0Y21K14 
(75%,0%,21%,14%)
(0.75/0.00/0.21/0.14)	

CMYK percentages

%74.89
%0
%20.55
%14.12

Codes

Color #37DBAE in popluar color models

37DBAE
RGB55219174
HSL164°69.49%53.73%
HSB/HSV164°74.89%85.88%
CMYK74.89%0.00%20.55%
14.12%

Color #37DBAE in popluar number systems.

HEX37DBAE
Decimal55219174
Binary1101111101101110101110
Octal67333256

Shades and tints

Shades of #37DBAE

#37DBAE
(55,219,174)
#32C89F
(50,200,159)
#2DB590
(45,181,144)
#28A281
(40,162,129)
#238F72
(35,143,114)
#1E7C63
(30,124,99)
#196954
(25,105,84)
#145645
(20,86,69)
#0F4336
(15,67,54)
#0A3027
(10,48,39)
#051D18
(5,29,24)
#000000
(0,0,0)

Tints of #37DBAE

#37DBAE
(55,219,174)
#49DEB5
(73,222,181)
#5BE1BC
(91,225,188)
#6DE4C3
(109,228,195)
#7FE7CA
(127,231,202)
#91EAD1
(145,234,209)
#A3EDD8
(163,237,216)
#B5F0DF
(181,240,223)
#C7F3E6
(199,243,230)
#D9F6ED
(217,246,237)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37DBAE; }

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

This text font color is #37DBAE.


Background Color

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

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

This div background color is #37DBAE.


Border color

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

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

This div border color is #37DBAE.


Opacity

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

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

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

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

This text has shadow with #37DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37DBAE on black background.


Color preview on white background

This text has color #37DBAE on white background.



Black color preview on #37DBAE background

This text has black color on #37DBAE background.


White color preview on #37DBAE background

This text has white color on #37DBAE background.