COLOR #24B393

HEX: #24B393
RGB: (36,179,147)

Color info

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

RGB color model

#24B393 color RGB value is (36,179,147).

  • red value is 36;
  • green value is 179;
  • blue value is 147.
RGB:
(36,179,147)
(14%,70%,58%)

RGB channels and saturation

R 36 of 255 = 14%
G 179 of 255 = 70%
B 147 of 255 = 58%

36
179
147

R + G + B ~ 47%. #24B393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 179 + 147 = 362 (100%)
R 36 of 362 ~ 9.94%
G 179 of 362 ~ 49.45%
B 147 of 362 ~ 40.61%

%9.94
%49.45
%40.61

CMYK color model

#24B393 color CMYK value is (80,0,18,30).

  • cyan value is 79.89%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(80,0,18,30)
C80M0Y18K30 
(80%,0%,18%,30%)
(0.80/0.00/0.18/0.30)	

CMYK percentages

%79.89
%0
%17.88
%29.8

Codes

Color #24B393 in popluar color models

24B393
RGB36179147
HSL167°66.51%42.16%
HSB/HSV167°79.89%70.20%
CMYK79.89%0.00%17.88%
29.80%

Color #24B393 in popluar number systems.

HEX24B393
Decimal36179147
Binary1001001011001110010011
Octal44263223

Shades and tints

Shades of #24B393

#24B393
(36,179,147)
#21A386
(33,163,134)
#1E9379
(30,147,121)
#1B836C
(27,131,108)
#18735F
(24,115,95)
#156352
(21,99,82)
#125345
(18,83,69)
#0F4338
(15,67,56)
#0C332B
(12,51,43)
#09231E
(9,35,30)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #24B393

#24B393
(36,179,147)
#37B99C
(55,185,156)
#4ABFA5
(74,191,165)
#5DC5AE
(93,197,174)
#70CBB7
(112,203,183)
#83D1C0
(131,209,192)
#96D7C9
(150,215,201)
#A9DDD2
(169,221,210)
#BCE3DB
(188,227,219)
#CFE9E4
(207,233,228)
#E2EFED
(226,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24B393 color. Also use rgb(36,179,147) instead hex code.

Text Font Color

.myTextColor { color: #24B393; }

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

This text font color is #24B393.


Background Color

.myBgColor { background-color: #24B393; }

<div style="background-color:#24B393">Inner text</div>

This div background color is #24B393.


Border color

.myBorderColor { border: 1px solid #24B393; }

<div style="border:3px solid #24B393">Div</div>

This div border color is #24B393.


Opacity

.myOpacity80 { color: #24B393; opacity: 0.8; }

<p style="color:#24B393;opacity:0.8;">80%</p>

Text with #24B393 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 #24B393;}

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

This text has shadow with #24B393 color.

.textShadow {text-shadow: 3px 3px 1px #24B393, 3px 3px 1px red;}

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

This text has shadow with #24B393 primary color and red secondary color.


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

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

This text has shadow with #24B393 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24B393 on black background.


Color preview on white background

This text has color #24B393 on white background.



Black color preview on #24B393 background

This text has black color on #24B393 background.


White color preview on #24B393 background

This text has white color on #24B393 background.