COLOR #48EDEC

HEX: #48EDEC
RGB: (72,237,236)

Color info

#48EDEC contains mainly green and blue colors. Web safe color of #48EDEC is #33FFFF (or #3FF).

RGB color model

#48EDEC color RGB value is (72,237,236).

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

RGB channels and saturation

R 72 of 255 = 28%
G 237 of 255 = 93%
B 236 of 255 = 93%

72
237
236

R + G + B ~ 71%. #48EDEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 237 + 236 = 545 (100%)
R 72 of 545 ~ 13.21%
G 237 of 545 ~ 43.49%
B 236 of 545 ~ 43.3%

%13.21
%43.49
%43.3

CMYK color model

#48EDEC color CMYK value is (70,0,0,7).

  • cyan value is 69.62%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(70,0,0,7)
C70M0Y0K7 
(70%,0%,0%,7%)
(0.70/0.00/0.00/0.07)	

CMYK percentages

%69.62
%0
%0.42
%7.06

Codes

Color #48EDEC in popluar color models

48EDEC
RGB72237236
HSL180°82.09%60.59%
HSB/HSV180°69.62%92.94%
CMYK69.62%0.00%0.42%
7.06%

Color #48EDEC in popluar number systems.

HEX48EDEC
Decimal72237236
Binary10010001110110111101100
Octal110355354

Shades and tints

Shades of #48EDEC

#48EDEC
(72,237,236)
#42D8D7
(66,216,215)
#3CC3C2
(60,195,194)
#36AEAD
(54,174,173)
#309998
(48,153,152)
#2A8483
(42,132,131)
#246F6E
(36,111,110)
#1E5A59
(30,90,89)
#184544
(24,69,68)
#12302F
(18,48,47)
#0C1B1A
(12,27,26)
#000000
(0,0,0)

Tints of #48EDEC

#48EDEC
(72,237,236)
#58EEED
(88,238,237)
#68EFEE
(104,239,238)
#78F0EF
(120,240,239)
#88F1F0
(136,241,240)
#98F2F1
(152,242,241)
#A8F3F2
(168,243,242)
#B8F4F3
(184,244,243)
#C8F5F4
(200,245,244)
#D8F6F5
(216,246,245)
#E8F7F6
(232,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48EDEC; }

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

This text font color is #48EDEC.


Background Color

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

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

This div background color is #48EDEC.


Border color

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

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

This div border color is #48EDEC.


Opacity

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

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

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

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

This text has shadow with #48EDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48EDEC on black background.


Color preview on white background

This text has color #48EDEC on white background.



Black color preview on #48EDEC background

This text has black color on #48EDEC background.


White color preview on #48EDEC background

This text has white color on #48EDEC background.