COLOR #48AE99

HEX: #48AE99
RGB: (72,174,153)

Color info

#48AE99 contains mainly green and blue colors. Web safe color of #48AE99 is #339999 (or #399).

RGB color model

#48AE99 color RGB value is (72,174,153).

  • red value is 72;
  • green value is 174;
  • blue value is 153.
RGB:
(72,174,153)
(28%,68%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 174 of 255 = 68%
B 153 of 255 = 60%

72
174
153

R + G + B ~ 52%. #48AE99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 174 + 153 = 399 (100%)
R 72 of 399 ~ 18.05%
G 174 of 399 ~ 43.61%
B 153 of 399 ~ 38.35%

%18.05
%43.61
%38.35

CMYK color model

#48AE99 color CMYK value is (59,0,12,32).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(59,0,12,32)
C59M0Y12K32 
(59%,0%,12%,32%)
(0.59/0.00/0.12/0.32)	

CMYK percentages

%58.62
%0
%12.07
%31.76

Codes

Color #48AE99 in popluar color models

48AE99
RGB72174153
HSL168°41.46%48.24%
HSB/HSV168°58.62%68.24%
CMYK58.62%0.00%12.07%
31.76%

Color #48AE99 in popluar number systems.

HEX48AE99
Decimal72174153
Binary10010001010111010011001
Octal110256231

Shades and tints

Shades of #48AE99

#48AE99
(72,174,153)
#429F8C
(66,159,140)
#3C907F
(60,144,127)
#368172
(54,129,114)
#307265
(48,114,101)
#2A6358
(42,99,88)
#24544B
(36,84,75)
#1E453E
(30,69,62)
#183631
(24,54,49)
#122724
(18,39,36)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #48AE99

#48AE99
(72,174,153)
#58B5A2
(88,181,162)
#68BCAB
(104,188,171)
#78C3B4
(120,195,180)
#88CABD
(136,202,189)
#98D1C6
(152,209,198)
#A8D8CF
(168,216,207)
#B8DFD8
(184,223,216)
#C8E6E1
(200,230,225)
#D8EDEA
(216,237,234)
#E8F4F3
(232,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AE99 color. Also use rgb(72,174,153) instead hex code.

Text Font Color

.myTextColor { color: #48AE99; }

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

This text font color is #48AE99.


Background Color

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

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

This div background color is #48AE99.


Border color

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

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

This div border color is #48AE99.


Opacity

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

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

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

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

This text has shadow with #48AE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AE99 on black background.


Color preview on white background

This text has color #48AE99 on white background.



Black color preview on #48AE99 background

This text has black color on #48AE99 background.


White color preview on #48AE99 background

This text has white color on #48AE99 background.