COLOR #24A097

HEX: #24A097
RGB: (36,160,151)

Color info

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

RGB color model

#24A097 color RGB value is (36,160,151).

  • red value is 36;
  • green value is 160;
  • blue value is 151.
RGB:
(36,160,151)
(14%,63%,59%)

RGB channels and saturation

R 36 of 255 = 14%
G 160 of 255 = 63%
B 151 of 255 = 59%

36
160
151

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

Portions of RGB colors in percentages

R + G + B =
36 + 160 + 151 = 347 (100%)
R 36 of 347 ~ 10.37%
G 160 of 347 ~ 46.11%
B 151 of 347 ~ 43.52%

%10.37
%46.11
%43.52

CMYK color model

#24A097 color CMYK value is (78,0,6,37).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(78,0,6,37)
C78M0Y6K37 
(78%,0%,6%,37%)
(0.78/0.00/0.06/0.37)	

CMYK percentages

%77.5
%0
%5.63
%37.25

Codes

Color #24A097 in popluar color models

24A097
RGB36160151
HSL176°63.27%38.43%
HSB/HSV176°77.50%62.75%
CMYK77.50%0.00%5.63%
37.25%

Color #24A097 in popluar number systems.

HEX24A097
Decimal36160151
Binary1001001010000010010111
Octal44240227

Shades and tints

Shades of #24A097

#24A097
(36,160,151)
#21928A
(33,146,138)
#1E847D
(30,132,125)
#1B7670
(27,118,112)
#186863
(24,104,99)
#155A56
(21,90,86)
#124C49
(18,76,73)
#0F3E3C
(15,62,60)
#0C302F
(12,48,47)
#092222
(9,34,34)
#061415
(6,20,21)
#000000
(0,0,0)

Tints of #24A097

#24A097
(36,160,151)
#37A8A0
(55,168,160)
#4AB0A9
(74,176,169)
#5DB8B2
(93,184,178)
#70C0BB
(112,192,187)
#83C8C4
(131,200,196)
#96D0CD
(150,208,205)
#A9D8D6
(169,216,214)
#BCE0DF
(188,224,223)
#CFE8E8
(207,232,232)
#E2F0F1
(226,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24A097 color. Also use rgb(36,160,151) instead hex code.

Text Font Color

.myTextColor { color: #24A097; }

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

This text font color is #24A097.


Background Color

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

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

This div background color is #24A097.


Border color

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

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

This div border color is #24A097.


Opacity

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

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

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

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

This text has shadow with #24A097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A097 on black background.


Color preview on white background

This text has color #24A097 on white background.



Black color preview on #24A097 background

This text has black color on #24A097 background.


White color preview on #24A097 background

This text has white color on #24A097 background.