COLOR #38C9B3

HEX: #38C9B3
RGB: (56,201,179)

Color info

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

RGB color model

#38C9B3 color RGB value is (56,201,179).

  • red value is 56;
  • green value is 201;
  • blue value is 179.
RGB:
(56,201,179)
(22%,79%,70%)

RGB channels and saturation

R 56 of 255 = 22%
G 201 of 255 = 79%
B 179 of 255 = 70%

56
201
179

R + G + B ~ 57%. #38C9B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 201 + 179 = 436 (100%)
R 56 of 436 ~ 12.84%
G 201 of 436 ~ 46.1%
B 179 of 436 ~ 41.06%

%12.84
%46.1
%41.06

CMYK color model

#38C9B3 color CMYK value is (72,0,11,21).

  • cyan value is 72.14%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 21.18%
CMYK:
(72,0,11,21)
C72M0Y11K21 
(72%,0%,11%,21%)
(0.72/0.00/0.11/0.21)	

CMYK percentages

%72.14
%0
%10.95
%21.18

Codes

Color #38C9B3 in popluar color models

38C9B3
RGB56201179
HSL171°57.31%50.39%
HSB/HSV171°72.14%78.82%
CMYK72.14%0.00%10.95%
21.18%

Color #38C9B3 in popluar number systems.

HEX38C9B3
Decimal56201179
Binary1110001100100110110011
Octal70311263

Shades and tints

Shades of #38C9B3

#38C9B3
(56,201,179)
#33B7A3
(51,183,163)
#2EA593
(46,165,147)
#299383
(41,147,131)
#248173
(36,129,115)
#1F6F63
(31,111,99)
#1A5D53
(26,93,83)
#154B43
(21,75,67)
#103933
(16,57,51)
#0B2723
(11,39,35)
#061513
(6,21,19)
#000000
(0,0,0)

Tints of #38C9B3

#38C9B3
(56,201,179)
#4ACDB9
(74,205,185)
#5CD1BF
(92,209,191)
#6ED5C5
(110,213,197)
#80D9CB
(128,217,203)
#92DDD1
(146,221,209)
#A4E1D7
(164,225,215)
#B6E5DD
(182,229,221)
#C8E9E3
(200,233,227)
#DAEDE9
(218,237,233)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38C9B3 color. Also use rgb(56,201,179) instead hex code.

Text Font Color

.myTextColor { color: #38C9B3; }

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

This text font color is #38C9B3.


Background Color

.myBgColor { background-color: #38C9B3; }

<div style="background-color:#38C9B3">Inner text</div>

This div background color is #38C9B3.


Border color

.myBorderColor { border: 1px solid #38C9B3; }

<div style="border:3px solid #38C9B3">Div</div>

This div border color is #38C9B3.


Opacity

.myOpacity80 { color: #38C9B3; opacity: 0.8; }

<p style="color:#38C9B3;opacity:0.8;">80%</p>

Text with #38C9B3 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 #38C9B3;}

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

This text has shadow with #38C9B3 color.

.textShadow {text-shadow: 3px 3px 1px #38C9B3, 3px 3px 1px red;}

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

This text has shadow with #38C9B3 primary color and red secondary color.


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

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

This text has shadow with #38C9B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38C9B3 on black background.


Color preview on white background

This text has color #38C9B3 on white background.



Black color preview on #38C9B3 background

This text has black color on #38C9B3 background.


White color preview on #38C9B3 background

This text has white color on #38C9B3 background.