COLOR #48CCA7

HEX: #48CCA7
RGB: (72,204,167)

Color info

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

RGB color model

#48CCA7 color RGB value is (72,204,167).

  • red value is 72;
  • green value is 204;
  • blue value is 167.
RGB:
(72,204,167)
(28%,80%,65%)

RGB channels and saturation

R 72 of 255 = 28%
G 204 of 255 = 80%
B 167 of 255 = 65%

72
204
167

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

Portions of RGB colors in percentages

R + G + B =
72 + 204 + 167 = 443 (100%)
R 72 of 443 ~ 16.25%
G 204 of 443 ~ 46.05%
B 167 of 443 ~ 37.7%

%16.25
%46.05
%37.7

CMYK color model

#48CCA7 color CMYK value is (65,0,18,20).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK:
(65,0,18,20)
C65M0Y18K20 
(65%,0%,18%,20%)
(0.65/0.00/0.18/0.20)	

CMYK percentages

%64.71
%0
%18.14
%20

Codes

Color #48CCA7 in popluar color models

48CCA7
RGB72204167
HSL163°56.41%54.12%
HSB/HSV163°64.71%80.00%
CMYK64.71%0.00%18.14%
20.00%

Color #48CCA7 in popluar number systems.

HEX48CCA7
Decimal72204167
Binary10010001100110010100111
Octal110314247

Shades and tints

Shades of #48CCA7

#48CCA7
(72,204,167)
#42BA98
(66,186,152)
#3CA889
(60,168,137)
#36967A
(54,150,122)
#30846B
(48,132,107)
#2A725C
(42,114,92)
#24604D
(36,96,77)
#1E4E3E
(30,78,62)
#183C2F
(24,60,47)
#122A20
(18,42,32)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #48CCA7

#48CCA7
(72,204,167)
#58D0AF
(88,208,175)
#68D4B7
(104,212,183)
#78D8BF
(120,216,191)
#88DCC7
(136,220,199)
#98E0CF
(152,224,207)
#A8E4D7
(168,228,215)
#B8E8DF
(184,232,223)
#C8ECE7
(200,236,231)
#D8F0EF
(216,240,239)
#E8F4F7
(232,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48CCA7 color. Also use rgb(72,204,167) instead hex code.

Text Font Color

.myTextColor { color: #48CCA7; }

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

This text font color is #48CCA7.


Background Color

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

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

This div background color is #48CCA7.


Border color

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

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

This div border color is #48CCA7.


Opacity

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

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

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

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

This text has shadow with #48CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48CCA7 on black background.


Color preview on white background

This text has color #48CCA7 on white background.



Black color preview on #48CCA7 background

This text has black color on #48CCA7 background.


White color preview on #48CCA7 background

This text has white color on #48CCA7 background.