COLOR #249F8D

HEX: #249F8D
RGB: (36,159,141)

Color info

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

RGB color model

#249F8D color RGB value is (36,159,141).

  • red value is 36;
  • green value is 159;
  • blue value is 141.
RGB:
(36,159,141)
(14%,62%,55%)

RGB channels and saturation

R 36 of 255 = 14%
G 159 of 255 = 62%
B 141 of 255 = 55%

36
159
141

R + G + B ~ 44%. #249F8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 159 + 141 = 336 (100%)
R 36 of 336 ~ 10.71%
G 159 of 336 ~ 47.32%
B 141 of 336 ~ 41.96%

%10.71
%47.32
%41.96

CMYK color model

#249F8D color CMYK value is (77,0,11,38).

  • cyan value is 77.36%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK:
(77,0,11,38)
C77M0Y11K38 
(77%,0%,11%,38%)
(0.77/0.00/0.11/0.38)	

CMYK percentages

%77.36
%0
%11.32
%37.65

Codes

Color #249F8D in popluar color models

249F8D
RGB36159141
HSL171°63.08%38.24%
HSB/HSV171°77.36%62.35%
CMYK77.36%0.00%11.32%
37.65%

Color #249F8D in popluar number systems.

HEX249F8D
Decimal36159141
Binary1001001001111110001101
Octal44237215

Shades and tints

Shades of #249F8D

#249F8D
(36,159,141)
#219181
(33,145,129)
#1E8375
(30,131,117)
#1B7569
(27,117,105)
#18675D
(24,103,93)
#155951
(21,89,81)
#124B45
(18,75,69)
#0F3D39
(15,61,57)
#0C2F2D
(12,47,45)
#092121
(9,33,33)
#061315
(6,19,21)
#000000
(0,0,0)

Tints of #249F8D

#249F8D
(36,159,141)
#37A797
(55,167,151)
#4AAFA1
(74,175,161)
#5DB7AB
(93,183,171)
#70BFB5
(112,191,181)
#83C7BF
(131,199,191)
#96CFC9
(150,207,201)
#A9D7D3
(169,215,211)
#BCDFDD
(188,223,221)
#CFE7E7
(207,231,231)
#E2EFF1
(226,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249F8D color. Also use rgb(36,159,141) instead hex code.

Text Font Color

.myTextColor { color: #249F8D; }

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

This text font color is #249F8D.


Background Color

.myBgColor { background-color: #249F8D; }

<div style="background-color:#249F8D">Inner text</div>

This div background color is #249F8D.


Border color

.myBorderColor { border: 1px solid #249F8D; }

<div style="border:3px solid #249F8D">Div</div>

This div border color is #249F8D.


Opacity

.myOpacity80 { color: #249F8D; opacity: 0.8; }

<p style="color:#249F8D;opacity:0.8;">80%</p>

Text with #249F8D 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 #249F8D;}

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

This text has shadow with #249F8D color.

.textShadow {text-shadow: 3px 3px 1px #249F8D, 3px 3px 1px red;}

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

This text has shadow with #249F8D primary color and red secondary color.


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

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

This text has shadow with #249F8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249F8D on black background.


Color preview on white background

This text has color #249F8D on white background.



Black color preview on #249F8D background

This text has black color on #249F8D background.


White color preview on #249F8D background

This text has white color on #249F8D background.