COLOR #48D8B6

HEX: #48D8B6
RGB: (72,216,182)

Color info

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

RGB color model

#48D8B6 color RGB value is (72,216,182).

  • red value is 72;
  • green value is 216;
  • blue value is 182.
RGB:
(72,216,182)
(28%,85%,71%)

RGB channels and saturation

R 72 of 255 = 28%
G 216 of 255 = 85%
B 182 of 255 = 71%

72
216
182

R + G + B ~ 61%. #48D8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 216 + 182 = 470 (100%)
R 72 of 470 ~ 15.32%
G 216 of 470 ~ 45.96%
B 182 of 470 ~ 38.72%

%15.32
%45.96
%38.72

CMYK color model

#48D8B6 color CMYK value is (67,0,16,15).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(67,0,16,15)
C67M0Y16K15 
(67%,0%,16%,15%)
(0.67/0.00/0.16/0.15)	

CMYK percentages

%66.67
%0
%15.74
%15.29

Codes

Color #48D8B6 in popluar color models

48D8B6
RGB72216182
HSL166°64.86%56.47%
HSB/HSV166°66.67%84.71%
CMYK66.67%0.00%15.74%
15.29%

Color #48D8B6 in popluar number systems.

HEX48D8B6
Decimal72216182
Binary10010001101100010110110
Octal110330266

Shades and tints

Shades of #48D8B6

#48D8B6
(72,216,182)
#42C5A6
(66,197,166)
#3CB296
(60,178,150)
#369F86
(54,159,134)
#308C76
(48,140,118)
#2A7966
(42,121,102)
#246656
(36,102,86)
#1E5346
(30,83,70)
#184036
(24,64,54)
#122D26
(18,45,38)
#0C1A16
(12,26,22)
#000000
(0,0,0)

Tints of #48D8B6

#48D8B6
(72,216,182)
#58DBBC
(88,219,188)
#68DEC2
(104,222,194)
#78E1C8
(120,225,200)
#88E4CE
(136,228,206)
#98E7D4
(152,231,212)
#A8EADA
(168,234,218)
#B8EDE0
(184,237,224)
#C8F0E6
(200,240,230)
#D8F3EC
(216,243,236)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D8B6 color. Also use rgb(72,216,182) instead hex code.

Text Font Color

.myTextColor { color: #48D8B6; }

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

This text font color is #48D8B6.


Background Color

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

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

This div background color is #48D8B6.


Border color

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

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

This div border color is #48D8B6.


Opacity

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

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

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

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

This text has shadow with #48D8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D8B6 on black background.


Color preview on white background

This text has color #48D8B6 on white background.



Black color preview on #48D8B6 background

This text has black color on #48D8B6 background.


White color preview on #48D8B6 background

This text has white color on #48D8B6 background.