Shades of Gossamer #2E998A
Tints of Gossamer #2E998A
RGB
CMYK
RGB Variations
Color information
#2E998A (or 0x2E998A) is known color: Gossamer. HEX triplet: 2E, 99 and 8A. RGB value is (46,153,138). Sum of RGB (Red+Green+Blue) = 46+153+138=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #2E998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E998A is #D16675. Grayscale: #777777. Windows color (decimal): -13723254 or 9083182. OLE color: 9083182.
HSL color Cylindrical-coordinate representation of color #2E998A: hue angle of 171.59º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E998A is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 138 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.4 |
| HSL | 171.59º | 0.54% | 0.39% | - |
| HSV(B) | 171.59º | 0.7% | 0.6% | - |
| XYZ | 17.11 | 25.2 | 28.01 | - |
| YUV | 119.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 138 | 0.70 | 0 | 0.10 | 0.4 | 171.59 | 0.54 | 0.39 |
| Hex | 2E | 99 | 8A | 46 | 0 | A | 28 | AC | 36 | 27 |
| Octal | 56 | 231 | 212 | 106 | 0 | 12 | 50 | 254 | 66 | 47 |
| Binary | 101110 | 10011001 | 10001010 | 1000110 | 0 | 1010 | 101000 | 10101100 | 110110 | 100111 |
Color Harmonies of #2E998A
Complementary color
Monochromatic Colors of #2E998A
Black with #2E998A
Text Example
Text Example
White with #2E998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E998A; }
p { color: rgb(46,153,138); }
H1.HeaderClassName
{
color: #2E998A;
}
.AnyTagClassName
{
color: #2E998A;
}
</style>
background-color css
<style>
a { background-color: #2E998A; }
a { background-color: rgb(46,153,138); }
div.DivClassName
{
background-color: #2E998A;
}
.BgClassName
{
background-color: #2E998A;
}
</style>
border-color css
<style>
span { border-color: #2E998A; }
span { border-color: rgb(46,153,138); }
td.TdClassName
{
border-color: #2E998A;
}
.TagClassName
{
border-color: #2E998A;
}
</style>