COLOR #249D96

HEX: #249D96
RGB: (36,157,150)

Color info

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

RGB color model

#249D96 color RGB value is (36,157,150).

  • red value is 36;
  • green value is 157;
  • blue value is 150.
RGB:
(36,157,150)
(14%,62%,59%)

RGB channels and saturation

R 36 of 255 = 14%
G 157 of 255 = 62%
B 150 of 255 = 59%

36
157
150

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

Portions of RGB colors in percentages

R + G + B =
36 + 157 + 150 = 343 (100%)
R 36 of 343 ~ 10.5%
G 157 of 343 ~ 45.77%
B 150 of 343 ~ 43.73%

%10.5
%45.77
%43.73

CMYK color model

#249D96 color CMYK value is (77,0,4,38).

  • cyan value is 77.07%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 38.43%
CMYK:
(77,0,4,38)
C77M0Y4K38 
(77%,0%,4%,38%)
(0.77/0.00/0.04/0.38)	

CMYK percentages

%77.07
%0
%4.46
%38.43

Codes

Color #249D96 in popluar color models

249D96
RGB36157150
HSL177°62.69%37.84%
HSB/HSV177°77.07%61.57%
CMYK77.07%0.00%4.46%
38.43%

Color #249D96 in popluar number systems.

HEX249D96
Decimal36157150
Binary1001001001110110010110
Octal44235226

Shades and tints

Shades of #249D96

#249D96
(36,157,150)
#218F89
(33,143,137)
#1E817C
(30,129,124)
#1B736F
(27,115,111)
#186562
(24,101,98)
#155755
(21,87,85)
#124948
(18,73,72)
#0F3B3B
(15,59,59)
#0C2D2E
(12,45,46)
#091F21
(9,31,33)
#061114
(6,17,20)
#000000
(0,0,0)

Tints of #249D96

#249D96
(36,157,150)
#37A59F
(55,165,159)
#4AADA8
(74,173,168)
#5DB5B1
(93,181,177)
#70BDBA
(112,189,186)
#83C5C3
(131,197,195)
#96CDCC
(150,205,204)
#A9D5D5
(169,213,213)
#BCDDDE
(188,221,222)
#CFE5E7
(207,229,231)
#E2EDF0
(226,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249D96 color. Also use rgb(36,157,150) instead hex code.

Text Font Color

.myTextColor { color: #249D96; }

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

This text font color is #249D96.


Background Color

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

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

This div background color is #249D96.


Border color

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

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

This div border color is #249D96.


Opacity

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

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

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

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

This text has shadow with #249D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249D96 on black background.


Color preview on white background

This text has color #249D96 on white background.



Black color preview on #249D96 background

This text has black color on #249D96 background.


White color preview on #249D96 background

This text has white color on #249D96 background.