COLOR #48EFEA

HEX: #48EFEA
RGB: (72,239,234)

Color info

#48EFEA contains mainly green and blue colors. Web safe color of #48EFEA is #33FFFF (or #3FF).

RGB color model

#48EFEA color RGB value is (72,239,234).

  • red value is 72;
  • green value is 239;
  • blue value is 234.
RGB:
(72,239,234)
(28%,94%,92%)

RGB channels and saturation

R 72 of 255 = 28%
G 239 of 255 = 94%
B 234 of 255 = 92%

72
239
234

R + G + B ~ 71%. #48EFEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 239 + 234 = 545 (100%)
R 72 of 545 ~ 13.21%
G 239 of 545 ~ 43.85%
B 234 of 545 ~ 42.94%

%13.21
%43.85
%42.94

CMYK color model

#48EFEA color CMYK value is (70,0,2,6).

  • cyan value is 69.87%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(70,0,2,6)
C70M0Y2K6 
(70%,0%,2%,6%)
(0.70/0.00/0.02/0.06)	

CMYK percentages

%69.87
%0
%2.09
%6.27

Codes

Color #48EFEA in popluar color models

48EFEA
RGB72239234
HSL178°83.92%60.98%
HSB/HSV178°69.87%93.73%
CMYK69.87%0.00%2.09%
6.27%

Color #48EFEA in popluar number systems.

HEX48EFEA
Decimal72239234
Binary10010001110111111101010
Octal110357352

Shades and tints

Shades of #48EFEA

#48EFEA
(72,239,234)
#42DAD5
(66,218,213)
#3CC5C0
(60,197,192)
#36B0AB
(54,176,171)
#309B96
(48,155,150)
#2A8681
(42,134,129)
#24716C
(36,113,108)
#1E5C57
(30,92,87)
#184742
(24,71,66)
#12322D
(18,50,45)
#0C1D18
(12,29,24)
#000000
(0,0,0)

Tints of #48EFEA

#48EFEA
(72,239,234)
#58F0EB
(88,240,235)
#68F1EC
(104,241,236)
#78F2ED
(120,242,237)
#88F3EE
(136,243,238)
#98F4EF
(152,244,239)
#A8F5F0
(168,245,240)
#B8F6F1
(184,246,241)
#C8F7F2
(200,247,242)
#D8F8F3
(216,248,243)
#E8F9F4
(232,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48EFEA color. Also use rgb(72,239,234) instead hex code.

Text Font Color

.myTextColor { color: #48EFEA; }

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

This text font color is #48EFEA.


Background Color

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

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

This div background color is #48EFEA.


Border color

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

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

This div border color is #48EFEA.


Opacity

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

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

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

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

This text has shadow with #48EFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48EFEA on black background.


Color preview on white background

This text has color #48EFEA on white background.



Black color preview on #48EFEA background

This text has black color on #48EFEA background.


White color preview on #48EFEA background

This text has white color on #48EFEA background.