COLOR #48B496

HEX: #48B496
RGB: (72,180,150)

Renk bilgisi

#48B496 contains mainly green and blue colors. #48B496 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#48B496 color RGB value is (72,180,150).

  • kırmız ton 72;
  • yeşil ton 180;
  • mavi ton 150.
RGB:
(72,180,150)
(28%,71%,59%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 180 of 255 = 71%
B 150 of 255 = 59%

72
180
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 180 + 150 = 402 (100%)
R 72 of 402 ~ 17.91%
G 180 of 402 ~ 44.78%
B 150 of 402 ~ 37.31%

%17.91
%44.78
%37.31

CMYK RENK MODELİ

#48B496 rengi CMYK tonu (60,0,17,29).

  • camgöbeği tonu 60.00%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 29.41%
CMYK:
(60,0,17,29)
C60M0Y17K29 
(60%,0%,17%,29%)
(0.60/0.00/0.17/0.29)	

CMYK yüzdeleri

%60
%0
%16.67
%29.41

Codes

Color #48B496 in popluar color models

48B496
RGB72180150
HSL163°42.86%49.41%
HSB/HSV163°60.00%70.59%
CMYK60.00%0.00%16.67%
29.41%

Color #48B496 in popluar number systems.

HEX48B496
Decimal72180150
Binary10010001011010010010110
Octal110264226

Shades and tints

Shades of #48B496

#48B496
(72,180,150)
#42A489
(66,164,137)
#3C947C
(60,148,124)
#36846F
(54,132,111)
#307462
(48,116,98)
#2A6455
(42,100,85)
#245448
(36,84,72)
#1E443B
(30,68,59)
#18342E
(24,52,46)
#122421
(18,36,33)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #48B496

#48B496
(72,180,150)
#58BA9F
(88,186,159)
#68C0A8
(104,192,168)
#78C6B1
(120,198,177)
#88CCBA
(136,204,186)
#98D2C3
(152,210,195)
#A8D8CC
(168,216,204)
#B8DED5
(184,222,213)
#C8E4DE
(200,228,222)
#D8EAE7
(216,234,231)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B496 color. Also use rgb(72,180,150) instead hex code.

Text Font Color

.myTextColor { color: #48B496; }

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

This text font color is #48B496.


Background Color

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

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

This div background color is #48B496.


Border color

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

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

This div border color is #48B496.


Opacity

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

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

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

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

This text has shadow with #48B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B496 on black background.


Color preview on white background

This text has color #48B496 on white background.



Black color preview on #48B496 background

This text has black color on #48B496 background.


White color preview on #48B496 background

This text has white color on #48B496 background.