Shades of Gossamer #2E9B8D
Tints of Gossamer #2E9B8D
RGB
CMYK
RGB Variations
Color information
#2E9B8D (or 0x2E9B8D) is known color: Gossamer. HEX triplet: 2E, 9B and 8D. RGB value is (46,155,141). Sum of RGB (Red+Green+Blue) = 46+155+141=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9B8D is #D16472. Grayscale: #787878. Windows color (decimal): -13722739 or 9280302. OLE color: 9280302.
HSL color Cylindrical-coordinate representation of color #2E9B8D: hue angle of 172.29º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B8D is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 155 | 141 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.39 |
| HSL | 172.29º | 0.54% | 0.39% | - |
| HSV(B) | 172.29º | 0.7% | 0.61% | - |
| XYZ | 17.66 | 25.95 | 29.28 | - |
| YUV | 120.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 141 | 0.70 | 0 | 0.09 | 0.39 | 172.29 | 0.54 | 0.39 |
| Hex | 2E | 9B | 8D | 46 | 0 | 9 | 27 | AC | 36 | 27 |
| Octal | 56 | 233 | 215 | 106 | 0 | 11 | 47 | 254 | 66 | 47 |
| Binary | 101110 | 10011011 | 10001101 | 1000110 | 0 | 1001 | 100111 | 10101100 | 110110 | 100111 |
Color Harmonies of #2E9B8D
Complementary color
Monochromatic Colors of #2E9B8D
Black with #2E9B8D
Text Example
Text Example
White with #2E9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9B8D; }
p { color: rgb(46,155,141); }
H1.HeaderClassName
{
color: #2E9B8D;
}
.AnyTagClassName
{
color: #2E9B8D;
}
</style>
background-color css
<style>
a { background-color: #2E9B8D; }
a { background-color: rgb(46,155,141); }
div.DivClassName
{
background-color: #2E9B8D;
}
.BgClassName
{
background-color: #2E9B8D;
}
</style>
border-color css
<style>
span { border-color: #2E9B8D; }
span { border-color: rgb(46,155,141); }
td.TdClassName
{
border-color: #2E9B8D;
}
.TagClassName
{
border-color: #2E9B8D;
}
</style>