COLOR #48C08A

HEX: #48C08A RGB: (72,192,138)

Color info

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

RGB color model

#48C08A color RGB value is (72,192,138).

RGB: (72,192,138) (28%, 75%, 54%)

RGB channels and saturation

R 72 of 255 = 28%
G 192 of 255 = 75%
B 138 of 255 = 54%

72
192
138

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

Portions of RGB colors in percentages

R + G + B = 72 + 192 + 138 = 402 (100%)
R 72 of 402 ~ 17.91%
G 192 of 402 ~ 47.76%
B 138 of 402 ~ 34.33'%

%17.91
%47.76
%34.33

CMYK color model

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

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

CMYK: (63,0,28,25)
C63M0Y28K25 (63%, 0%, 28%, 25%)
(0.63 / 0.00 / 0.28 / 0.25)

CMYK percentages

%62.5
%0
%28.13
%24.71

Codes

Color #48C08A in popluar color models

48 C0 8A
RGB 72 192 138
HSL 153° 48.78% 51.76%
HSB/HSV 153° 62.50% 75.29%
CMYK 62.50% 0.00% 28.13%
24.71%

Color #48C08A in popluar number systems.

HEX 48 C0 8A
Decimal 72 192 138
Binary 1001000 11000000 10001010
Octal 110 300 212

Shades and tints

Shades of #48C08A

#48C08A
(72,192,138)
#42AF7E
(66,175,126)
#3C9E72
(60,158,114)
#368D66
(54,141,102)
#307C5A
(48,124,90)
#2A6B4E
(42,107,78)
#245A42
(36,90,66)
#1E4936
(30,73,54)
#18382A
(24,56,42)
#12271E
(18,39,30)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #48C08A

#48C08A
(72,192,138)
#58C594
(88,197,148)
#68CA9E
(104,202,158)
#78CFA8
(120,207,168)
#88D4B2
(136,212,178)
#98D9BC
(152,217,188)
#A8DEC6
(168,222,198)
#B8E3D0
(184,227,208)
#C8E8DA
(200,232,218)
#D8EDE4
(216,237,228)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48C08A; }

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

This text font color is #48C08A.

Background Color

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

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

This div background color is #48C08A.

Border color

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

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

This div border color is #48C08A.

Opacity

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

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

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

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

This text has shadow with #48C08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48C08A.

Preview

Color preview on black background

This text has color #48C08A on black background.


Color preview on white background

This text has color #48C08A on white background.


Black color preview on #48C08A background

This text has black color on #48C08A background.


White color preview on #48C08A background

This text has white color on #48C08A background.


Related colors

Complementary color

Complementary color for #hex is #B73F75.


I love getcolorcode.com

Triadic colors

1 #8A48C0 and #C08A48 with #48C08A are triadic colors.

2 #8AC048 and #C0488A with #48C08A are triadic colors.