COLOR #48D5CE

HEX: #48D5CE
RGB: (72,213,206)

Color info

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

RGB color model

#48D5CE color RGB value is (72,213,206).

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

RGB channels and saturation

R 72 of 255 = 28%
G 213 of 255 = 84%
B 206 of 255 = 81%

72
213
206

R + G + B ~ 64%. #48D5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 213 + 206 = 491 (100%)
R 72 of 491 ~ 14.66%
G 213 of 491 ~ 43.38%
B 206 of 491 ~ 41.96%

%14.66
%43.38
%41.96

CMYK color model

#48D5CE color CMYK value is (66,0,3,16).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(66,0,3,16)
C66M0Y3K16 
(66%,0%,3%,16%)
(0.66/0.00/0.03/0.16)	

CMYK percentages

%66.2
%0
%3.29
%16.47

Codes

Color #48D5CE in popluar color models

48D5CE
RGB72213206
HSL177°62.67%55.88%
HSB/HSV177°66.20%83.53%
CMYK66.20%0.00%3.29%
16.47%

Color #48D5CE in popluar number systems.

HEX48D5CE
Decimal72213206
Binary10010001101010111001110
Octal110325316

Shades and tints

Shades of #48D5CE

#48D5CE
(72,213,206)
#42C2BC
(66,194,188)
#3CAFAA
(60,175,170)
#369C98
(54,156,152)
#308986
(48,137,134)
#2A7674
(42,118,116)
#246362
(36,99,98)
#1E5050
(30,80,80)
#183D3E
(24,61,62)
#122A2C
(18,42,44)
#0C171A
(12,23,26)
#000000
(0,0,0)

Tints of #48D5CE

#48D5CE
(72,213,206)
#58D8D2
(88,216,210)
#68DBD6
(104,219,214)
#78DEDA
(120,222,218)
#88E1DE
(136,225,222)
#98E4E2
(152,228,226)
#A8E7E6
(168,231,230)
#B8EAEA
(184,234,234)
#C8EDEE
(200,237,238)
#D8F0F2
(216,240,242)
#E8F3F6
(232,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48D5CE; }

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

This text font color is #48D5CE.


Background Color

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

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

This div background color is #48D5CE.


Border color

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

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

This div border color is #48D5CE.


Opacity

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

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

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

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

This text has shadow with #48D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D5CE on black background.


Color preview on white background

This text has color #48D5CE on white background.



Black color preview on #48D5CE background

This text has black color on #48D5CE background.


White color preview on #48D5CE background

This text has white color on #48D5CE background.