COLOR #48D8BE

HEX: #48D8BE
RGB: (72,216,190)

Color info

#48D8BE contains mainly green and blue colors. Web safe color of #48D8BE is #33CCCC (or #3CC).

RGB color model

#48D8BE color RGB value is (72,216,190).

  • red value is 72;
  • green value is 216;
  • blue value is 190.
RGB:
(72,216,190)
(28%,85%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 216 of 255 = 85%
B 190 of 255 = 75%

72
216
190

R + G + B ~ 63%. #48D8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 216 + 190 = 478 (100%)
R 72 of 478 ~ 15.06%
G 216 of 478 ~ 45.19%
B 190 of 478 ~ 39.75%

%15.06
%45.19
%39.75

CMYK color model

#48D8BE color CMYK value is (67,0,12,15).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(67,0,12,15)
C67M0Y12K15 
(67%,0%,12%,15%)
(0.67/0.00/0.12/0.15)	

CMYK percentages

%66.67
%0
%12.04
%15.29

Codes

Color #48D8BE in popluar color models

48D8BE
RGB72216190
HSL169°64.86%56.47%
HSB/HSV169°66.67%84.71%
CMYK66.67%0.00%12.04%
15.29%

Color #48D8BE in popluar number systems.

HEX48D8BE
Decimal72216190
Binary10010001101100010111110
Octal110330276

Shades and tints

Shades of #48D8BE

#48D8BE
(72,216,190)
#42C5AD
(66,197,173)
#3CB29C
(60,178,156)
#369F8B
(54,159,139)
#308C7A
(48,140,122)
#2A7969
(42,121,105)
#246658
(36,102,88)
#1E5347
(30,83,71)
#184036
(24,64,54)
#122D25
(18,45,37)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #48D8BE

#48D8BE
(72,216,190)
#58DBC3
(88,219,195)
#68DEC8
(104,222,200)
#78E1CD
(120,225,205)
#88E4D2
(136,228,210)
#98E7D7
(152,231,215)
#A8EADC
(168,234,220)
#B8EDE1
(184,237,225)
#C8F0E6
(200,240,230)
#D8F3EB
(216,243,235)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D8BE color. Also use rgb(72,216,190) instead hex code.

Text Font Color

.myTextColor { color: #48D8BE; }

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

This text font color is #48D8BE.


Background Color

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

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

This div background color is #48D8BE.


Border color

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

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

This div border color is #48D8BE.


Opacity

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

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

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

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

This text has shadow with #48D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D8BE on black background.


Color preview on white background

This text has color #48D8BE on white background.



Black color preview on #48D8BE background

This text has black color on #48D8BE background.


White color preview on #48D8BE background

This text has white color on #48D8BE background.