Shades of Gossamer #3EAB80
Tints of Gossamer #3EAB80
RGB
CMYK
RGB Variations
Color information
#3EAB80 (or 0x3EAB80) is known color: Gossamer. HEX triplet: 3E, AB and 80. RGB value is (62,171,128). Sum of RGB (Red+Green+Blue) = 62+171+128=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #3EAB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAB80 is #C1547F. Grayscale: #858585. Windows color (decimal): -12670080 or 8432446. OLE color: 8432446.
HSL color Cylindrical-coordinate representation of color #3EAB80: hue angle of 156.33º 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 #3EAB80 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 171 | 128 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.33 |
| HSL | 156.33º | 0.47% | 0.46% | - |
| HSV(B) | 156.33º | 0.64% | 0.67% | - |
| XYZ | 20.45 | 31.71 | 25.46 | - |
| YUV | 133.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 171 | 128 | 0.64 | 0 | 0.25 | 0.33 | 156.33 | 0.47 | 0.46 |
| Hex | 3E | AB | 80 | 40 | 0 | 19 | 21 | 9C | 2F | 2E |
| Octal | 76 | 253 | 200 | 100 | 0 | 31 | 41 | 234 | 57 | 56 |
| Binary | 111110 | 10101011 | 10000000 | 1000000 | 0 | 11001 | 100001 | 10011100 | 101111 | 101110 |
Color Harmonies of #3EAB80
Complementary color
Monochromatic Colors of #3EAB80
Black with #3EAB80
Text Example
Text Example
White with #3EAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAB80; }
p { color: rgb(62,171,128); }
H1.HeaderClassName
{
color: #3EAB80;
}
.AnyTagClassName
{
color: #3EAB80;
}
</style>
background-color css
<style>
a { background-color: #3EAB80; }
a { background-color: rgb(62,171,128); }
div.DivClassName
{
background-color: #3EAB80;
}
.BgClassName
{
background-color: #3EAB80;
}
</style>
border-color css
<style>
span { border-color: #3EAB80; }
span { border-color: rgb(62,171,128); }
td.TdClassName
{
border-color: #3EAB80;
}
.TagClassName
{
border-color: #3EAB80;
}
</style>