COLOR #37F3DD

HEX: #37F3DD
RGB: (55,243,221)

Color info

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

RGB color model

#37F3DD color RGB value is (55,243,221).

  • red value is 55;
  • green value is 243;
  • blue value is 221.
RGB:
(55,243,221)
(22%,95%,87%)

RGB channels and saturation

R 55 of 255 = 22%
G 243 of 255 = 95%
B 221 of 255 = 87%

55
243
221

R + G + B ~ 68%. #37F3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 243 + 221 = 519 (100%)
R 55 of 519 ~ 10.6%
G 243 of 519 ~ 46.82%
B 221 of 519 ~ 42.58%

%10.6
%46.82
%42.58

CMYK color model

#37F3DD color CMYK value is (77,0,9,5).

  • cyan value is 77.37%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(77,0,9,5)
C77M0Y9K5 
(77%,0%,9%,5%)
(0.77/0.00/0.09/0.05)	

CMYK percentages

%77.37
%0
%9.05
%4.71

Codes

Color #37F3DD in popluar color models

37F3DD
RGB55243221
HSL173°88.68%58.43%
HSB/HSV173°77.37%95.29%
CMYK77.37%0.00%9.05%
4.71%

Color #37F3DD in popluar number systems.

HEX37F3DD
Decimal55243221
Binary1101111111001111011101
Octal67363335

Shades and tints

Shades of #37F3DD

#37F3DD
(55,243,221)
#32DDC9
(50,221,201)
#2DC7B5
(45,199,181)
#28B1A1
(40,177,161)
#239B8D
(35,155,141)
#1E8579
(30,133,121)
#196F65
(25,111,101)
#145951
(20,89,81)
#0F433D
(15,67,61)
#0A2D29
(10,45,41)
#051715
(5,23,21)
#000000
(0,0,0)

Tints of #37F3DD

#37F3DD
(55,243,221)
#49F4E0
(73,244,224)
#5BF5E3
(91,245,227)
#6DF6E6
(109,246,230)
#7FF7E9
(127,247,233)
#91F8EC
(145,248,236)
#A3F9EF
(163,249,239)
#B5FAF2
(181,250,242)
#C7FBF5
(199,251,245)
#D9FCF8
(217,252,248)
#EBFDFB
(235,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37F3DD color. Also use rgb(55,243,221) instead hex code.

Text Font Color

.myTextColor { color: #37F3DD; }

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

This text font color is #37F3DD.


Background Color

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

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

This div background color is #37F3DD.


Border color

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

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

This div border color is #37F3DD.


Opacity

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

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

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

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

This text has shadow with #37F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37F3DD on black background.


Color preview on white background

This text has color #37F3DD on white background.



Black color preview on #37F3DD background

This text has black color on #37F3DD background.


White color preview on #37F3DD background

This text has white color on #37F3DD background.