COLOR #48AD98

HEX: #48AD98
RGB: (72,173,152)

Renk bilgisi

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

RGB renk modeli

#48AD98 color RGB value is (72,173,152).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 173 of 255 = 68%
B 152 of 255 = 60%

72
173
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 173 + 152 = 397 (100%)
R 72 of 397 ~ 18.14%
G 173 of 397 ~ 43.58%
B 152 of 397 ~ 38.29%

%18.14
%43.58
%38.29

CMYK RENK MODELİ

#48AD98 rengi CMYK tonu (58,0,12,32).

  • camgöbeği tonu 58.38%
  • eflatun tonu 0.00%
  • sarı tonu 12.14%
  • ana renk tonu 32.16%
CMYK:
(58,0,12,32)
C58M0Y12K32 
(58%,0%,12%,32%)
(0.58/0.00/0.12/0.32)	

CMYK yüzdeleri

%58.38
%0
%12.14
%32.16

Codes

Color #48AD98 in popluar color models

48AD98
RGB72173152
HSL168°41.22%48.04%
HSB/HSV168°58.38%67.84%
CMYK58.38%0.00%12.14%
32.16%

Color #48AD98 in popluar number systems.

HEX48AD98
Decimal72173152
Binary10010001010110110011000
Octal110255230

Shades and tints

Shades of #48AD98

#48AD98
(72,173,152)
#429E8B
(66,158,139)
#3C8F7E
(60,143,126)
#368071
(54,128,113)
#307164
(48,113,100)
#2A6257
(42,98,87)
#24534A
(36,83,74)
#1E443D
(30,68,61)
#183530
(24,53,48)
#122623
(18,38,35)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #48AD98

#48AD98
(72,173,152)
#58B4A1
(88,180,161)
#68BBAA
(104,187,170)
#78C2B3
(120,194,179)
#88C9BC
(136,201,188)
#98D0C5
(152,208,197)
#A8D7CE
(168,215,206)
#B8DED7
(184,222,215)
#C8E5E0
(200,229,224)
#D8ECE9
(216,236,233)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48AD98; }

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

This text font color is #48AD98.


Background Color

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

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

This div background color is #48AD98.


Border color

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

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

This div border color is #48AD98.


Opacity

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

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

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

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

This text has shadow with #48AD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AD98 on black background.


Color preview on white background

This text has color #48AD98 on white background.



Black color preview on #48AD98 background

This text has black color on #48AD98 background.


White color preview on #48AD98 background

This text has white color on #48AD98 background.