COLOR #38D4B9

HEX: #38D4B9
RGB: (56,212,185)

Color info

#38D4B9 contains mainly green and blue colors. Web safe color of #38D4B9 is #33CCCC (or #3CC).

RGB color model

#38D4B9 color RGB value is (56,212,185).

  • red value is 56;
  • green value is 212;
  • blue value is 185.
RGB:
(56,212,185)
(22%,83%,73%)

RGB channels and saturation

R 56 of 255 = 22%
G 212 of 255 = 83%
B 185 of 255 = 73%

56
212
185

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

Portions of RGB colors in percentages

R + G + B =
56 + 212 + 185 = 453 (100%)
R 56 of 453 ~ 12.36%
G 212 of 453 ~ 46.8%
B 185 of 453 ~ 40.84%

%12.36
%46.8
%40.84

CMYK color model

#38D4B9 color CMYK value is (74,0,13,17).

  • cyan value is 73.58%
  • magenta value is 0.00%
  • yellow value is 12.74%
  • key color value is 16.86%
CMYK:
(74,0,13,17)
C74M0Y13K17 
(74%,0%,13%,17%)
(0.74/0.00/0.13/0.17)	

CMYK percentages

%73.58
%0
%12.74
%16.86

Codes

Color #38D4B9 in popluar color models

38D4B9
RGB56212185
HSL170°64.46%52.55%
HSB/HSV170°73.58%83.14%
CMYK73.58%0.00%12.74%
16.86%

Color #38D4B9 in popluar number systems.

HEX38D4B9
Decimal56212185
Binary1110001101010010111001
Octal70324271

Shades and tints

Shades of #38D4B9

#38D4B9
(56,212,185)
#33C1A9
(51,193,169)
#2EAE99
(46,174,153)
#299B89
(41,155,137)
#248879
(36,136,121)
#1F7569
(31,117,105)
#1A6259
(26,98,89)
#154F49
(21,79,73)
#103C39
(16,60,57)
#0B2929
(11,41,41)
#061619
(6,22,25)
#000000
(0,0,0)

Tints of #38D4B9

#38D4B9
(56,212,185)
#4AD7BF
(74,215,191)
#5CDAC5
(92,218,197)
#6EDDCB
(110,221,203)
#80E0D1
(128,224,209)
#92E3D7
(146,227,215)
#A4E6DD
(164,230,221)
#B6E9E3
(182,233,227)
#C8ECE9
(200,236,233)
#DAEFEF
(218,239,239)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38D4B9 color. Also use rgb(56,212,185) instead hex code.

Text Font Color

.myTextColor { color: #38D4B9; }

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

This text font color is #38D4B9.


Background Color

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

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

This div background color is #38D4B9.


Border color

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

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

This div border color is #38D4B9.


Opacity

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

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

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

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

This text has shadow with #38D4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38D4B9 on black background.


Color preview on white background

This text has color #38D4B9 on white background.



Black color preview on #38D4B9 background

This text has black color on #38D4B9 background.


White color preview on #38D4B9 background

This text has white color on #38D4B9 background.