COLOR #48AAA9

HEX: #48AAA9 RGB: (72,170,169)

Color info

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

RGB color model

#48AAA9 color RGB value is (72,170,169).

RGB: (72,170,169) (28%, 67%, 66%)

RGB channels and saturation

R 72 of 255 = 28%
G 170 of 255 = 67%
B 169 of 255 = 66%

72
170
169

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

Portions of RGB colors in percentages

R + G + B = 72 + 170 + 169 = 411 (100%)
R 72 of 411 ~ 17.52%
G 170 of 411 ~ 41.36%
B 169 of 411 ~ 41.12'%

%17.52
%41.36
%41.12

CMYK color model

#48AAA9 color CMYK value is (58,0,1,33).

  • cyan value is 57.65%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.33%

CMYK: (58,0,1,33)
C58M0Y1K33 (58%, 0%, 1%, 33%)
(0.58 / 0.00 / 0.01 / 0.33)

CMYK percentages

%57.65
%0
%0.59
%33.33

Codes

Color #48AAA9 in popluar color models

48 AA A9
RGB 72 170 169
HSL 179° 40.50% 47.45%
HSB/HSV 179° 57.65% 66.67%
CMYK 57.65% 0.00% 0.59%
33.33%

Color #48AAA9 in popluar number systems.

HEX 48 AA A9
Decimal 72 170 169
Binary 1001000 10101010 10101001
Octal 110 252 251

Shades and tints

Shades of #48AAA9

#48AAA9
(72,170,169)
#429B9A
(66,155,154)
#3C8C8B
(60,140,139)
#367D7C
(54,125,124)
#306E6D
(48,110,109)
#2A5F5E
(42,95,94)
#24504F
(36,80,79)
#1E4140
(30,65,64)
#183231
(24,50,49)
#122322
(18,35,34)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #48AAA9

#48AAA9
(72,170,169)
#58B1B0
(88,177,176)
#68B8B7
(104,184,183)
#78BFBE
(120,191,190)
#88C6C5
(136,198,197)
#98CDCC
(152,205,204)
#A8D4D3
(168,212,211)
#B8DBDA
(184,219,218)
#C8E2E1
(200,226,225)
#D8E9E8
(216,233,232)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48AAA9; }

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

This text font color is #48AAA9.

Background Color

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

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

This div background color is #48AAA9.

Border color

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

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

This div border color is #48AAA9.

Opacity

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

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

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

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

This text has shadow with #48AAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48AAA9.

Preview

Color preview on black background

This text has color #48AAA9 on black background.


Color preview on white background

This text has color #48AAA9 on white background.


Black color preview on #48AAA9 background

This text has black color on #48AAA9 background.


White color preview on #48AAA9 background

This text has white color on #48AAA9 background.


Related colors

Complementary color

Complementary color for #hex is #B75556.


I love getcolorcode.com

Triadic colors

1 #A948AA and #AAA948 with #48AAA9 are triadic colors.

2 #A9AA48 and #AA48A9 with #48AAA9 are triadic colors.