HEX: #51BB9C
RGB: (81,187,156)
#51BB9C enthält hauptsächlich grüne und blaue Farbe. Für #51BB9C ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #51BB9C wird in RGB als (81,187,156) definiert.
RGB: (81,187,156) (32%,73%,61%)
R 81 von 255 = 32%
G 187 von 255 = 73%
B 156 von 255 = 61%
R + G + B ~ 55%. #51BB9C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 187 + 156 = 424 (100%)
R 81 von 424 ~ 19.1%
G 187 von 424 ~ 44.1%
B 156 von 424 ~ 36.79%
Die Farbe #51BB9C wird in CMYK als (57,0,17,27) definiert.
CMYK: (57,0,17,27) C57M0Y17K27 (57%,0%,17%,27%) (0.57/0.00/0.17/0.27)
51 | BB | 9C | |
---|---|---|---|
RGB | 81 | 187 | 156 |
HSL | 162° | 43.80% | 52.55% |
HSB/HSV | 162° | 56.68% | 73.33% |
CMYK | 56.68% | 0.00% | 16.58% |
26.67% |
Hexadezimal | 51 | BB | 9C |
Dezimal | 81 | 187 | 156 |
Binär | 1010001 | 10111011 | 10011100 |
Oktal | 121 | 273 | 234 |
Beispiele css- und html für Elemente in der Farbe #51BB9C. Bitte benutzen Sie auch rgb(81,187,156) statt hex-Code.
.myTextColor { color: #51BB9C; }
<p style="color:#51BB9C">This sample text font color is #51BB9C.</p>
Die Farbe dieses Textes ist #51BB9C.
.myBgColor { background-color: #51BB9C; }
<div style="background-color:#51BB9C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51BB9C.
.myBorderColor { border: 1px solid #51BB9C; }
<div style="border:3px solid #51BB9C">Div</div>
Die Grenzen von diesem div sind in Farbe #51BB9C.
.myOpacity80 { color: #51BB9C; opacity: 0.8; }
<p style="color:#51BB9C;opacity:0.8;">80%</p>
Text in Farbe #51BB9C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51BB9C;}
<p style="text-shadow: 3px 3px 1px #51BB9C">Text here.</p>
Dieser Text hat den Schatten in Farbe #51BB9C.
.textShadow {text-shadow: 3px 3px 1px #51BB9C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51BB9C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51BB9C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51BB9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51BB9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #51BB9C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51BB9C; -webkit-box-shadow: 1px 1px 3px 2px #51BB9C; box-shadow: 1px 1px 3px 2px #51BB9C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51BB9C; -webkit-box-shadow: 1px 1px 3px 2px #51BB9C; box-shadow:1px 1px 3px 2px #51BB9C;">
Div content here</div>
Dieser Text ist in der Farbe #51BB9C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51BB9C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51BB9C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51BB9C.