COLOR #38BA96

HEX: #38BA96
RGB: (56,186,150)

Color info

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

RGB color model

#38BA96 color RGB value is (56,186,150).

  • red value is 56;
  • green value is 186;
  • blue value is 150.
RGB:
(56,186,150)
(22%,73%,59%)

RGB channels and saturation

R 56 of 255 = 22%
G 186 of 255 = 73%
B 150 of 255 = 59%

56
186
150

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

Portions of RGB colors in percentages

R + G + B =
56 + 186 + 150 = 392 (100%)
R 56 of 392 ~ 14.29%
G 186 of 392 ~ 47.45%
B 150 of 392 ~ 38.27%

%14.29
%47.45
%38.27

CMYK color model

#38BA96 color CMYK value is (70,0,19,27).

  • cyan value is 69.89%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(70,0,19,27)
C70M0Y19K27 
(70%,0%,19%,27%)
(0.70/0.00/0.19/0.27)	

CMYK percentages

%69.89
%0
%19.35
%27.06

Codes

Color #38BA96 in popluar color models

38BA96
RGB56186150
HSL163°53.72%47.45%
HSB/HSV163°69.89%72.94%
CMYK69.89%0.00%19.35%
27.06%

Color #38BA96 in popluar number systems.

HEX38BA96
Decimal56186150
Binary1110001011101010010110
Octal70272226

Shades and tints

Shades of #38BA96

#38BA96
(56,186,150)
#33AA89
(51,170,137)
#2E9A7C
(46,154,124)
#298A6F
(41,138,111)
#247A62
(36,122,98)
#1F6A55
(31,106,85)
#1A5A48
(26,90,72)
#154A3B
(21,74,59)
#103A2E
(16,58,46)
#0B2A21
(11,42,33)
#061A14
(6,26,20)
#000000
(0,0,0)

Tints of #38BA96

#38BA96
(56,186,150)
#4AC09F
(74,192,159)
#5CC6A8
(92,198,168)
#6ECCB1
(110,204,177)
#80D2BA
(128,210,186)
#92D8C3
(146,216,195)
#A4DECC
(164,222,204)
#B6E4D5
(182,228,213)
#C8EADE
(200,234,222)
#DAF0E7
(218,240,231)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38BA96 color. Also use rgb(56,186,150) instead hex code.

Text Font Color

.myTextColor { color: #38BA96; }

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

This text font color is #38BA96.


Background Color

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

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

This div background color is #38BA96.


Border color

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

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

This div border color is #38BA96.


Opacity

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

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

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

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

This text has shadow with #38BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38BA96 on black background.


Color preview on white background

This text has color #38BA96 on white background.



Black color preview on #38BA96 background

This text has black color on #38BA96 background.


White color preview on #38BA96 background

This text has white color on #38BA96 background.