COLOR #48D7CF

HEX: #48D7CF
RGB: (72,215,207)

Color info

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

RGB color model

#48D7CF color RGB value is (72,215,207).

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

RGB channels and saturation

R 72 of 255 = 28%
G 215 of 255 = 84%
B 207 of 255 = 81%

72
215
207

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

Portions of RGB colors in percentages

R + G + B =
72 + 215 + 207 = 494 (100%)
R 72 of 494 ~ 14.57%
G 215 of 494 ~ 43.52%
B 207 of 494 ~ 41.9%

%14.57
%43.52
%41.9

CMYK color model

#48D7CF color CMYK value is (67,0,4,16).

  • cyan value is 66.51%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 15.69%
CMYK:
(67,0,4,16)
C67M0Y4K16 
(67%,0%,4%,16%)
(0.67/0.00/0.04/0.16)	

CMYK percentages

%66.51
%0
%3.72
%15.69

Codes

Color #48D7CF in popluar color models

48D7CF
RGB72215207
HSL177°64.13%56.27%
HSB/HSV177°66.51%84.31%
CMYK66.51%0.00%3.72%
15.69%

Color #48D7CF in popluar number systems.

HEX48D7CF
Decimal72215207
Binary10010001101011111001111
Octal110327317

Shades and tints

Shades of #48D7CF

#48D7CF
(72,215,207)
#42C4BD
(66,196,189)
#3CB1AB
(60,177,171)
#369E99
(54,158,153)
#308B87
(48,139,135)
#2A7875
(42,120,117)
#246563
(36,101,99)
#1E5251
(30,82,81)
#183F3F
(24,63,63)
#122C2D
(18,44,45)
#0C191B
(12,25,27)
#000000
(0,0,0)

Tints of #48D7CF

#48D7CF
(72,215,207)
#58DAD3
(88,218,211)
#68DDD7
(104,221,215)
#78E0DB
(120,224,219)
#88E3DF
(136,227,223)
#98E6E3
(152,230,227)
#A8E9E7
(168,233,231)
#B8ECEB
(184,236,235)
#C8EFEF
(200,239,239)
#D8F2F3
(216,242,243)
#E8F5F7
(232,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D7CF color. Also use rgb(72,215,207) instead hex code.

Text Font Color

.myTextColor { color: #48D7CF; }

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

This text font color is #48D7CF.


Background Color

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

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

This div background color is #48D7CF.


Border color

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

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

This div border color is #48D7CF.


Opacity

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

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

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

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

This text has shadow with #48D7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D7CF on black background.


Color preview on white background

This text has color #48D7CF on white background.



Black color preview on #48D7CF background

This text has black color on #48D7CF background.


White color preview on #48D7CF background

This text has white color on #48D7CF background.