COLOR #48E2F1

HEX: #48E2F1
RGB: (72,226,241)

Color info

#48E2F1 contains mainly green and blue colors. Web safe color of #48E2F1 is #33CCFF (or #3CF).

RGB color model

#48E2F1 color RGB value is (72,226,241).

  • red value is 72;
  • green value is 226;
  • blue value is 241.
RGB:
(72,226,241)
(28%,89%,95%)

RGB channels and saturation

R 72 of 255 = 28%
G 226 of 255 = 89%
B 241 of 255 = 95%

72
226
241

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

Portions of RGB colors in percentages

R + G + B =
72 + 226 + 241 = 539 (100%)
R 72 of 539 ~ 13.36%
G 226 of 539 ~ 41.93%
B 241 of 539 ~ 44.71%

%13.36
%41.93
%44.71

CMYK color model

#48E2F1 color CMYK value is (70,6,0,5).

  • cyan value is 70.12%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(70,6,0,5)
C70M6Y0K5 
(70%,6%,0%,5%)
(0.70/0.06/0.00/0.05)	

CMYK percentages

%70.12
%6.22
%0
%5.49

Codes

Color #48E2F1 in popluar color models

48E2F1
RGB72226241
HSL185°85.79%61.37%
HSB/HSV185°70.12%94.51%
CMYK70.12%6.22%0.00%
5.49%

Color #48E2F1 in popluar number systems.

HEX48E2F1
Decimal72226241
Binary10010001110001011110001
Octal110342361

Shades and tints

Shades of #48E2F1

#48E2F1
(72,226,241)
#42CEDC
(66,206,220)
#3CBAC7
(60,186,199)
#36A6B2
(54,166,178)
#30929D
(48,146,157)
#2A7E88
(42,126,136)
#246A73
(36,106,115)
#1E565E
(30,86,94)
#184249
(24,66,73)
#122E34
(18,46,52)
#0C1A1F
(12,26,31)
#000000
(0,0,0)

Tints of #48E2F1

#48E2F1
(72,226,241)
#58E4F2
(88,228,242)
#68E6F3
(104,230,243)
#78E8F4
(120,232,244)
#88EAF5
(136,234,245)
#98ECF6
(152,236,246)
#A8EEF7
(168,238,247)
#B8F0F8
(184,240,248)
#C8F2F9
(200,242,249)
#D8F4FA
(216,244,250)
#E8F6FB
(232,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E2F1 color. Also use rgb(72,226,241) instead hex code.

Text Font Color

.myTextColor { color: #48E2F1; }

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

This text font color is #48E2F1.


Background Color

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

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

This div background color is #48E2F1.


Border color

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

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

This div border color is #48E2F1.


Opacity

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

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

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

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

This text has shadow with #48E2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E2F1 on black background.


Color preview on white background

This text has color #48E2F1 on white background.



Black color preview on #48E2F1 background

This text has black color on #48E2F1 background.


White color preview on #48E2F1 background

This text has white color on #48E2F1 background.