COLOR #48E6D6

HEX: #48E6D6
RGB: (72,230,214)

Color info

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

RGB color model

#48E6D6 color RGB value is (72,230,214).

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

RGB channels and saturation

R 72 of 255 = 28%
G 230 of 255 = 90%
B 214 of 255 = 84%

72
230
214

R + G + B ~ 67%. #48E6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 230 + 214 = 516 (100%)
R 72 of 516 ~ 13.95%
G 230 of 516 ~ 44.57%
B 214 of 516 ~ 41.47%

%13.95
%44.57
%41.47

CMYK color model

#48E6D6 color CMYK value is (69,0,7,10).

  • cyan value is 68.70%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(69,0,7,10)
C69M0Y7K10 
(69%,0%,7%,10%)
(0.69/0.00/0.07/0.10)	

CMYK percentages

%68.7
%0
%6.96
%9.8

Codes

Color #48E6D6 in popluar color models

48E6D6
RGB72230214
HSL174°75.96%59.22%
HSB/HSV174°68.70%90.20%
CMYK68.70%0.00%6.96%
9.80%

Color #48E6D6 in popluar number systems.

HEX48E6D6
Decimal72230214
Binary10010001110011011010110
Octal110346326

Shades and tints

Shades of #48E6D6

#48E6D6
(72,230,214)
#42D2C3
(66,210,195)
#3CBEB0
(60,190,176)
#36AA9D
(54,170,157)
#30968A
(48,150,138)
#2A8277
(42,130,119)
#246E64
(36,110,100)
#1E5A51
(30,90,81)
#18463E
(24,70,62)
#12322B
(18,50,43)
#0C1E18
(12,30,24)
#000000
(0,0,0)

Tints of #48E6D6

#48E6D6
(72,230,214)
#58E8D9
(88,232,217)
#68EADC
(104,234,220)
#78ECDF
(120,236,223)
#88EEE2
(136,238,226)
#98F0E5
(152,240,229)
#A8F2E8
(168,242,232)
#B8F4EB
(184,244,235)
#C8F6EE
(200,246,238)
#D8F8F1
(216,248,241)
#E8FAF4
(232,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48E6D6; }

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

This text font color is #48E6D6.


Background Color

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

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

This div background color is #48E6D6.


Border color

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

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

This div border color is #48E6D6.


Opacity

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

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

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

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

This text has shadow with #48E6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E6D6 on black background.


Color preview on white background

This text has color #48E6D6 on white background.



Black color preview on #48E6D6 background

This text has black color on #48E6D6 background.


White color preview on #48E6D6 background

This text has white color on #48E6D6 background.