COLOR #249D82

HEX: #249D82
RGB: (36,157,130)

Color info

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

RGB color model

#249D82 color RGB value is (36,157,130).

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

RGB channels and saturation

R 36 of 255 = 14%
G 157 of 255 = 62%
B 130 of 255 = 51%

36
157
130

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

Portions of RGB colors in percentages

R + G + B =
36 + 157 + 130 = 323 (100%)
R 36 of 323 ~ 11.15%
G 157 of 323 ~ 48.61%
B 130 of 323 ~ 40.25%

%11.15
%48.61
%40.25

CMYK color model

#249D82 color CMYK value is (77,0,17,38).

  • cyan value is 77.07%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(77,0,17,38)
C77M0Y17K38 
(77%,0%,17%,38%)
(0.77/0.00/0.17/0.38)	

CMYK percentages

%77.07
%0
%17.2
%38.43

Codes

Color #249D82 in popluar color models

249D82
RGB36157130
HSL167°62.69%37.84%
HSB/HSV167°77.07%61.57%
CMYK77.07%0.00%17.20%
38.43%

Color #249D82 in popluar number systems.

HEX249D82
Decimal36157130
Binary1001001001110110000010
Octal44235202

Shades and tints

Shades of #249D82

#249D82
(36,157,130)
#218F77
(33,143,119)
#1E816C
(30,129,108)
#1B7361
(27,115,97)
#186556
(24,101,86)
#15574B
(21,87,75)
#124940
(18,73,64)
#0F3B35
(15,59,53)
#0C2D2A
(12,45,42)
#091F1F
(9,31,31)
#061114
(6,17,20)
#000000
(0,0,0)

Tints of #249D82

#249D82
(36,157,130)
#37A58D
(55,165,141)
#4AAD98
(74,173,152)
#5DB5A3
(93,181,163)
#70BDAE
(112,189,174)
#83C5B9
(131,197,185)
#96CDC4
(150,205,196)
#A9D5CF
(169,213,207)
#BCDDDA
(188,221,218)
#CFE5E5
(207,229,229)
#E2EDF0
(226,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #249D82; }

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

This text font color is #249D82.


Background Color

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

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

This div background color is #249D82.


Border color

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

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

This div border color is #249D82.


Opacity

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

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

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

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

This text has shadow with #249D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249D82 on black background.


Color preview on white background

This text has color #249D82 on white background.



Black color preview on #249D82 background

This text has black color on #249D82 background.


White color preview on #249D82 background

This text has white color on #249D82 background.