COLOR #48D5BF

HEX: #48D5BF
RGB: (72,213,191)

Color info

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

RGB color model

#48D5BF color RGB value is (72,213,191).

  • red value is 72;
  • green value is 213;
  • blue value is 191.
RGB:
(72,213,191)
(28%,84%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 213 of 255 = 84%
B 191 of 255 = 75%

72
213
191

R + G + B ~ 62%. #48D5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 213 + 191 = 476 (100%)
R 72 of 476 ~ 15.13%
G 213 of 476 ~ 44.75%
B 191 of 476 ~ 40.13%

%15.13
%44.75
%40.13

CMYK color model

#48D5BF color CMYK value is (66,0,10,16).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(66,0,10,16)
C66M0Y10K16 
(66%,0%,10%,16%)
(0.66/0.00/0.10/0.16)	

CMYK percentages

%66.2
%0
%10.33
%16.47

Codes

Color #48D5BF in popluar color models

48D5BF
RGB72213191
HSL171°62.67%55.88%
HSB/HSV171°66.20%83.53%
CMYK66.20%0.00%10.33%
16.47%

Color #48D5BF in popluar number systems.

HEX48D5BF
Decimal72213191
Binary10010001101010110111111
Octal110325277

Shades and tints

Shades of #48D5BF

#48D5BF
(72,213,191)
#42C2AE
(66,194,174)
#3CAF9D
(60,175,157)
#369C8C
(54,156,140)
#30897B
(48,137,123)
#2A766A
(42,118,106)
#246359
(36,99,89)
#1E5048
(30,80,72)
#183D37
(24,61,55)
#122A26
(18,42,38)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #48D5BF

#48D5BF
(72,213,191)
#58D8C4
(88,216,196)
#68DBC9
(104,219,201)
#78DECE
(120,222,206)
#88E1D3
(136,225,211)
#98E4D8
(152,228,216)
#A8E7DD
(168,231,221)
#B8EAE2
(184,234,226)
#C8EDE7
(200,237,231)
#D8F0EC
(216,240,236)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D5BF color. Also use rgb(72,213,191) instead hex code.

Text Font Color

.myTextColor { color: #48D5BF; }

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

This text font color is #48D5BF.


Background Color

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

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

This div background color is #48D5BF.


Border color

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

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

This div border color is #48D5BF.


Opacity

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

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

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

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

This text has shadow with #48D5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D5BF on black background.


Color preview on white background

This text has color #48D5BF on white background.



Black color preview on #48D5BF background

This text has black color on #48D5BF background.


White color preview on #48D5BF background

This text has white color on #48D5BF background.