Shades of Gossamer #3EAB86
Tints of Gossamer #3EAB86
RGB
CMYK
RGB Variations
Color information
#3EAB86 (or 0x3EAB86) is known color: Gossamer. HEX triplet: 3E, AB and 86. RGB value is (62,171,134). Sum of RGB (Red+Green+Blue) = 62+171+134=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #3EAB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAB86 is #C15479. Grayscale: #868686. Windows color (decimal): -12670074 or 8825662. OLE color: 8825662.
HSL color Cylindrical-coordinate representation of color #3EAB86: hue angle of 159.63º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAB86 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 171 | 134 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.33 |
| HSL | 159.63º | 0.47% | 0.46% | - |
| HSV(B) | 159.63º | 0.64% | 0.67% | - |
| XYZ | 20.85 | 31.87 | 27.61 | - |
| YUV | 134.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 171 | 134 | 0.64 | 0 | 0.22 | 0.33 | 159.63 | 0.47 | 0.46 |
| Hex | 3E | AB | 86 | 40 | 0 | 16 | 21 | A0 | 2F | 2E |
| Octal | 76 | 253 | 206 | 100 | 0 | 26 | 41 | 240 | 57 | 56 |
| Binary | 111110 | 10101011 | 10000110 | 1000000 | 0 | 10110 | 100001 | 10100000 | 101111 | 101110 |
Color Harmonies of #3EAB86
Complementary color
Monochromatic Colors of #3EAB86
Black with #3EAB86
Text Example
Text Example
White with #3EAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAB86; }
p { color: rgb(62,171,134); }
H1.HeaderClassName
{
color: #3EAB86;
}
.AnyTagClassName
{
color: #3EAB86;
}
</style>
background-color css
<style>
a { background-color: #3EAB86; }
a { background-color: rgb(62,171,134); }
div.DivClassName
{
background-color: #3EAB86;
}
.BgClassName
{
background-color: #3EAB86;
}
</style>
border-color css
<style>
span { border-color: #3EAB86; }
span { border-color: rgb(62,171,134); }
td.TdClassName
{
border-color: #3EAB86;
}
.TagClassName
{
border-color: #3EAB86;
}
</style>