COLOR #48B7C6

HEX: #48B7C6
RGB: (72,183,198)

Color info

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

RGB color model

#48B7C6 color RGB value is (72,183,198).

  • red value is 72;
  • green value is 183;
  • blue value is 198.
RGB:
(72,183,198)
(28%,72%,78%)

RGB channels and saturation

R 72 of 255 = 28%
G 183 of 255 = 72%
B 198 of 255 = 78%

72
183
198

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

Portions of RGB colors in percentages

R + G + B =
72 + 183 + 198 = 453 (100%)
R 72 of 453 ~ 15.89%
G 183 of 453 ~ 40.4%
B 198 of 453 ~ 43.71%

%15.89
%40.4
%43.71

CMYK color model

#48B7C6 color CMYK value is (64,8,0,22).

  • cyan value is 63.64%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(64,8,0,22)
C64M8Y0K22 
(64%,8%,0%,22%)
(0.64/0.08/0.00/0.22)	

CMYK percentages

%63.64
%7.58
%0
%22.35

Codes

Color #48B7C6 in popluar color models

48B7C6
RGB72183198
HSL187°52.50%52.94%
HSB/HSV187°63.64%77.65%
CMYK63.64%7.58%0.00%
22.35%

Color #48B7C6 in popluar number systems.

HEX48B7C6
Decimal72183198
Binary10010001011011111000110
Octal110267306

Shades and tints

Shades of #48B7C6

#48B7C6
(72,183,198)
#42A7B4
(66,167,180)
#3C97A2
(60,151,162)
#368790
(54,135,144)
#30777E
(48,119,126)
#2A676C
(42,103,108)
#24575A
(36,87,90)
#1E4748
(30,71,72)
#183736
(24,55,54)
#122724
(18,39,36)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #48B7C6

#48B7C6
(72,183,198)
#58BDCB
(88,189,203)
#68C3D0
(104,195,208)
#78C9D5
(120,201,213)
#88CFDA
(136,207,218)
#98D5DF
(152,213,223)
#A8DBE4
(168,219,228)
#B8E1E9
(184,225,233)
#C8E7EE
(200,231,238)
#D8EDF3
(216,237,243)
#E8F3F8
(232,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B7C6 color. Also use rgb(72,183,198) instead hex code.

Text Font Color

.myTextColor { color: #48B7C6; }

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

This text font color is #48B7C6.


Background Color

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

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

This div background color is #48B7C6.


Border color

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

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

This div border color is #48B7C6.


Opacity

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

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

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

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

This text has shadow with #48B7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B7C6 on black background.


Color preview on white background

This text has color #48B7C6 on white background.



Black color preview on #48B7C6 background

This text has black color on #48B7C6 background.


White color preview on #48B7C6 background

This text has white color on #48B7C6 background.