COLOR #48E8A5

HEX: #48E8A5
RGB: (72,232,165)

Color info

#48E8A5 contains mainly green color. Web safe color of #48E8A5 is #33FF99 (or #3F9).

RGB color model

#48E8A5 color RGB value is (72,232,165).

  • red value is 72;
  • green value is 232;
  • blue value is 165.
RGB:
(72,232,165)
(28%,91%,65%)

RGB channels and saturation

R 72 of 255 = 28%
G 232 of 255 = 91%
B 165 of 255 = 65%

72
232
165

R + G + B ~ 61%. #48E8A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 232 + 165 = 469 (100%)
R 72 of 469 ~ 15.35%
G 232 of 469 ~ 49.47%
B 165 of 469 ~ 35.18%

%15.35
%49.47
%35.18

CMYK color model

#48E8A5 color CMYK value is (69,0,29,9).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(69,0,29,9)
C69M0Y29K9 
(69%,0%,29%,9%)
(0.69/0.00/0.29/0.09)	

CMYK percentages

%68.97
%0
%28.88
%9.02

Codes

Color #48E8A5 in popluar color models

48E8A5
RGB72232165
HSL155°77.67%59.61%
HSB/HSV155°68.97%90.98%
CMYK68.97%0.00%28.88%
9.02%

Color #48E8A5 in popluar number systems.

HEX48E8A5
Decimal72232165
Binary10010001110100010100101
Octal110350245

Shades and tints

Shades of #48E8A5

#48E8A5
(72,232,165)
#42D396
(66,211,150)
#3CBE87
(60,190,135)
#36A978
(54,169,120)
#309469
(48,148,105)
#2A7F5A
(42,127,90)
#246A4B
(36,106,75)
#1E553C
(30,85,60)
#18402D
(24,64,45)
#122B1E
(18,43,30)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #48E8A5

#48E8A5
(72,232,165)
#58EAAD
(88,234,173)
#68ECB5
(104,236,181)
#78EEBD
(120,238,189)
#88F0C5
(136,240,197)
#98F2CD
(152,242,205)
#A8F4D5
(168,244,213)
#B8F6DD
(184,246,221)
#C8F8E5
(200,248,229)
#D8FAED
(216,250,237)
#E8FCF5
(232,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E8A5 color. Also use rgb(72,232,165) instead hex code.

Text Font Color

.myTextColor { color: #48E8A5; }

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

This text font color is #48E8A5.


Background Color

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

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

This div background color is #48E8A5.


Border color

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

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

This div border color is #48E8A5.


Opacity

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

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

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

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

This text has shadow with #48E8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E8A5 on black background.


Color preview on white background

This text has color #48E8A5 on white background.



Black color preview on #48E8A5 background

This text has black color on #48E8A5 background.


White color preview on #48E8A5 background

This text has white color on #48E8A5 background.