COLOR #48C7B6

HEX: #48C7B6
RGB: (72,199,182)

Color info

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

RGB color model

#48C7B6 color RGB value is (72,199,182).

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

RGB channels and saturation

R 72 of 255 = 28%
G 199 of 255 = 78%
B 182 of 255 = 71%

72
199
182

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

Portions of RGB colors in percentages

R + G + B =
72 + 199 + 182 = 453 (100%)
R 72 of 453 ~ 15.89%
G 199 of 453 ~ 43.93%
B 182 of 453 ~ 40.18%

%15.89
%43.93
%40.18

CMYK color model

#48C7B6 color CMYK value is (64,0,9,22).

  • cyan value is 63.82%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 21.96%
CMYK:
(64,0,9,22)
C64M0Y9K22 
(64%,0%,9%,22%)
(0.64/0.00/0.09/0.22)	

CMYK percentages

%63.82
%0
%8.54
%21.96

Codes

Color #48C7B6 in popluar color models

48C7B6
RGB72199182
HSL172°53.14%53.14%
HSB/HSV172°63.82%78.04%
CMYK63.82%0.00%8.54%
21.96%

Color #48C7B6 in popluar number systems.

HEX48C7B6
Decimal72199182
Binary10010001100011110110110
Octal110307266

Shades and tints

Shades of #48C7B6

#48C7B6
(72,199,182)
#42B5A6
(66,181,166)
#3CA396
(60,163,150)
#369186
(54,145,134)
#307F76
(48,127,118)
#2A6D66
(42,109,102)
#245B56
(36,91,86)
#1E4946
(30,73,70)
#183736
(24,55,54)
#122526
(18,37,38)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #48C7B6

#48C7B6
(72,199,182)
#58CCBC
(88,204,188)
#68D1C2
(104,209,194)
#78D6C8
(120,214,200)
#88DBCE
(136,219,206)
#98E0D4
(152,224,212)
#A8E5DA
(168,229,218)
#B8EAE0
(184,234,224)
#C8EFE6
(200,239,230)
#D8F4EC
(216,244,236)
#E8F9F2
(232,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48C7B6; }

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

This text font color is #48C7B6.


Background Color

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

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

This div background color is #48C7B6.


Border color

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

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

This div border color is #48C7B6.


Opacity

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

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

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

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

This text has shadow with #48C7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C7B6 on black background.


Color preview on white background

This text has color #48C7B6 on white background.



Black color preview on #48C7B6 background

This text has black color on #48C7B6 background.


White color preview on #48C7B6 background

This text has white color on #48C7B6 background.