COLOR #24BCA1

HEX: #24BCA1
RGB: (36,188,161)

Color info

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

RGB color model

#24BCA1 color RGB value is (36,188,161).

  • red value is 36;
  • green value is 188;
  • blue value is 161.
RGB:
(36,188,161)
(14%,74%,63%)

RGB channels and saturation

R 36 of 255 = 14%
G 188 of 255 = 74%
B 161 of 255 = 63%

36
188
161

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

Portions of RGB colors in percentages

R + G + B =
36 + 188 + 161 = 385 (100%)
R 36 of 385 ~ 9.35%
G 188 of 385 ~ 48.83%
B 161 of 385 ~ 41.82%

%48.83
%41.82

CMYK color model

#24BCA1 color CMYK value is (81,0,14,26).

  • cyan value is 80.85%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(81,0,14,26)
C81M0Y14K26 
(81%,0%,14%,26%)
(0.81/0.00/0.14/0.26)	

CMYK percentages

%80.85
%0
%14.36
%26.27

Codes

Color #24BCA1 in popluar color models

24BCA1
RGB36188161
HSL169°67.86%43.92%
HSB/HSV169°80.85%73.73%
CMYK80.85%0.00%14.36%
26.27%

Color #24BCA1 in popluar number systems.

HEX24BCA1
Decimal36188161
Binary1001001011110010100001
Octal44274241

Shades and tints

Shades of #24BCA1

#24BCA1
(36,188,161)
#21AB93
(33,171,147)
#1E9A85
(30,154,133)
#1B8977
(27,137,119)
#187869
(24,120,105)
#15675B
(21,103,91)
#12564D
(18,86,77)
#0F453F
(15,69,63)
#0C3431
(12,52,49)
#092323
(9,35,35)
#061215
(6,18,21)
#000000
(0,0,0)

Tints of #24BCA1

#24BCA1
(36,188,161)
#37C2A9
(55,194,169)
#4AC8B1
(74,200,177)
#5DCEB9
(93,206,185)
#70D4C1
(112,212,193)
#83DAC9
(131,218,201)
#96E0D1
(150,224,209)
#A9E6D9
(169,230,217)
#BCECE1
(188,236,225)
#CFF2E9
(207,242,233)
#E2F8F1
(226,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24BCA1 color. Also use rgb(36,188,161) instead hex code.

Text Font Color

.myTextColor { color: #24BCA1; }

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

This text font color is #24BCA1.


Background Color

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

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

This div background color is #24BCA1.


Border color

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

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

This div border color is #24BCA1.


Opacity

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

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

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

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

This text has shadow with #24BCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24BCA1 on black background.


Color preview on white background

This text has color #24BCA1 on white background.



Black color preview on #24BCA1 background

This text has black color on #24BCA1 background.


White color preview on #24BCA1 background

This text has white color on #24BCA1 background.