COLOR #38ABA3

HEX: #38ABA3 RGB: (56,171,163)

Color info

#38ABA3 contains mainly green and blue colors. Web safe color of #38ABA3 is #339999 (or #399).

RGB color model

#38ABA3 color RGB value is (56,171,163).

RGB: (56,171,163) (22%, 67%, 64%)

RGB channels and saturation

R 56 of 255 = 22%
G 171 of 255 = 67%
B 163 of 255 = 64%

56
171
163

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

Portions of RGB colors in percentages

R + G + B = 56 + 171 + 163 = 390 (100%)
R 56 of 390 ~ 14.36%
G 171 of 390 ~ 43.85%
B 163 of 390 ~ 41.79'%

%14.36
%43.85
%41.79

CMYK color model

#38ABA3 color CMYK value is (67,0,5,33).

  • cyan value is 67.25%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 32.94%

CMYK: (67,0,5,33)
C67M0Y5K33 (67%, 0%, 5%, 33%)
(0.67 / 0.00 / 0.05 / 0.33)

CMYK percentages

%67.25
%0
%4.68
%32.94

Codes

Color #38ABA3 in popluar color models

38 AB A3
RGB 56 171 163
HSL 176° 50.66% 44.51%
HSB/HSV 176° 67.25% 67.06%
CMYK 67.25% 0.00% 4.68%
32.94%

Color #38ABA3 in popluar number systems.

HEX 38 AB A3
Decimal 56 171 163
Binary 111000 10101011 10100011
Octal 70 253 243

Shades and tints

Shades of #38ABA3

#38ABA3
(56,171,163)
#339C95
(51,156,149)
#2E8D87
(46,141,135)
#297E79
(41,126,121)
#246F6B
(36,111,107)
#1F605D
(31,96,93)
#1A514F
(26,81,79)
#154241
(21,66,65)
#103333
(16,51,51)
#0B2425
(11,36,37)
#061517
(6,21,23)
#000000
(0,0,0)

Tints of #38ABA3

#38ABA3
(56,171,163)
#4AB2AB
(74,178,171)
#5CB9B3
(92,185,179)
#6EC0BB
(110,192,187)
#80C7C3
(128,199,195)
#92CECB
(146,206,203)
#A4D5D3
(164,213,211)
#B6DCDB
(182,220,219)
#C8E3E3
(200,227,227)
#DAEAEB
(218,234,235)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38ABA3 color. Also use rgb(56,171,163) instead hex code.

Text Font Color

.myTextColor { color: #38ABA3; }

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

This text font color is #38ABA3.

Background Color

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

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

This div background color is #38ABA3.

Border color

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

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

This div border color is #38ABA3.

Opacity

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

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

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

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

This text has shadow with #38ABA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38ABA3.

Preview

Color preview on black background

This text has color #38ABA3 on black background.


Color preview on white background

This text has color #38ABA3 on white background.


Black color preview on #38ABA3 background

This text has black color on #38ABA3 background.


White color preview on #38ABA3 background

This text has white color on #38ABA3 background.


Related colors

Complementary color

Complementary color for #hex is #C7545C.


I love getcolorcode.com

Triadic colors

1 #A338AB and #ABA338 with #38ABA3 are triadic colors.

2 #A3AB38 and #AB38A3 with #38ABA3 are triadic colors.