COLOR #38C68F

HEX: #38C68F
RGB: (56,198,143)

Color info

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

RGB color model

#38C68F color RGB value is (56,198,143).

  • red value is 56;
  • green value is 198;
  • blue value is 143.
RGB:
(56,198,143)
(22%,78%,56%)

RGB channels and saturation

R 56 of 255 = 22%
G 198 of 255 = 78%
B 143 of 255 = 56%

56
198
143

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

Portions of RGB colors in percentages

R + G + B =
56 + 198 + 143 = 397 (100%)
R 56 of 397 ~ 14.11%
G 198 of 397 ~ 49.87%
B 143 of 397 ~ 36.02%

%14.11
%49.87
%36.02

CMYK color model

#38C68F color CMYK value is (72,0,28,22).

  • cyan value is 71.72%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 22.35%
CMYK:
(72,0,28,22)
C72M0Y28K22 
(72%,0%,28%,22%)
(0.72/0.00/0.28/0.22)	

CMYK percentages

%71.72
%0
%27.78
%22.35

Codes

Color #38C68F in popluar color models

38C68F
RGB56198143
HSL157°55.91%49.80%
HSB/HSV157°71.72%77.65%
CMYK71.72%0.00%27.78%
22.35%

Color #38C68F in popluar number systems.

HEX38C68F
Decimal56198143
Binary1110001100011010001111
Octal70306217

Shades and tints

Shades of #38C68F

#38C68F
(56,198,143)
#33B482
(51,180,130)
#2EA275
(46,162,117)
#299068
(41,144,104)
#247E5B
(36,126,91)
#1F6C4E
(31,108,78)
#1A5A41
(26,90,65)
#154834
(21,72,52)
#103627
(16,54,39)
#0B241A
(11,36,26)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #38C68F

#38C68F
(56,198,143)
#4ACB99
(74,203,153)
#5CD0A3
(92,208,163)
#6ED5AD
(110,213,173)
#80DAB7
(128,218,183)
#92DFC1
(146,223,193)
#A4E4CB
(164,228,203)
#B6E9D5
(182,233,213)
#C8EEDF
(200,238,223)
#DAF3E9
(218,243,233)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38C68F color. Also use rgb(56,198,143) instead hex code.

Text Font Color

.myTextColor { color: #38C68F; }

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

This text font color is #38C68F.


Background Color

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

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

This div background color is #38C68F.


Border color

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

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

This div border color is #38C68F.


Opacity

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

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

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

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

This text has shadow with #38C68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38C68F on black background.


Color preview on white background

This text has color #38C68F on white background.



Black color preview on #38C68F background

This text has black color on #38C68F background.


White color preview on #38C68F background

This text has white color on #38C68F background.