COLOR #48D7BA

HEX: #48D7BA
RGB: (72,215,186)

Color info

#48D7BA contains mainly green and blue colors. Web safe color of #48D7BA is #33CCCC (or #3CC).

RGB color model

#48D7BA color RGB value is (72,215,186).

  • red value is 72;
  • green value is 215;
  • blue value is 186.
RGB:
(72,215,186)
(28%,84%,73%)

RGB channels and saturation

R 72 of 255 = 28%
G 215 of 255 = 84%
B 186 of 255 = 73%

72
215
186

R + G + B ~ 62%. #48D7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 215 + 186 = 473 (100%)
R 72 of 473 ~ 15.22%
G 215 of 473 ~ 45.45%
B 186 of 473 ~ 39.32%

%15.22
%45.45
%39.32

CMYK color model

#48D7BA color CMYK value is (67,0,13,16).

  • cyan value is 66.51%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK:
(67,0,13,16)
C67M0Y13K16 
(67%,0%,13%,16%)
(0.67/0.00/0.13/0.16)	

CMYK percentages

%66.51
%0
%13.49
%15.69

Codes

Color #48D7BA in popluar color models

48D7BA
RGB72215186
HSL168°64.13%56.27%
HSB/HSV168°66.51%84.31%
CMYK66.51%0.00%13.49%
15.69%

Color #48D7BA in popluar number systems.

HEX48D7BA
Decimal72215186
Binary10010001101011110111010
Octal110327272

Shades and tints

Shades of #48D7BA

#48D7BA
(72,215,186)
#42C4AA
(66,196,170)
#3CB19A
(60,177,154)
#369E8A
(54,158,138)
#308B7A
(48,139,122)
#2A786A
(42,120,106)
#24655A
(36,101,90)
#1E524A
(30,82,74)
#183F3A
(24,63,58)
#122C2A
(18,44,42)
#0C191A
(12,25,26)
#000000
(0,0,0)

Tints of #48D7BA

#48D7BA
(72,215,186)
#58DAC0
(88,218,192)
#68DDC6
(104,221,198)
#78E0CC
(120,224,204)
#88E3D2
(136,227,210)
#98E6D8
(152,230,216)
#A8E9DE
(168,233,222)
#B8ECE4
(184,236,228)
#C8EFEA
(200,239,234)
#D8F2F0
(216,242,240)
#E8F5F6
(232,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D7BA color. Also use rgb(72,215,186) instead hex code.

Text Font Color

.myTextColor { color: #48D7BA; }

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

This text font color is #48D7BA.


Background Color

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

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

This div background color is #48D7BA.


Border color

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

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

This div border color is #48D7BA.


Opacity

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

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

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

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

This text has shadow with #48D7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D7BA on black background.


Color preview on white background

This text has color #48D7BA on white background.



Black color preview on #48D7BA background

This text has black color on #48D7BA background.


White color preview on #48D7BA background

This text has white color on #48D7BA background.