COLOR #38C094

HEX: #38C094
RGB: (56,192,148)

Color info

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

RGB color model

#38C094 color RGB value is (56,192,148).

  • red value is 56;
  • green value is 192;
  • blue value is 148.
RGB:
(56,192,148)
(22%,75%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 192 of 255 = 75%
B 148 of 255 = 58%

56
192
148

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

Portions of RGB colors in percentages

R + G + B =
56 + 192 + 148 = 396 (100%)
R 56 of 396 ~ 14.14%
G 192 of 396 ~ 48.48%
B 148 of 396 ~ 37.37%

%14.14
%48.48
%37.37

CMYK color model

#38C094 color CMYK value is (71,0,23,25).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(71,0,23,25)
C71M0Y23K25 
(71%,0%,23%,25%)
(0.71/0.00/0.23/0.25)	

CMYK percentages

%70.83
%0
%22.92
%24.71

Codes

Color #38C094 in popluar color models

38C094
RGB56192148
HSL161°54.84%48.63%
HSB/HSV161°70.83%75.29%
CMYK70.83%0.00%22.92%
24.71%

Color #38C094 in popluar number systems.

HEX38C094
Decimal56192148
Binary1110001100000010010100
Octal70300224

Shades and tints

Shades of #38C094

#38C094
(56,192,148)
#33AF87
(51,175,135)
#2E9E7A
(46,158,122)
#298D6D
(41,141,109)
#247C60
(36,124,96)
#1F6B53
(31,107,83)
#1A5A46
(26,90,70)
#154939
(21,73,57)
#10382C
(16,56,44)
#0B271F
(11,39,31)
#061612
(6,22,18)
#000000
(0,0,0)

Tints of #38C094

#38C094
(56,192,148)
#4AC59D
(74,197,157)
#5CCAA6
(92,202,166)
#6ECFAF
(110,207,175)
#80D4B8
(128,212,184)
#92D9C1
(146,217,193)
#A4DECA
(164,222,202)
#B6E3D3
(182,227,211)
#C8E8DC
(200,232,220)
#DAEDE5
(218,237,229)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38C094 color. Also use rgb(56,192,148) instead hex code.

Text Font Color

.myTextColor { color: #38C094; }

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

This text font color is #38C094.


Background Color

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

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

This div background color is #38C094.


Border color

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

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

This div border color is #38C094.


Opacity

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

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

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

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

This text has shadow with #38C094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38C094 on black background.


Color preview on white background

This text has color #38C094 on white background.



Black color preview on #38C094 background

This text has black color on #38C094 background.


White color preview on #38C094 background

This text has white color on #38C094 background.