COLOR #48AAB1

HEX: #48AAB1
RGB: (72,170,177)

Color info

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

RGB color model

#48AAB1 color RGB value is (72,170,177).

  • red value is 72;
  • green value is 170;
  • blue value is 177.
RGB:
(72,170,177)
(28%,67%,69%)

RGB channels and saturation

R 72 of 255 = 28%
G 170 of 255 = 67%
B 177 of 255 = 69%

72
170
177

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

Portions of RGB colors in percentages

R + G + B =
72 + 170 + 177 = 419 (100%)
R 72 of 419 ~ 17.18%
G 170 of 419 ~ 40.57%
B 177 of 419 ~ 42.24%

%17.18
%40.57
%42.24

CMYK color model

#48AAB1 color CMYK value is (59,4,0,31).

  • cyan value is 59.32%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(59,4,0,31)
C59M4Y0K31 
(59%,4%,0%,31%)
(0.59/0.04/0.00/0.31)	

CMYK percentages

%59.32
%3.95
%0
%30.59

Codes

Color #48AAB1 in popluar color models

48AAB1
RGB72170177
HSL184°42.17%48.82%
HSB/HSV184°59.32%69.41%
CMYK59.32%3.95%0.00%
30.59%

Color #48AAB1 in popluar number systems.

HEX48AAB1
Decimal72170177
Binary10010001010101010110001
Octal110252261

Shades and tints

Shades of #48AAB1

#48AAB1
(72,170,177)
#429BA1
(66,155,161)
#3C8C91
(60,140,145)
#367D81
(54,125,129)
#306E71
(48,110,113)
#2A5F61
(42,95,97)
#245051
(36,80,81)
#1E4141
(30,65,65)
#183231
(24,50,49)
#122321
(18,35,33)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #48AAB1

#48AAB1
(72,170,177)
#58B1B8
(88,177,184)
#68B8BF
(104,184,191)
#78BFC6
(120,191,198)
#88C6CD
(136,198,205)
#98CDD4
(152,205,212)
#A8D4DB
(168,212,219)
#B8DBE2
(184,219,226)
#C8E2E9
(200,226,233)
#D8E9F0
(216,233,240)
#E8F0F7
(232,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AAB1 color. Also use rgb(72,170,177) instead hex code.

Text Font Color

.myTextColor { color: #48AAB1; }

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

This text font color is #48AAB1.


Background Color

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

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

This div background color is #48AAB1.


Border color

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

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

This div border color is #48AAB1.


Opacity

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

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

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

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

This text has shadow with #48AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AAB1 on black background.


Color preview on white background

This text has color #48AAB1 on white background.



Black color preview on #48AAB1 background

This text has black color on #48AAB1 background.


White color preview on #48AAB1 background

This text has white color on #48AAB1 background.