COLOR #48C0B8

HEX: #48C0B8
RGB: (72,192,184)

Color info

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

RGB color model

#48C0B8 color RGB value is (72,192,184).

  • red value is 72;
  • green value is 192;
  • blue value is 184.
RGB:
(72,192,184)
(28%,75%,72%)

RGB channels and saturation

R 72 of 255 = 28%
G 192 of 255 = 75%
B 184 of 255 = 72%

72
192
184

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

Portions of RGB colors in percentages

R + G + B =
72 + 192 + 184 = 448 (100%)
R 72 of 448 ~ 16.07%
G 192 of 448 ~ 42.86%
B 184 of 448 ~ 41.07%

%16.07
%42.86
%41.07

CMYK color model

#48C0B8 color CMYK value is (63,0,4,25).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 24.71%
CMYK:
(63,0,4,25)
C63M0Y4K25 
(63%,0%,4%,25%)
(0.63/0.00/0.04/0.25)	

CMYK percentages

%62.5
%0
%4.17
%24.71

Codes

Color #48C0B8 in popluar color models

48C0B8
RGB72192184
HSL176°48.78%51.76%
HSB/HSV176°62.50%75.29%
CMYK62.50%0.00%4.17%
24.71%

Color #48C0B8 in popluar number systems.

HEX48C0B8
Decimal72192184
Binary10010001100000010111000
Octal110300270

Shades and tints

Shades of #48C0B8

#48C0B8
(72,192,184)
#42AFA8
(66,175,168)
#3C9E98
(60,158,152)
#368D88
(54,141,136)
#307C78
(48,124,120)
#2A6B68
(42,107,104)
#245A58
(36,90,88)
#1E4948
(30,73,72)
#183838
(24,56,56)
#122728
(18,39,40)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #48C0B8

#48C0B8
(72,192,184)
#58C5BE
(88,197,190)
#68CAC4
(104,202,196)
#78CFCA
(120,207,202)
#88D4D0
(136,212,208)
#98D9D6
(152,217,214)
#A8DEDC
(168,222,220)
#B8E3E2
(184,227,226)
#C8E8E8
(200,232,232)
#D8EDEE
(216,237,238)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C0B8 color. Also use rgb(72,192,184) instead hex code.

Text Font Color

.myTextColor { color: #48C0B8; }

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

This text font color is #48C0B8.


Background Color

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

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

This div background color is #48C0B8.


Border color

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

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

This div border color is #48C0B8.


Opacity

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

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

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

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

This text has shadow with #48C0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C0B8 on black background.


Color preview on white background

This text has color #48C0B8 on white background.



Black color preview on #48C0B8 background

This text has black color on #48C0B8 background.


White color preview on #48C0B8 background

This text has white color on #48C0B8 background.