COLOR #48D0B2

HEX: #48D0B2
RGB: (72,208,178)

Color info

#48D0B2 contains mainly green and blue colors. Web safe color of #48D0B2 is #33CC99 (or #3C9).

RGB color model

#48D0B2 color RGB value is (72,208,178).

  • red value is 72;
  • green value is 208;
  • blue value is 178.
RGB:
(72,208,178)
(28%,82%,70%)

RGB channels and saturation

R 72 of 255 = 28%
G 208 of 255 = 82%
B 178 of 255 = 70%

72
208
178

R + G + B ~ 60%. #48D0B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 208 + 178 = 458 (100%)
R 72 of 458 ~ 15.72%
G 208 of 458 ~ 45.41%
B 178 of 458 ~ 38.86%

%15.72
%45.41
%38.86

CMYK color model

#48D0B2 color CMYK value is (65,0,14,18).

  • cyan value is 65.38%
  • magenta value is 0.00%
  • yellow value is 14.42%
  • key color value is 18.43%
CMYK:
(65,0,14,18)
C65M0Y14K18 
(65%,0%,14%,18%)
(0.65/0.00/0.14/0.18)	

CMYK percentages

%65.38
%0
%14.42
%18.43

Codes

Color #48D0B2 in popluar color models

48D0B2
RGB72208178
HSL167°59.13%54.90%
HSB/HSV167°65.38%81.57%
CMYK65.38%0.00%14.42%
18.43%

Color #48D0B2 in popluar number systems.

HEX48D0B2
Decimal72208178
Binary10010001101000010110010
Octal110320262

Shades and tints

Shades of #48D0B2

#48D0B2
(72,208,178)
#42BEA2
(66,190,162)
#3CAC92
(60,172,146)
#369A82
(54,154,130)
#308872
(48,136,114)
#2A7662
(42,118,98)
#246452
(36,100,82)
#1E5242
(30,82,66)
#184032
(24,64,50)
#122E22
(18,46,34)
#0C1C12
(12,28,18)
#000000
(0,0,0)

Tints of #48D0B2

#48D0B2
(72,208,178)
#58D4B9
(88,212,185)
#68D8C0
(104,216,192)
#78DCC7
(120,220,199)
#88E0CE
(136,224,206)
#98E4D5
(152,228,213)
#A8E8DC
(168,232,220)
#B8ECE3
(184,236,227)
#C8F0EA
(200,240,234)
#D8F4F1
(216,244,241)
#E8F8F8
(232,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D0B2 color. Also use rgb(72,208,178) instead hex code.

Text Font Color

.myTextColor { color: #48D0B2; }

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

This text font color is #48D0B2.


Background Color

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

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

This div background color is #48D0B2.


Border color

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

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

This div border color is #48D0B2.


Opacity

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

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

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

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

This text has shadow with #48D0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D0B2 on black background.


Color preview on white background

This text has color #48D0B2 on white background.



Black color preview on #48D0B2 background

This text has black color on #48D0B2 background.


White color preview on #48D0B2 background

This text has white color on #48D0B2 background.