COLOR #38A398

HEX: #38A398 RGB: (56,163,152)

Color info

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

RGB color model

#38A398 color RGB value is (56,163,152).

RGB: (56,163,152) (22%, 64%, 60%)

RGB channels and saturation

R 56 of 255 = 22%
G 163 of 255 = 64%
B 152 of 255 = 60%

56
163
152

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

Portions of RGB colors in percentages

R + G + B = 56 + 163 + 152 = 371 (100%)
R 56 of 371 ~ 15.09%
G 163 of 371 ~ 43.94%
B 152 of 371 ~ 40.97'%

%15.09
%43.94
%40.97

CMYK color model

#38A398 color CMYK value is (66,0,7,36).

  • cyan value is 65.64%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%

CMYK: (66,0,7,36)
C66M0Y7K36 (66%, 0%, 7%, 36%)
(0.66 / 0.00 / 0.07 / 0.36)

CMYK percentages

%65.64
%0
%6.75
%36.08

Codes

Color #38A398 in popluar color models

38 A3 98
RGB 56 163 152
HSL 174° 48.86% 42.94%
HSB/HSV 174° 65.64% 63.92%
CMYK 65.64% 0.00% 6.75%
36.08%

Color #38A398 in popluar number systems.

HEX 38 A3 98
Decimal 56 163 152
Binary 111000 10100011 10011000
Octal 70 243 230

Shades and tints

Shades of #38A398

#38A398
(56,163,152)
#33958B
(51,149,139)
#2E877E
(46,135,126)
#297971
(41,121,113)
#246B64
(36,107,100)
#1F5D57
(31,93,87)
#1A4F4A
(26,79,74)
#15413D
(21,65,61)
#103330
(16,51,48)
#0B2523
(11,37,35)
#061716
(6,23,22)
#000000
(0,0,0)

Tints of #38A398

#38A398
(56,163,152)
#4AABA1
(74,171,161)
#5CB3AA
(92,179,170)
#6EBBB3
(110,187,179)
#80C3BC
(128,195,188)
#92CBC5
(146,203,197)
#A4D3CE
(164,211,206)
#B6DBD7
(182,219,215)
#C8E3E0
(200,227,224)
#DAEBE9
(218,235,233)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38A398; }

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

This text font color is #38A398.

Background Color

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

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

This div background color is #38A398.

Border color

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

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

This div border color is #38A398.

Opacity

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

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

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

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

This text has shadow with #38A398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38A398.

Preview

Color preview on black background

This text has color #38A398 on black background.


Color preview on white background

This text has color #38A398 on white background.


Black color preview on #38A398 background

This text has black color on #38A398 background.


White color preview on #38A398 background

This text has white color on #38A398 background.


Related colors

Complementary color

Complementary color for #hex is #C75C67.


I love getcolorcode.com

Triadic colors

1 #9838A3 and #A39838 with #38A398 are triadic colors.

2 #98A338 and #A33898 with #38A398 are triadic colors.