COLOR #24A8C2

HEX: #24A8C2
RGB: (36,168,194)

Color info

#24A8C2 contains mainly green and blue colors. Web safe color of #24A8C2 is #3399CC (or #39C).

RGB color model

#24A8C2 color RGB value is (36,168,194).

  • red value is 36;
  • green value is 168;
  • blue value is 194.
RGB:
(36,168,194)
(14%,66%,76%)

RGB channels and saturation

R 36 of 255 = 14%
G 168 of 255 = 66%
B 194 of 255 = 76%

36
168
194

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

Portions of RGB colors in percentages

R + G + B =
36 + 168 + 194 = 398 (100%)
R 36 of 398 ~ 9.05%
G 168 of 398 ~ 42.21%
B 194 of 398 ~ 48.74%

%42.21
%48.74

CMYK color model

#24A8C2 color CMYK value is (81,13,0,24).

  • cyan value is 81.44%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(81,13,0,24)
C81M13Y0K24 
(81%,13%,0%,24%)
(0.81/0.13/0.00/0.24)	

CMYK percentages

%81.44
%13.4
%0
%23.92

Codes

Color #24A8C2 in popluar color models

24A8C2
RGB36168194
HSL190°68.70%45.10%
HSB/HSV190°81.44%76.08%
CMYK81.44%13.40%0.00%
23.92%

Color #24A8C2 in popluar number systems.

HEX24A8C2
Decimal36168194
Binary1001001010100011000010
Octal44250302

Shades and tints

Shades of #24A8C2

#24A8C2
(36,168,194)
#2199B1
(33,153,177)
#1E8AA0
(30,138,160)
#1B7B8F
(27,123,143)
#186C7E
(24,108,126)
#155D6D
(21,93,109)
#124E5C
(18,78,92)
#0F3F4B
(15,63,75)
#0C303A
(12,48,58)
#092129
(9,33,41)
#061218
(6,18,24)
#000000
(0,0,0)

Tints of #24A8C2

#24A8C2
(36,168,194)
#37AFC7
(55,175,199)
#4AB6CC
(74,182,204)
#5DBDD1
(93,189,209)
#70C4D6
(112,196,214)
#83CBDB
(131,203,219)
#96D2E0
(150,210,224)
#A9D9E5
(169,217,229)
#BCE0EA
(188,224,234)
#CFE7EF
(207,231,239)
#E2EEF4
(226,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24A8C2 color. Also use rgb(36,168,194) instead hex code.

Text Font Color

.myTextColor { color: #24A8C2; }

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

This text font color is #24A8C2.


Background Color

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

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

This div background color is #24A8C2.


Border color

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

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

This div border color is #24A8C2.


Opacity

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

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

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

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

This text has shadow with #24A8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A8C2 on black background.


Color preview on white background

This text has color #24A8C2 on white background.



Black color preview on #24A8C2 background

This text has black color on #24A8C2 background.


White color preview on #24A8C2 background

This text has white color on #24A8C2 background.