COLOR #48C5B2

HEX: #48C5B2
RGB: (72,197,178)

Color info

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

RGB color model

#48C5B2 color RGB value is (72,197,178).

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

RGB channels and saturation

R 72 of 255 = 28%
G 197 of 255 = 77%
B 178 of 255 = 70%

72
197
178

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

Portions of RGB colors in percentages

R + G + B =
72 + 197 + 178 = 447 (100%)
R 72 of 447 ~ 16.11%
G 197 of 447 ~ 44.07%
B 178 of 447 ~ 39.82%

%16.11
%44.07
%39.82

CMYK color model

#48C5B2 color CMYK value is (63,0,10,23).

  • cyan value is 63.45%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 22.75%
CMYK:
(63,0,10,23)
C63M0Y10K23 
(63%,0%,10%,23%)
(0.63/0.00/0.10/0.23)	

CMYK percentages

%63.45
%0
%9.64
%22.75

Codes

Color #48C5B2 in popluar color models

48C5B2
RGB72197178
HSL171°51.87%52.75%
HSB/HSV171°63.45%77.25%
CMYK63.45%0.00%9.64%
22.75%

Color #48C5B2 in popluar number systems.

HEX48C5B2
Decimal72197178
Binary10010001100010110110010
Octal110305262

Shades and tints

Shades of #48C5B2

#48C5B2
(72,197,178)
#42B4A2
(66,180,162)
#3CA392
(60,163,146)
#369282
(54,146,130)
#308172
(48,129,114)
#2A7062
(42,112,98)
#245F52
(36,95,82)
#1E4E42
(30,78,66)
#183D32
(24,61,50)
#122C22
(18,44,34)
#0C1B12
(12,27,18)
#000000
(0,0,0)

Tints of #48C5B2

#48C5B2
(72,197,178)
#58CAB9
(88,202,185)
#68CFC0
(104,207,192)
#78D4C7
(120,212,199)
#88D9CE
(136,217,206)
#98DED5
(152,222,213)
#A8E3DC
(168,227,220)
#B8E8E3
(184,232,227)
#C8EDEA
(200,237,234)
#D8F2F1
(216,242,241)
#E8F7F8
(232,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48C5B2; }

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

This text font color is #48C5B2.


Background Color

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

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

This div background color is #48C5B2.


Border color

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

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

This div border color is #48C5B2.


Opacity

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

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

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

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

This text has shadow with #48C5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C5B2 on black background.


Color preview on white background

This text has color #48C5B2 on white background.



Black color preview on #48C5B2 background

This text has black color on #48C5B2 background.


White color preview on #48C5B2 background

This text has white color on #48C5B2 background.