COLOR #48B0AD

HEX: #48B0AD
RGB: (72,176,173)

Renk bilgisi

#48B0AD contains mainly green and blue colors. #48B0AD ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#48B0AD color RGB value is (72,176,173).

  • kırmız ton 72;
  • yeşil ton 176;
  • mavi ton 173.
RGB:
(72,176,173)
(28%,69%,68%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 176 of 255 = 69%
B 173 of 255 = 68%

72
176
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 176 + 173 = 421 (100%)
R 72 of 421 ~ 17.1%
G 176 of 421 ~ 41.81%
B 173 of 421 ~ 41.09%

%17.1
%41.81
%41.09

CMYK RENK MODELİ

#48B0AD rengi CMYK tonu (59,0,2,31).

  • camgöbeği tonu 59.09%
  • eflatun tonu 0.00%
  • sarı tonu 1.70%
  • ana renk tonu 30.98%
CMYK:
(59,0,2,31)
C59M0Y2K31 
(59%,0%,2%,31%)
(0.59/0.00/0.02/0.31)	

CMYK yüzdeleri

%59.09
%0
%1.7
%30.98

Codes

Color #48B0AD in popluar color models

48B0AD
RGB72176173
HSL178°41.94%48.63%
HSB/HSV178°59.09%69.02%
CMYK59.09%0.00%1.70%
30.98%

Color #48B0AD in popluar number systems.

HEX48B0AD
Decimal72176173
Binary10010001011000010101101
Octal110260255

Shades and tints

Shades of #48B0AD

#48B0AD
(72,176,173)
#42A09E
(66,160,158)
#3C908F
(60,144,143)
#368080
(54,128,128)
#307071
(48,112,113)
#2A6062
(42,96,98)
#245053
(36,80,83)
#1E4044
(30,64,68)
#183035
(24,48,53)
#122026
(18,32,38)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #48B0AD

#48B0AD
(72,176,173)
#58B7B4
(88,183,180)
#68BEBB
(104,190,187)
#78C5C2
(120,197,194)
#88CCC9
(136,204,201)
#98D3D0
(152,211,208)
#A8DAD7
(168,218,215)
#B8E1DE
(184,225,222)
#C8E8E5
(200,232,229)
#D8EFEC
(216,239,236)
#E8F6F3
(232,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48B0AD; }

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

This text font color is #48B0AD.


Background Color

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

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

This div background color is #48B0AD.


Border color

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

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

This div border color is #48B0AD.


Opacity

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

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

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

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

This text has shadow with #48B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B0AD on black background.


Color preview on white background

This text has color #48B0AD on white background.



Black color preview on #48B0AD background

This text has black color on #48B0AD background.


White color preview on #48B0AD background

This text has white color on #48B0AD background.