COLOR #48F0BE

HEX: #48F0BE
RGB: (72,240,190)

Color info

#48F0BE contains mainly green and blue colors. Web safe color of #48F0BE is #33FFCC (or #3FC).

RGB color model

#48F0BE color RGB value is (72,240,190).

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

RGB channels and saturation

R 72 of 255 = 28%
G 240 of 255 = 94%
B 190 of 255 = 75%

72
240
190

R + G + B ~ 66%. #48F0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 240 + 190 = 502 (100%)
R 72 of 502 ~ 14.34%
G 240 of 502 ~ 47.81%
B 190 of 502 ~ 37.85%

%14.34
%47.81
%37.85

CMYK color model

#48F0BE color CMYK value is (70,0,21,6).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(70,0,21,6)
C70M0Y21K6 
(70%,0%,21%,6%)
(0.70/0.00/0.21/0.06)	

CMYK percentages

%70
%0
%20.83
%5.88

Codes

Color #48F0BE in popluar color models

48F0BE
RGB72240190
HSL162°84.85%61.18%
HSB/HSV162°70.00%94.12%
CMYK70.00%0.00%20.83%
5.88%

Color #48F0BE in popluar number systems.

HEX48F0BE
Decimal72240190
Binary10010001111000010111110
Octal110360276

Shades and tints

Shades of #48F0BE

#48F0BE
(72,240,190)
#42DBAD
(66,219,173)
#3CC69C
(60,198,156)
#36B18B
(54,177,139)
#309C7A
(48,156,122)
#2A8769
(42,135,105)
#247258
(36,114,88)
#1E5D47
(30,93,71)
#184836
(24,72,54)
#123325
(18,51,37)
#0C1E14
(12,30,20)
#000000
(0,0,0)

Tints of #48F0BE

#48F0BE
(72,240,190)
#58F1C3
(88,241,195)
#68F2C8
(104,242,200)
#78F3CD
(120,243,205)
#88F4D2
(136,244,210)
#98F5D7
(152,245,215)
#A8F6DC
(168,246,220)
#B8F7E1
(184,247,225)
#C8F8E6
(200,248,230)
#D8F9EB
(216,249,235)
#E8FAF0
(232,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48F0BE; }

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

This text font color is #48F0BE.


Background Color

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

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

This div background color is #48F0BE.


Border color

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

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

This div border color is #48F0BE.


Opacity

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

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

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

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

This text has shadow with #48F0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48F0BE on black background.


Color preview on white background

This text has color #48F0BE on white background.



Black color preview on #48F0BE background

This text has black color on #48F0BE background.


White color preview on #48F0BE background

This text has white color on #48F0BE background.