Shades of Gossamer #2E9E85
Tints of Gossamer #2E9E85
RGB
CMYK
RGB Variations
Color information
#2E9E85 (or 0x2E9E85) is known color: Gossamer. HEX triplet: 2E, 9E and 85. RGB value is (46,158,133). Sum of RGB (Red+Green+Blue) = 46+158+133=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9E85 is #D1617A. Grayscale: #797979. Windows color (decimal): -13721979 or 8756782. OLE color: 8756782.
HSL color Cylindrical-coordinate representation of color #2E9E85: hue angle of 166.61º 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 #2E9E85 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 158 | 133 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.38 |
| HSL | 166.61º | 0.55% | 0.4% | - |
| HSV(B) | 166.61º | 0.71% | 0.62% | - |
| XYZ | 17.59 | 26.73 | 26.42 | - |
| YUV | 121.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 133 | 0.71 | 0 | 0.16 | 0.38 | 166.61 | 0.55 | 0.4 |
| Hex | 2E | 9E | 85 | 47 | 0 | 10 | 26 | A7 | 37 | 28 |
| Octal | 56 | 236 | 205 | 107 | 0 | 20 | 46 | 247 | 67 | 50 |
| Binary | 101110 | 10011110 | 10000101 | 1000111 | 0 | 10000 | 100110 | 10100111 | 110111 | 101000 |
Color Harmonies of #2E9E85
Complementary color
Monochromatic Colors of #2E9E85
Black with #2E9E85
Text Example
Text Example
White with #2E9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9E85; }
p { color: rgb(46,158,133); }
H1.HeaderClassName
{
color: #2E9E85;
}
.AnyTagClassName
{
color: #2E9E85;
}
</style>
background-color css
<style>
a { background-color: #2E9E85; }
a { background-color: rgb(46,158,133); }
div.DivClassName
{
background-color: #2E9E85;
}
.BgClassName
{
background-color: #2E9E85;
}
</style>
border-color css
<style>
span { border-color: #2E9E85; }
span { border-color: rgb(46,158,133); }
td.TdClassName
{
border-color: #2E9E85;
}
.TagClassName
{
border-color: #2E9E85;
}
</style>