COLOR #48C090

HEX: #48C090 RGB: (72,192,144)

Color info

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

RGB color model

#48C090 color RGB value is (72,192,144).

RGB: (72,192,144) (28%, 75%, 56%)

RGB channels and saturation

R 72 of 255 = 28%
G 192 of 255 = 75%
B 144 of 255 = 56%

72
192
144

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

Portions of RGB colors in percentages

R + G + B = 72 + 192 + 144 = 408 (100%)
R 72 of 408 ~ 17.65%
G 192 of 408 ~ 47.06%
B 144 of 408 ~ 35.29'%

%17.65
%47.06
%35.29

CMYK color model

#48C090 color CMYK value is (63,0,25,25).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 24.71%

CMYK: (63,0,25,25)
C63M0Y25K25 (63%, 0%, 25%, 25%)
(0.63 / 0.00 / 0.25 / 0.25)

CMYK percentages

%62.5
%0
%25
%24.71

Codes

Color #48C090 in popluar color models

48 C0 90
RGB 72 192 144
HSL 156° 48.78% 51.76%
HSB/HSV 156° 62.50% 75.29%
CMYK 62.50% 0.00% 25.00%
24.71%

Color #48C090 in popluar number systems.

HEX 48 C0 90
Decimal 72 192 144
Binary 1001000 11000000 10010000
Octal 110 300 220

Shades and tints

Shades of #48C090

#48C090
(72,192,144)
#42AF83
(66,175,131)
#3C9E76
(60,158,118)
#368D69
(54,141,105)
#307C5C
(48,124,92)
#2A6B4F
(42,107,79)
#245A42
(36,90,66)
#1E4935
(30,73,53)
#183828
(24,56,40)
#12271B
(18,39,27)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #48C090

#48C090
(72,192,144)
#58C59A
(88,197,154)
#68CAA4
(104,202,164)
#78CFAE
(120,207,174)
#88D4B8
(136,212,184)
#98D9C2
(152,217,194)
#A8DECC
(168,222,204)
#B8E3D6
(184,227,214)
#C8E8E0
(200,232,224)
#D8EDEA
(216,237,234)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C090 color. Also use rgb(72,192,144) instead hex code.

Text Font Color

.myTextColor { color: #48C090; }

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

This text font color is #48C090.

Background Color

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

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

This div background color is #48C090.

Border color

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

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

This div border color is #48C090.

Opacity

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

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

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

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

This text has shadow with #48C090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48C090.

Preview

Color preview on black background

This text has color #48C090 on black background.


Color preview on white background

This text has color #48C090 on white background.


Black color preview on #48C090 background

This text has black color on #48C090 background.


White color preview on #48C090 background

This text has white color on #48C090 background.


Related colors

Complementary color

Complementary color for #hex is #B73F6F.


I love getcolorcode.com

Triadic colors

1 #9048C0 and #C09048 with #48C090 are triadic colors.

2 #90C048 and #C04890 with #48C090 are triadic colors.