Shades of Gossamer #2E9F86
Tints of Gossamer #2E9F86
RGB
CMYK
RGB Variations
Color information
#2E9F86 (or 0x2E9F86) is known color: Gossamer. HEX triplet: 2E, 9F and 86. RGB value is (46,159,134). Sum of RGB (Red+Green+Blue) = 46+159+134=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9F86 is #D16079. Grayscale: #7A7A7A. Windows color (decimal): -13721722 or 8822574. OLE color: 8822574.
HSL color Cylindrical-coordinate representation of color #2E9F86: hue angle of 166.73º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9F86 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 134 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.38 |
| HSL | 166.73º | 0.55% | 0.4% | - |
| HSV(B) | 166.73º | 0.71% | 0.62% | - |
| XYZ | 17.83 | 27.1 | 26.85 | - |
| YUV | 122.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 134 | 0.71 | 0 | 0.16 | 0.38 | 166.73 | 0.55 | 0.4 |
| Hex | 2E | 9F | 86 | 47 | 0 | 10 | 26 | A7 | 37 | 28 |
| Octal | 56 | 237 | 206 | 107 | 0 | 20 | 46 | 247 | 67 | 50 |
| Binary | 101110 | 10011111 | 10000110 | 1000111 | 0 | 10000 | 100110 | 10100111 | 110111 | 101000 |
Color Harmonies of #2E9F86
Complementary color
Monochromatic Colors of #2E9F86
Black with #2E9F86
Text Example
Text Example
White with #2E9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F86; }
p { color: rgb(46,159,134); }
H1.HeaderClassName
{
color: #2E9F86;
}
.AnyTagClassName
{
color: #2E9F86;
}
</style>
background-color css
<style>
a { background-color: #2E9F86; }
a { background-color: rgb(46,159,134); }
div.DivClassName
{
background-color: #2E9F86;
}
.BgClassName
{
background-color: #2E9F86;
}
</style>
border-color css
<style>
span { border-color: #2E9F86; }
span { border-color: rgb(46,159,134); }
td.TdClassName
{
border-color: #2E9F86;
}
.TagClassName
{
border-color: #2E9F86;
}
</style>