COLOR #24A48E

HEX: #24A48E
RGB: (36,164,142)

Color info

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

RGB color model

#24A48E color RGB value is (36,164,142).

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

RGB channels and saturation

R 36 of 255 = 14%
G 164 of 255 = 64%
B 142 of 255 = 56%

36
164
142

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

Portions of RGB colors in percentages

R + G + B =
36 + 164 + 142 = 342 (100%)
R 36 of 342 ~ 10.53%
G 164 of 342 ~ 47.95%
B 142 of 342 ~ 41.52%

%10.53
%47.95
%41.52

CMYK color model

#24A48E color CMYK value is (78,0,13,36).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(78,0,13,36)
C78M0Y13K36 
(78%,0%,13%,36%)
(0.78/0.00/0.13/0.36)	

CMYK percentages

%78.05
%0
%13.41
%35.69

Codes

Color #24A48E in popluar color models

24A48E
RGB36164142
HSL170°64.00%39.22%
HSB/HSV170°78.05%64.31%
CMYK78.05%0.00%13.41%
35.69%

Color #24A48E in popluar number systems.

HEX24A48E
Decimal36164142
Binary1001001010010010001110
Octal44244216

Shades and tints

Shades of #24A48E

#24A48E
(36,164,142)
#219682
(33,150,130)
#1E8876
(30,136,118)
#1B7A6A
(27,122,106)
#186C5E
(24,108,94)
#155E52
(21,94,82)
#125046
(18,80,70)
#0F423A
(15,66,58)
#0C342E
(12,52,46)
#092622
(9,38,34)
#061816
(6,24,22)
#000000
(0,0,0)

Tints of #24A48E

#24A48E
(36,164,142)
#37AC98
(55,172,152)
#4AB4A2
(74,180,162)
#5DBCAC
(93,188,172)
#70C4B6
(112,196,182)
#83CCC0
(131,204,192)
#96D4CA
(150,212,202)
#A9DCD4
(169,220,212)
#BCE4DE
(188,228,222)
#CFECE8
(207,236,232)
#E2F4F2
(226,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24A48E; }

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

This text font color is #24A48E.


Background Color

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

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

This div background color is #24A48E.


Border color

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

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

This div border color is #24A48E.


Opacity

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

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

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

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

This text has shadow with #24A48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A48E on black background.


Color preview on white background

This text has color #24A48E on white background.



Black color preview on #24A48E background

This text has black color on #24A48E background.


White color preview on #24A48E background

This text has white color on #24A48E background.