Shades of Gossamer #50A68D
Tints of Gossamer #50A68D
RGB
CMYK
RGB Variations
Color information
#50A68D (or 0x50A68D) is known color: Gossamer. HEX triplet: 50, A6 and 8D. RGB value is (80,166,141). Sum of RGB (Red+Green+Blue) = 80+166+141=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #50A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A68D is #AF5972. Grayscale: #898989. Windows color (decimal): -11491699 or 9283152. OLE color: 9283152.
HSL color Cylindrical-coordinate representation of color #50A68D: hue angle of 162.56º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A68D is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 141 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.35 |
| HSL | 162.56º | 0.35% | 0.48% | - |
| HSV(B) | 162.56º | 0.52% | 0.65% | - |
| XYZ | 21.75 | 30.9 | 30.02 | - |
| YUV | 137.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 141 | 0.52 | 0 | 0.15 | 0.35 | 162.56 | 0.35 | 0.48 |
| Hex | 50 | A6 | 8D | 34 | 0 | F | 23 | A3 | 23 | 30 |
| Octal | 120 | 246 | 215 | 64 | 0 | 17 | 43 | 243 | 43 | 60 |
| Binary | 1010000 | 10100110 | 10001101 | 110100 | 0 | 1111 | 100011 | 10100011 | 100011 | 110000 |
Color Harmonies of #50A68D
Complementary color
Monochromatic Colors of #50A68D
Black with #50A68D
Text Example
Text Example
White with #50A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A68D; }
p { color: rgb(80,166,141); }
H1.HeaderClassName
{
color: #50A68D;
}
.AnyTagClassName
{
color: #50A68D;
}
</style>
background-color css
<style>
a { background-color: #50A68D; }
a { background-color: rgb(80,166,141); }
div.DivClassName
{
background-color: #50A68D;
}
.BgClassName
{
background-color: #50A68D;
}
</style>
border-color css
<style>
span { border-color: #50A68D; }
span { border-color: rgb(80,166,141); }
td.TdClassName
{
border-color: #50A68D;
}
.TagClassName
{
border-color: #50A68D;
}
</style>