HEX: #76AE90
RGB: (118,174,144)
#76AE90 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76AE90 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #76AE90 wird in RGB als (118,174,144) definiert.
RGB: (118,174,144) (46%,68%,56%)
R 118 von 255 = 46%
G 174 von 255 = 68%
B 144 von 255 = 56%
R + G + B ~ 57%. #76AE90 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 174 + 144 = 436 (100%)
R 118 von 436 ~ 27.06%
G 174 von 436 ~ 39.91%
B 144 von 436 ~ 33.03%
Die Farbe #76AE90 wird in CMYK als (32,0,17,32) definiert.
CMYK: (32,0,17,32) C32M0Y17K32 (32%,0%,17%,32%) (0.32/0.00/0.17/0.32)
76 | AE | 90 | |
---|---|---|---|
RGB | 118 | 174 | 144 |
HSL | 148° | 25.69% | 57.25% |
HSB/HSV | 148° | 32.18% | 68.24% |
CMYK | 32.18% | 0.00% | 17.24% |
31.76% |
Hexadezimal | 76 | AE | 90 |
Dezimal | 118 | 174 | 144 |
Binär | 1110110 | 10101110 | 10010000 |
Oktal | 166 | 256 | 220 |
Beispiele css- und html für Elemente in der Farbe #76AE90. Bitte benutzen Sie auch rgb(118,174,144) statt hex-Code.
.myTextColor { color: #76AE90; }
<p style="color:#76AE90">This sample text font color is #76AE90.</p>
Die Farbe dieses Textes ist #76AE90.
.myBgColor { background-color: #76AE90; }
<div style="background-color:#76AE90">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76AE90.
.myBorderColor { border: 1px solid #76AE90; }
<div style="border:3px solid #76AE90">Div</div>
Die Grenzen von diesem div sind in Farbe #76AE90.
.myOpacity80 { color: #76AE90; opacity: 0.8; }
<p style="color:#76AE90;opacity:0.8;">80%</p>
Text in Farbe #76AE90 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76AE90;}
<p style="text-shadow: 3px 3px 1px #76AE90">Text here.</p>
Dieser Text hat den Schatten in Farbe #76AE90.
.textShadow {text-shadow: 3px 3px 1px #76AE90, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76AE90, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76AE90 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76AE90, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76AE90, Direction=45, Strength=4)">Text</p>
This text has shadow with #76AE90 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76AE90; -webkit-box-shadow: 1px 1px 3px 2px #76AE90; box-shadow: 1px 1px 3px 2px #76AE90; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76AE90; -webkit-box-shadow: 1px 1px 3px 2px #76AE90; box-shadow:1px 1px 3px 2px #76AE90;">
Div content here</div>
Dieser Text ist in der Farbe #76AE90 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76AE90 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76AE90.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76AE90.