COLOR #48CED6

HEX: #48CED6
RGB: (72,206,214)

Color info

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

RGB color model

#48CED6 color RGB value is (72,206,214).

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

RGB channels and saturation

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

72
206
214

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

Portions of RGB colors in percentages

R + G + B =
72 + 206 + 214 = 492 (100%)
R 72 of 492 ~ 14.63%
G 206 of 492 ~ 41.87%
B 214 of 492 ~ 43.5%

%14.63
%41.87
%43.5

CMYK color model

#48CED6 color CMYK value is (66,4,0,16).

  • cyan value is 66.36%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(66,4,0,16)
C66M4Y0K16 
(66%,4%,0%,16%)
(0.66/0.04/0.00/0.16)	

CMYK percentages

%66.36
%3.74
%0
%16.08

Codes

Color #48CED6 in popluar color models

48CED6
RGB72206214
HSL183°63.39%56.08%
HSB/HSV183°66.36%83.92%
CMYK66.36%3.74%0.00%
16.08%

Color #48CED6 in popluar number systems.

HEX48CED6
Decimal72206214
Binary10010001100111011010110
Octal110316326

Shades and tints

Shades of #48CED6

#48CED6
(72,206,214)
#42BCC3
(66,188,195)
#3CAAB0
(60,170,176)
#36989D
(54,152,157)
#30868A
(48,134,138)
#2A7477
(42,116,119)
#246264
(36,98,100)
#1E5051
(30,80,81)
#183E3E
(24,62,62)
#122C2B
(18,44,43)
#0C1A18
(12,26,24)
#000000
(0,0,0)

Tints of #48CED6

#48CED6
(72,206,214)
#58D2D9
(88,210,217)
#68D6DC
(104,214,220)
#78DADF
(120,218,223)
#88DEE2
(136,222,226)
#98E2E5
(152,226,229)
#A8E6E8
(168,230,232)
#B8EAEB
(184,234,235)
#C8EEEE
(200,238,238)
#D8F2F1
(216,242,241)
#E8F6F4
(232,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48CED6; }

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

This text font color is #48CED6.


Background Color

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

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

This div background color is #48CED6.


Border color

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

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

This div border color is #48CED6.


Opacity

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

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

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

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

This text has shadow with #48CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48CED6 on black background.


Color preview on white background

This text has color #48CED6 on white background.



Black color preview on #48CED6 background

This text has black color on #48CED6 background.


White color preview on #48CED6 background

This text has white color on #48CED6 background.