COLOR #248DA0

HEX: #248DA0
RGB: (36,141,160)

Color info

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

RGB color model

#248DA0 color RGB value is (36,141,160).

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

RGB channels and saturation

R 36 of 255 = 14%
G 141 of 255 = 55%
B 160 of 255 = 63%

36
141
160

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

Portions of RGB colors in percentages

R + G + B =
36 + 141 + 160 = 337 (100%)
R 36 of 337 ~ 10.68%
G 141 of 337 ~ 41.84%
B 160 of 337 ~ 47.48%

%10.68
%41.84
%47.48

CMYK color model

#248DA0 color CMYK value is (78,12,0,37).

  • cyan value is 77.50%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(78,12,0,37)
C78M12Y0K37 
(78%,12%,0%,37%)
(0.78/0.12/0.00/0.37)	

CMYK percentages

%77.5
%11.88
%0
%37.25

Codes

Color #248DA0 in popluar color models

248DA0
RGB36141160
HSL189°63.27%38.43%
HSB/HSV189°77.50%62.75%
CMYK77.50%11.88%0.00%
37.25%

Color #248DA0 in popluar number systems.

HEX248DA0
Decimal36141160
Binary1001001000110110100000
Octal44215240

Shades and tints

Shades of #248DA0

#248DA0
(36,141,160)
#218192
(33,129,146)
#1E7584
(30,117,132)
#1B6976
(27,105,118)
#185D68
(24,93,104)
#15515A
(21,81,90)
#12454C
(18,69,76)
#0F393E
(15,57,62)
#0C2D30
(12,45,48)
#092122
(9,33,34)
#061514
(6,21,20)
#000000
(0,0,0)

Tints of #248DA0

#248DA0
(36,141,160)
#3797A8
(55,151,168)
#4AA1B0
(74,161,176)
#5DABB8
(93,171,184)
#70B5C0
(112,181,192)
#83BFC8
(131,191,200)
#96C9D0
(150,201,208)
#A9D3D8
(169,211,216)
#BCDDE0
(188,221,224)
#CFE7E8
(207,231,232)
#E2F1F0
(226,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248DA0 color. Also use rgb(36,141,160) instead hex code.

Text Font Color

.myTextColor { color: #248DA0; }

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

This text font color is #248DA0.


Background Color

.myBgColor { background-color: #248DA0; }

<div style="background-color:#248DA0">Inner text</div>

This div background color is #248DA0.


Border color

.myBorderColor { border: 1px solid #248DA0; }

<div style="border:3px solid #248DA0">Div</div>

This div border color is #248DA0.


Opacity

.myOpacity80 { color: #248DA0; opacity: 0.8; }

<p style="color:#248DA0;opacity:0.8;">80%</p>

Text with #248DA0 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 #248DA0;}

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

This text has shadow with #248DA0 color.

.textShadow {text-shadow: 3px 3px 1px #248DA0, 3px 3px 1px red;}

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

This text has shadow with #248DA0 primary color and red secondary color.


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

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

This text has shadow with #248DA0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248DA0 on black background.


Color preview on white background

This text has color #248DA0 on white background.



Black color preview on #248DA0 background

This text has black color on #248DA0 background.


White color preview on #248DA0 background

This text has white color on #248DA0 background.