COLOR #37BFA0

HEX: #37BFA0 RGB: (55,191,160)

Color info

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

RGB color model

#37BFA0 color RGB value is (55,191,160).

RGB: (55,191,160) (22%, 75%, 63%)

RGB channels and saturation

R 55 of 255 = 22%
G 191 of 255 = 75%
B 160 of 255 = 63%

55
191
160

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

Portions of RGB colors in percentages

R + G + B = 55 + 191 + 160 = 406 (100%)
R 55 of 406 ~ 13.55%
G 191 of 406 ~ 47.04%
B 160 of 406 ~ 39.41'%

%13.55
%47.04
%39.41

CMYK color model

#37BFA0 color CMYK value is (71,0,16,25).

  • cyan value is 71.20%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%

CMYK: (71,0,16,25)
C71M0Y16K25 (71%, 0%, 16%, 25%)
(0.71 / 0.00 / 0.16 / 0.25)

CMYK percentages

%71.2
%0
%16.23
%25.1

Codes

Color #37BFA0 in popluar color models

37 BF A0
RGB 55 191 160
HSL 166° 55.28% 48.24%
HSB/HSV 166° 71.20% 74.90%
CMYK 71.20% 0.00% 16.23%
25.10%

Color #37BFA0 in popluar number systems.

HEX 37 BF A0
Decimal 55 191 160
Binary 110111 10111111 10100000
Octal 67 277 240

Shades and tints

Shades of #37BFA0

#37BFA0
(55,191,160)
#32AE92
(50,174,146)
#2D9D84
(45,157,132)
#288C76
(40,140,118)
#237B68
(35,123,104)
#1E6A5A
(30,106,90)
#19594C
(25,89,76)
#14483E
(20,72,62)
#0F3730
(15,55,48)
#0A2622
(10,38,34)
#051514
(5,21,20)
#000000
(0,0,0)

Tints of #37BFA0

#37BFA0
(55,191,160)
#49C4A8
(73,196,168)
#5BC9B0
(91,201,176)
#6DCEB8
(109,206,184)
#7FD3C0
(127,211,192)
#91D8C8
(145,216,200)
#A3DDD0
(163,221,208)
#B5E2D8
(181,226,216)
#C7E7E0
(199,231,224)
#D9ECE8
(217,236,232)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37BFA0 color. Also use rgb(55,191,160) instead hex code.

Text Font Color

.myTextColor { color: #37BFA0; }

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

This text font color is #37BFA0.

Background Color

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

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

This div background color is #37BFA0.

Border color

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

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

This div border color is #37BFA0.

Opacity

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

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

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

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

This text has shadow with #37BFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37BFA0.

Preview

Color preview on black background

This text has color #37BFA0 on black background.


Color preview on white background

This text has color #37BFA0 on white background.


Black color preview on #37BFA0 background

This text has black color on #37BFA0 background.


White color preview on #37BFA0 background

This text has white color on #37BFA0 background.


Related colors

Complementary color

Complementary color for #hex is #C8405F.


I love getcolorcode.com

Triadic colors

1 #A037BF and #BFA037 with #37BFA0 are triadic colors.

2 #A0BF37 and #BF37A0 with #37BFA0 are triadic colors.