Shades of Gossamer #2E9F7E
Tints of Gossamer #2E9F7E
RGB
CMYK
RGB Variations
Color information
#2E9F7E (or 0x2E9F7E) is known color: Gossamer. HEX triplet: 2E, 9F and 7E. RGB value is (46,159,126). Sum of RGB (Red+Green+Blue) = 46+159+126=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9F7E is #D16081. Grayscale: #797979. Windows color (decimal): -13721730 or 8298286. OLE color: 8298286.
HSL color Cylindrical-coordinate representation of color #2E9F7E: hue angle of 162.48º 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 #2E9F7E is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 126 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.38 |
| HSL | 162.48º | 0.55% | 0.4% | - |
| HSV(B) | 162.48º | 0.71% | 0.62% | - |
| XYZ | 17.29 | 26.88 | 24.02 | - |
| YUV | 121.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 126 | 0.71 | 0 | 0.21 | 0.38 | 162.48 | 0.55 | 0.4 |
| Hex | 2E | 9F | 7E | 47 | 0 | 15 | 26 | A2 | 37 | 28 |
| Octal | 56 | 237 | 176 | 107 | 0 | 25 | 46 | 242 | 67 | 50 |
| Binary | 101110 | 10011111 | 1111110 | 1000111 | 0 | 10101 | 100110 | 10100010 | 110111 | 101000 |
Color Harmonies of #2E9F7E
Complementary color
Monochromatic Colors of #2E9F7E
Black with #2E9F7E
Text Example
Text Example
White with #2E9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F7E; }
p { color: rgb(46,159,126); }
H1.HeaderClassName
{
color: #2E9F7E;
}
.AnyTagClassName
{
color: #2E9F7E;
}
</style>
background-color css
<style>
a { background-color: #2E9F7E; }
a { background-color: rgb(46,159,126); }
div.DivClassName
{
background-color: #2E9F7E;
}
.BgClassName
{
background-color: #2E9F7E;
}
</style>
border-color css
<style>
span { border-color: #2E9F7E; }
span { border-color: rgb(46,159,126); }
td.TdClassName
{
border-color: #2E9F7E;
}
.TagClassName
{
border-color: #2E9F7E;
}
</style>