COLOR #48ECDC

HEX: #48ECDC
RGB: (72,236,220)

Color info

#48ECDC contains mainly green and blue colors. Web safe color of #48ECDC is #33FFCC (or #3FC).

RGB color model

#48ECDC color RGB value is (72,236,220).

  • red value is 72;
  • green value is 236;
  • blue value is 220.
RGB:
(72,236,220)
(28%,93%,86%)

RGB channels and saturation

R 72 of 255 = 28%
G 236 of 255 = 93%
B 220 of 255 = 86%

72
236
220

R + G + B ~ 69%. #48ECDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 236 + 220 = 528 (100%)
R 72 of 528 ~ 13.64%
G 236 of 528 ~ 44.7%
B 220 of 528 ~ 41.67%

%13.64
%44.7
%41.67

CMYK color model

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

  • cyan value is 69.49%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(69,0,7,7)
C69M0Y7K7 
(69%,0%,7%,7%)
(0.69/0.00/0.07/0.07)	

CMYK percentages

%69.49
%0
%6.78
%7.45

Codes

Color #48ECDC in popluar color models

48ECDC
RGB72236220
HSL174°81.19%60.39%
HSB/HSV174°69.49%92.55%
CMYK69.49%0.00%6.78%
7.45%

Color #48ECDC in popluar number systems.

HEX48ECDC
Decimal72236220
Binary10010001110110011011100
Octal110354334

Shades and tints

Shades of #48ECDC

#48ECDC
(72,236,220)
#42D7C8
(66,215,200)
#3CC2B4
(60,194,180)
#36ADA0
(54,173,160)
#30988C
(48,152,140)
#2A8378
(42,131,120)
#246E64
(36,110,100)
#1E5950
(30,89,80)
#18443C
(24,68,60)
#122F28
(18,47,40)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #48ECDC

#48ECDC
(72,236,220)
#58EDDF
(88,237,223)
#68EEE2
(104,238,226)
#78EFE5
(120,239,229)
#88F0E8
(136,240,232)
#98F1EB
(152,241,235)
#A8F2EE
(168,242,238)
#B8F3F1
(184,243,241)
#C8F4F4
(200,244,244)
#D8F5F7
(216,245,247)
#E8F6FA
(232,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48ECDC color. Also use rgb(72,236,220) instead hex code.

Text Font Color

.myTextColor { color: #48ECDC; }

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

This text font color is #48ECDC.


Background Color

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

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

This div background color is #48ECDC.


Border color

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

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

This div border color is #48ECDC.


Opacity

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

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

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

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

This text has shadow with #48ECDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48ECDC on black background.


Color preview on white background

This text has color #48ECDC on white background.



Black color preview on #48ECDC background

This text has black color on #48ECDC background.


White color preview on #48ECDC background

This text has white color on #48ECDC background.