COLOR #48ADDF

HEX: #48ADDF
RGB: (72,173,223)

Color info

#48ADDF contains mainly green and blue colors. Web safe color of #48ADDF is #3399CC (or #39C).

RGB color model

#48ADDF color RGB value is (72,173,223).

  • red value is 72;
  • green value is 173;
  • blue value is 223.
RGB:
(72,173,223)
(28%,68%,87%)

RGB channels and saturation

R 72 of 255 = 28%
G 173 of 255 = 68%
B 223 of 255 = 87%

72
173
223

R + G + B ~ 61%. #48ADDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 173 + 223 = 468 (100%)
R 72 of 468 ~ 15.38%
G 173 of 468 ~ 36.97%
B 223 of 468 ~ 47.65%

%15.38
%36.97
%47.65

CMYK color model

#48ADDF color CMYK value is (68,22,0,13).

  • cyan value is 67.71%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(68,22,0,13)
C68M22Y0K13 
(68%,22%,0%,13%)
(0.68/0.22/0.00/0.13)	

CMYK percentages

%67.71
%22.42
%0
%12.55

Codes

Color #48ADDF in popluar color models

48ADDF
RGB72173223
HSL200°70.23%57.84%
HSB/HSV200°67.71%87.45%
CMYK67.71%22.42%0.00%
12.55%

Color #48ADDF in popluar number systems.

HEX48ADDF
Decimal72173223
Binary10010001010110111011111
Octal110255337

Shades and tints

Shades of #48ADDF

#48ADDF
(72,173,223)
#429ECB
(66,158,203)
#3C8FB7
(60,143,183)
#3680A3
(54,128,163)
#30718F
(48,113,143)
#2A627B
(42,98,123)
#245367
(36,83,103)
#1E4453
(30,68,83)
#18353F
(24,53,63)
#12262B
(18,38,43)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #48ADDF

#48ADDF
(72,173,223)
#58B4E1
(88,180,225)
#68BBE3
(104,187,227)
#78C2E5
(120,194,229)
#88C9E7
(136,201,231)
#98D0E9
(152,208,233)
#A8D7EB
(168,215,235)
#B8DEED
(184,222,237)
#C8E5EF
(200,229,239)
#D8ECF1
(216,236,241)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48ADDF color. Also use rgb(72,173,223) instead hex code.

Text Font Color

.myTextColor { color: #48ADDF; }

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

This text font color is #48ADDF.


Background Color

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

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

This div background color is #48ADDF.


Border color

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

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

This div border color is #48ADDF.


Opacity

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

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

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

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

This text has shadow with #48ADDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48ADDF on black background.


Color preview on white background

This text has color #48ADDF on white background.



Black color preview on #48ADDF background

This text has black color on #48ADDF background.


White color preview on #48ADDF background

This text has white color on #48ADDF background.