COLOR #48E1B4

HEX: #48E1B4
RGB: (72,225,180)

Color info

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

RGB color model

#48E1B4 color RGB value is (72,225,180).

  • red value is 72;
  • green value is 225;
  • blue value is 180.
RGB:
(72,225,180)
(28%,88%,71%)

RGB channels and saturation

R 72 of 255 = 28%
G 225 of 255 = 88%
B 180 of 255 = 71%

72
225
180

R + G + B ~ 62%. #48E1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 225 + 180 = 477 (100%)
R 72 of 477 ~ 15.09%
G 225 of 477 ~ 47.17%
B 180 of 477 ~ 37.74%

%15.09
%47.17
%37.74

CMYK color model

#48E1B4 color CMYK value is (68,0,20,12).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 11.76%
CMYK:
(68,0,20,12)
C68M0Y20K12 
(68%,0%,20%,12%)
(0.68/0.00/0.20/0.12)	

CMYK percentages

%68
%0
%20
%11.76

Codes

Color #48E1B4 in popluar color models

48E1B4
RGB72225180
HSL162°71.83%58.24%
HSB/HSV162°68.00%88.24%
CMYK68.00%0.00%20.00%
11.76%

Color #48E1B4 in popluar number systems.

HEX48E1B4
Decimal72225180
Binary10010001110000110110100
Octal110341264

Shades and tints

Shades of #48E1B4

#48E1B4
(72,225,180)
#42CDA4
(66,205,164)
#3CB994
(60,185,148)
#36A584
(54,165,132)
#309174
(48,145,116)
#2A7D64
(42,125,100)
#246954
(36,105,84)
#1E5544
(30,85,68)
#184134
(24,65,52)
#122D24
(18,45,36)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #48E1B4

#48E1B4
(72,225,180)
#58E3BA
(88,227,186)
#68E5C0
(104,229,192)
#78E7C6
(120,231,198)
#88E9CC
(136,233,204)
#98EBD2
(152,235,210)
#A8EDD8
(168,237,216)
#B8EFDE
(184,239,222)
#C8F1E4
(200,241,228)
#D8F3EA
(216,243,234)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E1B4 color. Also use rgb(72,225,180) instead hex code.

Text Font Color

.myTextColor { color: #48E1B4; }

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

This text font color is #48E1B4.


Background Color

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

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

This div background color is #48E1B4.


Border color

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

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

This div border color is #48E1B4.


Opacity

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

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

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

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

This text has shadow with #48E1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E1B4 on black background.


Color preview on white background

This text has color #48E1B4 on white background.



Black color preview on #48E1B4 background

This text has black color on #48E1B4 background.


White color preview on #48E1B4 background

This text has white color on #48E1B4 background.