Shades of Gossamer #3EB18D
Tints of Gossamer #3EB18D
RGB
CMYK
RGB Variations
Color information
#3EB18D (or 0x3EB18D) is known color: Gossamer. HEX triplet: 3E, B1 and 8D. RGB value is (62,177,141). Sum of RGB (Red+Green+Blue) = 62+177+141=380 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.32% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #3EB18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EB18D is #C14E72. Grayscale: #8A8A8A. Windows color (decimal): -12668531 or 9285950. OLE color: 9285950.
HSL color Cylindrical-coordinate representation of color #3EB18D: hue angle of 161.22º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB18D is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 177 | 141 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.31 |
| HSL | 161.22º | 0.48% | 0.47% | - |
| HSV(B) | 161.22º | 0.65% | 0.69% | - |
| XYZ | 22.52 | 34.39 | 30.65 | - |
| YUV | 138.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 177 | 141 | 0.65 | 0 | 0.20 | 0.31 | 161.22 | 0.48 | 0.47 |
| Hex | 3E | B1 | 8D | 41 | 0 | 14 | 1F | A1 | 30 | 2F |
| Octal | 76 | 261 | 215 | 101 | 0 | 24 | 37 | 241 | 60 | 57 |
| Binary | 111110 | 10110001 | 10001101 | 1000001 | 0 | 10100 | 11111 | 10100001 | 110000 | 101111 |
Color Harmonies of #3EB18D
Complementary color
Monochromatic Colors of #3EB18D
Black with #3EB18D
Text Example
Text Example
White with #3EB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB18D; }
p { color: rgb(62,177,141); }
H1.HeaderClassName
{
color: #3EB18D;
}
.AnyTagClassName
{
color: #3EB18D;
}
</style>
background-color css
<style>
a { background-color: #3EB18D; }
a { background-color: rgb(62,177,141); }
div.DivClassName
{
background-color: #3EB18D;
}
.BgClassName
{
background-color: #3EB18D;
}
</style>
border-color css
<style>
span { border-color: #3EB18D; }
span { border-color: rgb(62,177,141); }
td.TdClassName
{
border-color: #3EB18D;
}
.TagClassName
{
border-color: #3EB18D;
}
</style>