COLOR #48E9BD

HEX: #48E9BD
RGB: (72,233,189)

Color info

#48E9BD contains mainly green and blue colors. Web safe color of #48E9BD is #33FFCC (or #3FC).

RGB color model

#48E9BD color RGB value is (72,233,189).

  • red value is 72;
  • green value is 233;
  • blue value is 189.
RGB:
(72,233,189)
(28%,91%,74%)

RGB channels and saturation

R 72 of 255 = 28%
G 233 of 255 = 91%
B 189 of 255 = 74%

72
233
189

R + G + B ~ 64%. #48E9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 233 + 189 = 494 (100%)
R 72 of 494 ~ 14.57%
G 233 of 494 ~ 47.17%
B 189 of 494 ~ 38.26%

%14.57
%47.17
%38.26

CMYK color model

#48E9BD color CMYK value is (69,0,19,9).

  • cyan value is 69.10%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(69,0,19,9)
C69M0Y19K9 
(69%,0%,19%,9%)
(0.69/0.00/0.19/0.09)	

CMYK percentages

%69.1
%0
%18.88
%8.63

Codes

Color #48E9BD in popluar color models

48E9BD
RGB72233189
HSL164°78.54%59.80%
HSB/HSV164°69.10%91.37%
CMYK69.10%0.00%18.88%
8.63%

Color #48E9BD in popluar number systems.

HEX48E9BD
Decimal72233189
Binary10010001110100110111101
Octal110351275

Shades and tints

Shades of #48E9BD

#48E9BD
(72,233,189)
#42D4AC
(66,212,172)
#3CBF9B
(60,191,155)
#36AA8A
(54,170,138)
#309579
(48,149,121)
#2A8068
(42,128,104)
#246B57
(36,107,87)
#1E5646
(30,86,70)
#184135
(24,65,53)
#122C24
(18,44,36)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #48E9BD

#48E9BD
(72,233,189)
#58EBC3
(88,235,195)
#68EDC9
(104,237,201)
#78EFCF
(120,239,207)
#88F1D5
(136,241,213)
#98F3DB
(152,243,219)
#A8F5E1
(168,245,225)
#B8F7E7
(184,247,231)
#C8F9ED
(200,249,237)
#D8FBF3
(216,251,243)
#E8FDF9
(232,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E9BD color. Also use rgb(72,233,189) instead hex code.

Text Font Color

.myTextColor { color: #48E9BD; }

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

This text font color is #48E9BD.


Background Color

.myBgColor { background-color: #48E9BD; }

<div style="background-color:#48E9BD">Inner text</div>

This div background color is #48E9BD.


Border color

.myBorderColor { border: 1px solid #48E9BD; }

<div style="border:3px solid #48E9BD">Div</div>

This div border color is #48E9BD.


Opacity

.myOpacity80 { color: #48E9BD; opacity: 0.8; }

<p style="color:#48E9BD;opacity:0.8;">80%</p>

Text with #48E9BD 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 #48E9BD;}

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

This text has shadow with #48E9BD color.

.textShadow {text-shadow: 3px 3px 1px #48E9BD, 3px 3px 1px red;}

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

This text has shadow with #48E9BD primary color and red secondary color.


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

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

This text has shadow with #48E9BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E9BD on black background.


Color preview on white background

This text has color #48E9BD on white background.



Black color preview on #48E9BD background

This text has black color on #48E9BD background.


White color preview on #48E9BD background

This text has white color on #48E9BD background.