COLOR #38A0B6

HEX: #38A0B6
RGB: (56,160,182)

Color info

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

RGB color model

#38A0B6 color RGB value is (56,160,182).

  • red value is 56;
  • green value is 160;
  • blue value is 182.
RGB:
(56,160,182)
(22%,63%,71%)

RGB channels and saturation

R 56 of 255 = 22%
G 160 of 255 = 63%
B 182 of 255 = 71%

56
160
182

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

Portions of RGB colors in percentages

R + G + B =
56 + 160 + 182 = 398 (100%)
R 56 of 398 ~ 14.07%
G 160 of 398 ~ 40.2%
B 182 of 398 ~ 45.73%

%14.07
%40.2
%45.73

CMYK color model

#38A0B6 color CMYK value is (69,12,0,29).

  • cyan value is 69.23%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(69,12,0,29)
C69M12Y0K29 
(69%,12%,0%,29%)
(0.69/0.12/0.00/0.29)	

CMYK percentages

%69.23
%12.09
%0
%28.63

Codes

Color #38A0B6 in popluar color models

38A0B6
RGB56160182
HSL190°52.94%46.67%
HSB/HSV190°69.23%71.37%
CMYK69.23%12.09%0.00%
28.63%

Color #38A0B6 in popluar number systems.

HEX38A0B6
Decimal56160182
Binary1110001010000010110110
Octal70240266

Shades and tints

Shades of #38A0B6

#38A0B6
(56,160,182)
#3392A6
(51,146,166)
#2E8496
(46,132,150)
#297686
(41,118,134)
#246876
(36,104,118)
#1F5A66
(31,90,102)
#1A4C56
(26,76,86)
#153E46
(21,62,70)
#103036
(16,48,54)
#0B2226
(11,34,38)
#061416
(6,20,22)
#000000
(0,0,0)

Tints of #38A0B6

#38A0B6
(56,160,182)
#4AA8BC
(74,168,188)
#5CB0C2
(92,176,194)
#6EB8C8
(110,184,200)
#80C0CE
(128,192,206)
#92C8D4
(146,200,212)
#A4D0DA
(164,208,218)
#B6D8E0
(182,216,224)
#C8E0E6
(200,224,230)
#DAE8EC
(218,232,236)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38A0B6 color. Also use rgb(56,160,182) instead hex code.

Text Font Color

.myTextColor { color: #38A0B6; }

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

This text font color is #38A0B6.


Background Color

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

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

This div background color is #38A0B6.


Border color

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

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

This div border color is #38A0B6.


Opacity

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

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

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

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

This text has shadow with #38A0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38A0B6 on black background.


Color preview on white background

This text has color #38A0B6 on white background.



Black color preview on #38A0B6 background

This text has black color on #38A0B6 background.


White color preview on #38A0B6 background

This text has white color on #38A0B6 background.