COLOR #38ACB9

HEX: #38ACB9
RGB: (56,172,185)

Color info

#38ACB9 contains mainly green and blue colors. Web safe color of #38ACB9 is #3399CC (or #39C).

RGB color model

#38ACB9 color RGB value is (56,172,185).

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

RGB channels and saturation

R 56 of 255 = 22%
G 172 of 255 = 67%
B 185 of 255 = 73%

56
172
185

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

Portions of RGB colors in percentages

R + G + B =
56 + 172 + 185 = 413 (100%)
R 56 of 413 ~ 13.56%
G 172 of 413 ~ 41.65%
B 185 of 413 ~ 44.79%

%13.56
%41.65
%44.79

CMYK color model

#38ACB9 color CMYK value is (70,7,0,27).

  • cyan value is 69.73%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(70,7,0,27)
C70M7Y0K27 
(70%,7%,0%,27%)
(0.70/0.07/0.00/0.27)	

CMYK percentages

%69.73
%7.03
%0
%27.45

Codes

Color #38ACB9 in popluar color models

38ACB9
RGB56172185
HSL186°53.53%47.25%
HSB/HSV186°69.73%72.55%
CMYK69.73%7.03%0.00%
27.45%

Color #38ACB9 in popluar number systems.

HEX38ACB9
Decimal56172185
Binary1110001010110010111001
Octal70254271

Shades and tints

Shades of #38ACB9

#38ACB9
(56,172,185)
#339DA9
(51,157,169)
#2E8E99
(46,142,153)
#297F89
(41,127,137)
#247079
(36,112,121)
#1F6169
(31,97,105)
#1A5259
(26,82,89)
#154349
(21,67,73)
#103439
(16,52,57)
#0B2529
(11,37,41)
#061619
(6,22,25)
#000000
(0,0,0)

Tints of #38ACB9

#38ACB9
(56,172,185)
#4AB3BF
(74,179,191)
#5CBAC5
(92,186,197)
#6EC1CB
(110,193,203)
#80C8D1
(128,200,209)
#92CFD7
(146,207,215)
#A4D6DD
(164,214,221)
#B6DDE3
(182,221,227)
#C8E4E9
(200,228,233)
#DAEBEF
(218,235,239)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38ACB9; }

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

This text font color is #38ACB9.


Background Color

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

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

This div background color is #38ACB9.


Border color

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

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

This div border color is #38ACB9.


Opacity

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

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

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

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

This text has shadow with #38ACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38ACB9 on black background.


Color preview on white background

This text has color #38ACB9 on white background.



Black color preview on #38ACB9 background

This text has black color on #38ACB9 background.


White color preview on #38ACB9 background

This text has white color on #38ACB9 background.