COLOR #38CD9D

HEX: #38CD9D
RGB: (56,205,157)

Color info

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

RGB color model

#38CD9D color RGB value is (56,205,157).

  • red value is 56;
  • green value is 205;
  • blue value is 157.
RGB:
(56,205,157)
(22%,80%,62%)

RGB channels and saturation

R 56 of 255 = 22%
G 205 of 255 = 80%
B 157 of 255 = 62%

56
205
157

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

Portions of RGB colors in percentages

R + G + B =
56 + 205 + 157 = 418 (100%)
R 56 of 418 ~ 13.4%
G 205 of 418 ~ 49.04%
B 157 of 418 ~ 37.56%

%13.4
%49.04
%37.56

CMYK color model

#38CD9D color CMYK value is (73,0,23,20).

  • cyan value is 72.68%
  • magenta value is 0.00%
  • yellow value is 23.41%
  • key color value is 19.61%
CMYK:
(73,0,23,20)
C73M0Y23K20 
(73%,0%,23%,20%)
(0.73/0.00/0.23/0.20)	

CMYK percentages

%72.68
%0
%23.41
%19.61

Codes

Color #38CD9D in popluar color models

38CD9D
RGB56205157
HSL161°59.84%51.18%
HSB/HSV161°72.68%80.39%
CMYK72.68%0.00%23.41%
19.61%

Color #38CD9D in popluar number systems.

HEX38CD9D
Decimal56205157
Binary1110001100110110011101
Octal70315235

Shades and tints

Shades of #38CD9D

#38CD9D
(56,205,157)
#33BB8F
(51,187,143)
#2EA981
(46,169,129)
#299773
(41,151,115)
#248565
(36,133,101)
#1F7357
(31,115,87)
#1A6149
(26,97,73)
#154F3B
(21,79,59)
#103D2D
(16,61,45)
#0B2B1F
(11,43,31)
#061911
(6,25,17)
#000000
(0,0,0)

Tints of #38CD9D

#38CD9D
(56,205,157)
#4AD1A5
(74,209,165)
#5CD5AD
(92,213,173)
#6ED9B5
(110,217,181)
#80DDBD
(128,221,189)
#92E1C5
(146,225,197)
#A4E5CD
(164,229,205)
#B6E9D5
(182,233,213)
#C8EDDD
(200,237,221)
#DAF1E5
(218,241,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38CD9D color. Also use rgb(56,205,157) instead hex code.

Text Font Color

.myTextColor { color: #38CD9D; }

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

This text font color is #38CD9D.


Background Color

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

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

This div background color is #38CD9D.


Border color

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

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

This div border color is #38CD9D.


Opacity

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

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

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

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

This text has shadow with #38CD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38CD9D on black background.


Color preview on white background

This text has color #38CD9D on white background.



Black color preview on #38CD9D background

This text has black color on #38CD9D background.


White color preview on #38CD9D background

This text has white color on #38CD9D background.