HEX: #48B6AD
RGB: (72,182,173)
#48B6AD enthält hauptsächlich grüne und blaue Farbe. Für #48B6AD ist eine «websichere» Webfarbe #33CC99 (oder kurz #3C9).
Die Farbe #48B6AD wird in RGB als (72,182,173) definiert.
RGB: (72,182,173) (28%,71%,68%)
R 72 von 255 = 28%
G 182 von 255 = 71%
B 173 von 255 = 68%
R + G + B ~ 56%. #48B6AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
72 + 182 + 173 = 427 (100%)
R 72 von 427 ~ 16.86%
G 182 von 427 ~ 42.62%
B 173 von 427 ~ 40.52%
Die Farbe #48B6AD wird in CMYK als (60,0,5,29) definiert.
CMYK: (60,0,5,29) C60M0Y5K29 (60%,0%,5%,29%) (0.60/0.00/0.05/0.29)
48 | B6 | AD | |
---|---|---|---|
RGB | 72 | 182 | 173 |
HSL | 175° | 43.31% | 49.80% |
HSB/HSV | 175° | 60.44% | 71.37% |
CMYK | 60.44% | 0.00% | 4.95% |
28.63% |
Hexadezimal | 48 | B6 | AD |
Dezimal | 72 | 182 | 173 |
Binär | 1001000 | 10110110 | 10101101 |
Oktal | 110 | 266 | 255 |
Beispiele css- und html für Elemente in der Farbe #48B6AD. Bitte benutzen Sie auch rgb(72,182,173) statt hex-Code.
.myTextColor { color: #48B6AD; }
<p style="color:#48B6AD">This sample text font color is #48B6AD.</p>
Die Farbe dieses Textes ist #48B6AD.
.myBgColor { background-color: #48B6AD; }
<div style="background-color:#48B6AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48B6AD.
.myBorderColor { border: 1px solid #48B6AD; }
<div style="border:3px solid #48B6AD">Div</div>
Die Grenzen von diesem div sind in Farbe #48B6AD.
.myOpacity80 { color: #48B6AD; opacity: 0.8; }
<p style="color:#48B6AD;opacity:0.8;">80%</p>
Text in Farbe #48B6AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48B6AD;}
<p style="text-shadow: 3px 3px 1px #48B6AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #48B6AD.
.textShadow {text-shadow: 3px 3px 1px #48B6AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48B6AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48B6AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48B6AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48B6AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #48B6AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48B6AD; -webkit-box-shadow: 1px 1px 3px 2px #48B6AD; box-shadow: 1px 1px 3px 2px #48B6AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48B6AD; -webkit-box-shadow: 1px 1px 3px 2px #48B6AD; box-shadow:1px 1px 3px 2px #48B6AD;">
Div content here</div>
Dieser Text ist in der Farbe #48B6AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48B6AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48B6AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48B6AD.