COLOR #48C4AC

HEX: #48C4AC
RGB: (72,196,172)

Color info

#48C4AC contains mainly green and blue colors. Web safe color of #48C4AC is #33CC99 (or #3C9).

RGB color model

#48C4AC color RGB value is (72,196,172).

  • red value is 72;
  • green value is 196;
  • blue value is 172.
RGB:
(72,196,172)
(28%,77%,67%)

RGB channels and saturation

R 72 of 255 = 28%
G 196 of 255 = 77%
B 172 of 255 = 67%

72
196
172

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

Portions of RGB colors in percentages

R + G + B =
72 + 196 + 172 = 440 (100%)
R 72 of 440 ~ 16.36%
G 196 of 440 ~ 44.55%
B 172 of 440 ~ 39.09%

%16.36
%44.55
%39.09

CMYK color model

#48C4AC color CMYK value is (63,0,12,23).

  • cyan value is 63.27%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(63,0,12,23)
C63M0Y12K23 
(63%,0%,12%,23%)
(0.63/0.00/0.12/0.23)	

CMYK percentages

%63.27
%0
%12.24
%23.14

Codes

Color #48C4AC in popluar color models

48C4AC
RGB72196172
HSL168°51.24%52.55%
HSB/HSV168°63.27%76.86%
CMYK63.27%0.00%12.24%
23.14%

Color #48C4AC in popluar number systems.

HEX48C4AC
Decimal72196172
Binary10010001100010010101100
Octal110304254

Shades and tints

Shades of #48C4AC

#48C4AC
(72,196,172)
#42B39D
(66,179,157)
#3CA28E
(60,162,142)
#36917F
(54,145,127)
#308070
(48,128,112)
#2A6F61
(42,111,97)
#245E52
(36,94,82)
#1E4D43
(30,77,67)
#183C34
(24,60,52)
#122B25
(18,43,37)
#0C1A16
(12,26,22)
#000000
(0,0,0)

Tints of #48C4AC

#48C4AC
(72,196,172)
#58C9B3
(88,201,179)
#68CEBA
(104,206,186)
#78D3C1
(120,211,193)
#88D8C8
(136,216,200)
#98DDCF
(152,221,207)
#A8E2D6
(168,226,214)
#B8E7DD
(184,231,221)
#C8ECE4
(200,236,228)
#D8F1EB
(216,241,235)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C4AC color. Also use rgb(72,196,172) instead hex code.

Text Font Color

.myTextColor { color: #48C4AC; }

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

This text font color is #48C4AC.


Background Color

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

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

This div background color is #48C4AC.


Border color

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

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

This div border color is #48C4AC.


Opacity

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

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

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

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

This text has shadow with #48C4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C4AC on black background.


Color preview on white background

This text has color #48C4AC on white background.



Black color preview on #48C4AC background

This text has black color on #48C4AC background.


White color preview on #48C4AC background

This text has white color on #48C4AC background.