COLOR #48AB8F

HEX: #48AB8F RGB: (72,171,143)

Color info

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

RGB color model

#48AB8F color RGB value is (72,171,143).

RGB: (72,171,143) (28%, 67%, 56%)

RGB channels and saturation

R 72 of 255 = 28%
G 171 of 255 = 67%
B 143 of 255 = 56%

72
171
143

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

Portions of RGB colors in percentages

R + G + B = 72 + 171 + 143 = 386 (100%)
R 72 of 386 ~ 18.65%
G 171 of 386 ~ 44.3%
B 143 of 386 ~ 37.05'%

%18.65
%44.3
%37.05

CMYK color model

#48AB8F color CMYK value is (58,0,16,33).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK: (58,0,16,33) C58M0Y16K33 (58%,0%,16%,33%) (0.58/0.00/0.16/0.33) 

CMYK percentages

%57.89
%0
%16.37
%32.94

Codes

Color #48AB8F in popluar color models

48 AB 8F
RGB 72 171 143
HSL 163° 40.74% 47.65%
HSB/HSV 163° 57.89% 67.06%
CMYK 57.89% 0.00% 16.37%
32.94%

Color #48AB8F in popluar number systems.

HEX 48 AB 8F
Decimal 72 171 143
Binary 1001000 10101011 10001111
Octal 110 253 217

Shades and tints

Shades of #48AB8F

#48AB8F
(72,171,143)
#429C82
(66,156,130)
#3C8D75
(60,141,117)
#367E68
(54,126,104)
#306F5B
(48,111,91)
#2A604E
(42,96,78)
#245141
(36,81,65)
#1E4234
(30,66,52)
#183327
(24,51,39)
#12241A
(18,36,26)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #48AB8F

#48AB8F
(72,171,143)
#58B299
(88,178,153)
#68B9A3
(104,185,163)
#78C0AD
(120,192,173)
#88C7B7
(136,199,183)
#98CEC1
(152,206,193)
#A8D5CB
(168,213,203)
#B8DCD5
(184,220,213)
#C8E3DF
(200,227,223)
#D8EAE9
(216,234,233)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AB8F color. Also use rgb(72,171,143) instead hex code.

Text Font Color

.myTextColor { color: #48AB8F; }

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

This text font color is #48AB8F.

Background Color

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

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

This div background color is #48AB8F.

Border color

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

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

This div border color is #48AB8F.

Opacity

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

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

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

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

This text has shadow with #48AB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48AB8F.

Preview

Color preview on black background

This text has color #48AB8F on black background.


Color preview on white background

This text has color #48AB8F on white background.


Black color preview on #48AB8F background

This text has black color on #48AB8F background.


White color preview on #48AB8F background

This text has white color on #48AB8F background.


Related colors

Complementary color

Complementary color for #hex is #B75470.


I love getcolorcode.com

Triadic colors

1 #8F48AB and #AB8F48 with #48AB8F are triadic colors.

2 #8FAB48 and #AB488F with #48AB8F are triadic colors.