COLOR #24A499

HEX: #24A499
RGB: (36,164,153)

Color info

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

RGB color model

#24A499 color RGB value is (36,164,153).

  • red value is 36;
  • green value is 164;
  • blue value is 153.
RGB:
(36,164,153)
(14%,64%,60%)

RGB channels and saturation

R 36 of 255 = 14%
G 164 of 255 = 64%
B 153 of 255 = 60%

36
164
153

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

Portions of RGB colors in percentages

R + G + B =
36 + 164 + 153 = 353 (100%)
R 36 of 353 ~ 10.2%
G 164 of 353 ~ 46.46%
B 153 of 353 ~ 43.34%

%10.2
%46.46
%43.34

CMYK color model

#24A499 color CMYK value is (78,0,7,36).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 35.69%
CMYK:
(78,0,7,36)
C78M0Y7K36 
(78%,0%,7%,36%)
(0.78/0.00/0.07/0.36)	

CMYK percentages

%78.05
%0
%6.71
%35.69

Codes

Color #24A499 in popluar color models

24A499
RGB36164153
HSL175°64.00%39.22%
HSB/HSV175°78.05%64.31%
CMYK78.05%0.00%6.71%
35.69%

Color #24A499 in popluar number systems.

HEX24A499
Decimal36164153
Binary1001001010010010011001
Octal44244231

Shades and tints

Shades of #24A499

#24A499
(36,164,153)
#21968C
(33,150,140)
#1E887F
(30,136,127)
#1B7A72
(27,122,114)
#186C65
(24,108,101)
#155E58
(21,94,88)
#12504B
(18,80,75)
#0F423E
(15,66,62)
#0C3431
(12,52,49)
#092624
(9,38,36)
#061817
(6,24,23)
#000000
(0,0,0)

Tints of #24A499

#24A499
(36,164,153)
#37ACA2
(55,172,162)
#4AB4AB
(74,180,171)
#5DBCB4
(93,188,180)
#70C4BD
(112,196,189)
#83CCC6
(131,204,198)
#96D4CF
(150,212,207)
#A9DCD8
(169,220,216)
#BCE4E1
(188,228,225)
#CFECEA
(207,236,234)
#E2F4F3
(226,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24A499 color. Also use rgb(36,164,153) instead hex code.

Text Font Color

.myTextColor { color: #24A499; }

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

This text font color is #24A499.


Background Color

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

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

This div background color is #24A499.


Border color

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

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

This div border color is #24A499.


Opacity

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

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

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

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

This text has shadow with #24A499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A499 on black background.


Color preview on white background

This text has color #24A499 on white background.



Black color preview on #24A499 background

This text has black color on #24A499 background.


White color preview on #24A499 background

This text has white color on #24A499 background.