Shades of Gossamer #2E9C7B
Tints of Gossamer #2E9C7B
RGB
CMYK
RGB Variations
Color information
#2E9C7B (or 0x2E9C7B) is known color: Gossamer. HEX triplet: 2E, 9C and 7B. RGB value is (46,156,123). Sum of RGB (Red+Green+Blue) = 46+156+123=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #2E9C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9C7B is #D16384. Grayscale: #777777. Windows color (decimal): -13722501 or 8100910. OLE color: 8100910.
HSL color Cylindrical-coordinate representation of color #2E9C7B: hue angle of 162º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9C7B is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 156 | 123 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.39 |
| HSL | 162º | 0.54% | 0.4% | - |
| HSV(B) | 162º | 0.71% | 0.61% | - |
| XYZ | 16.59 | 25.79 | 22.84 | - |
| YUV | 119.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 123 | 0.71 | 0 | 0.21 | 0.39 | 162 | 0.54 | 0.4 |
| Hex | 2E | 9C | 7B | 47 | 0 | 15 | 27 | A2 | 36 | 28 |
| Octal | 56 | 234 | 173 | 107 | 0 | 25 | 47 | 242 | 66 | 50 |
| Binary | 101110 | 10011100 | 1111011 | 1000111 | 0 | 10101 | 100111 | 10100010 | 110110 | 101000 |
Color Harmonies of #2E9C7B
Complementary color
Monochromatic Colors of #2E9C7B
Black with #2E9C7B
Text Example
Text Example
White with #2E9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9C7B; }
p { color: rgb(46,156,123); }
H1.HeaderClassName
{
color: #2E9C7B;
}
.AnyTagClassName
{
color: #2E9C7B;
}
</style>
background-color css
<style>
a { background-color: #2E9C7B; }
a { background-color: rgb(46,156,123); }
div.DivClassName
{
background-color: #2E9C7B;
}
.BgClassName
{
background-color: #2E9C7B;
}
</style>
border-color css
<style>
span { border-color: #2E9C7B; }
span { border-color: rgb(46,156,123); }
td.TdClassName
{
border-color: #2E9C7B;
}
.TagClassName
{
border-color: #2E9C7B;
}
</style>