COLOR #24BD9C

HEX: #24BD9C
RGB: (36,189,156)

Color info

#24BD9C contains mainly green and blue colors. Web safe color of #24BD9C is #33CC99 (or #3C9).

RGB color model

#24BD9C color RGB value is (36,189,156).

  • red value is 36;
  • green value is 189;
  • blue value is 156.
RGB:
(36,189,156)
(14%,74%,61%)

RGB channels and saturation

R 36 of 255 = 14%
G 189 of 255 = 74%
B 156 of 255 = 61%

36
189
156

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

Portions of RGB colors in percentages

R + G + B =
36 + 189 + 156 = 381 (100%)
R 36 of 381 ~ 9.45%
G 189 of 381 ~ 49.61%
B 156 of 381 ~ 40.94%

%49.61
%40.94

CMYK color model

#24BD9C color CMYK value is (81,0,17,26).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(81,0,17,26)
C81M0Y17K26 
(81%,0%,17%,26%)
(0.81/0.00/0.17/0.26)	

CMYK percentages

%80.95
%0
%17.46
%25.88

Codes

Color #24BD9C in popluar color models

24BD9C
RGB36189156
HSL167°68.00%44.12%
HSB/HSV167°80.95%74.12%
CMYK80.95%0.00%17.46%
25.88%

Color #24BD9C in popluar number systems.

HEX24BD9C
Decimal36189156
Binary1001001011110110011100
Octal44275234

Shades and tints

Shades of #24BD9C

#24BD9C
(36,189,156)
#21AC8E
(33,172,142)
#1E9B80
(30,155,128)
#1B8A72
(27,138,114)
#187964
(24,121,100)
#156856
(21,104,86)
#125748
(18,87,72)
#0F463A
(15,70,58)
#0C352C
(12,53,44)
#09241E
(9,36,30)
#061310
(6,19,16)
#000000
(0,0,0)

Tints of #24BD9C

#24BD9C
(36,189,156)
#37C3A5
(55,195,165)
#4AC9AE
(74,201,174)
#5DCFB7
(93,207,183)
#70D5C0
(112,213,192)
#83DBC9
(131,219,201)
#96E1D2
(150,225,210)
#A9E7DB
(169,231,219)
#BCEDE4
(188,237,228)
#CFF3ED
(207,243,237)
#E2F9F6
(226,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24BD9C color. Also use rgb(36,189,156) instead hex code.

Text Font Color

.myTextColor { color: #24BD9C; }

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

This text font color is #24BD9C.


Background Color

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

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

This div background color is #24BD9C.


Border color

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

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

This div border color is #24BD9C.


Opacity

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

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

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

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

This text has shadow with #24BD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24BD9C on black background.


Color preview on white background

This text has color #24BD9C on white background.



Black color preview on #24BD9C background

This text has black color on #24BD9C background.


White color preview on #24BD9C background

This text has white color on #24BD9C background.