COLOR #48AE9F

HEX: #48AE9F
RGB: (72,174,159)

Color info

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

RGB color model

#48AE9F color RGB value is (72,174,159).

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

RGB channels and saturation

R 72 of 255 = 28%
G 174 of 255 = 68%
B 159 of 255 = 62%

72
174
159

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

Portions of RGB colors in percentages

R + G + B =
72 + 174 + 159 = 405 (100%)
R 72 of 405 ~ 17.78%
G 174 of 405 ~ 42.96%
B 159 of 405 ~ 39.26%

%17.78
%42.96
%39.26

CMYK color model

#48AE9F color CMYK value is (59,0,9,32).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(59,0,9,32)
C59M0Y9K32 
(59%,0%,9%,32%)
(0.59/0.00/0.09/0.32)	

CMYK percentages

%58.62
%0
%8.62
%31.76

Codes

Color #48AE9F in popluar color models

48AE9F
RGB72174159
HSL171°41.46%48.24%
HSB/HSV171°58.62%68.24%
CMYK58.62%0.00%8.62%
31.76%

Color #48AE9F in popluar number systems.

HEX48AE9F
Decimal72174159
Binary10010001010111010011111
Octal110256237

Shades and tints

Shades of #48AE9F

#48AE9F
(72,174,159)
#429F91
(66,159,145)
#3C9083
(60,144,131)
#368175
(54,129,117)
#307267
(48,114,103)
#2A6359
(42,99,89)
#24544B
(36,84,75)
#1E453D
(30,69,61)
#18362F
(24,54,47)
#122721
(18,39,33)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #48AE9F

#48AE9F
(72,174,159)
#58B5A7
(88,181,167)
#68BCAF
(104,188,175)
#78C3B7
(120,195,183)
#88CABF
(136,202,191)
#98D1C7
(152,209,199)
#A8D8CF
(168,216,207)
#B8DFD7
(184,223,215)
#C8E6DF
(200,230,223)
#D8EDE7
(216,237,231)
#E8F4EF
(232,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48AE9F; }

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

This text font color is #48AE9F.


Background Color

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

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

This div background color is #48AE9F.


Border color

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

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

This div border color is #48AE9F.


Opacity

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

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

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

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

This text has shadow with #48AE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AE9F on black background.


Color preview on white background

This text has color #48AE9F on white background.



Black color preview on #48AE9F background

This text has black color on #48AE9F background.


White color preview on #48AE9F background

This text has white color on #48AE9F background.