Shades of Gossamer #50A68A
Tints of Gossamer #50A68A
RGB
CMYK
RGB Variations
Color information
#50A68A (or 0x50A68A) is known color: Gossamer. HEX triplet: 50, A6 and 8A. RGB value is (80,166,138). Sum of RGB (Red+Green+Blue) = 80+166+138=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #50A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A68A is #AF5975. Grayscale: #898989. Windows color (decimal): -11491702 or 9086544. OLE color: 9086544.
HSL color Cylindrical-coordinate representation of color #50A68A: hue angle of 160.47º 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 #50A68A is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 138 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.35 |
| HSL | 160.47º | 0.35% | 0.48% | - |
| HSV(B) | 160.47º | 0.52% | 0.65% | - |
| XYZ | 21.53 | 30.81 | 28.86 | - |
| YUV | 137.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 138 | 0.52 | 0 | 0.17 | 0.35 | 160.47 | 0.35 | 0.48 |
| Hex | 50 | A6 | 8A | 34 | 0 | 11 | 23 | A0 | 23 | 30 |
| Octal | 120 | 246 | 212 | 64 | 0 | 21 | 43 | 240 | 43 | 60 |
| Binary | 1010000 | 10100110 | 10001010 | 110100 | 0 | 10001 | 100011 | 10100000 | 100011 | 110000 |
Color Harmonies of #50A68A
Complementary color
Monochromatic Colors of #50A68A
Black with #50A68A
Text Example
Text Example
White with #50A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A68A; }
p { color: rgb(80,166,138); }
H1.HeaderClassName
{
color: #50A68A;
}
.AnyTagClassName
{
color: #50A68A;
}
</style>
background-color css
<style>
a { background-color: #50A68A; }
a { background-color: rgb(80,166,138); }
div.DivClassName
{
background-color: #50A68A;
}
.BgClassName
{
background-color: #50A68A;
}
</style>
border-color css
<style>
span { border-color: #50A68A; }
span { border-color: rgb(80,166,138); }
td.TdClassName
{
border-color: #50A68A;
}
.TagClassName
{
border-color: #50A68A;
}
</style>