Shades of Gossamer #3E9684
Tints of Gossamer #3E9684
RGB
CMYK
RGB Variations
Color information
#3E9684 (or 0x3E9684) is known color: Gossamer. HEX triplet: 3E, 96 and 84. RGB value is (62,150,132). Sum of RGB (Red+Green+Blue) = 62+150+132=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9684 is #C1697B. Grayscale: #797979. Windows color (decimal): -12675452 or 8689214. OLE color: 8689214.
HSL color Cylindrical-coordinate representation of color #3E9684: hue angle of 167.73º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E9684 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 132 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.41 |
| HSL | 167.73º | 0.42% | 0.42% | - |
| HSV(B) | 167.73º | 0.59% | 0.59% | - |
| XYZ | 17.06 | 24.5 | 25.66 | - |
| YUV | 121.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 132 | 0.59 | 0 | 0.12 | 0.41 | 167.73 | 0.42 | 0.42 |
| Hex | 3E | 96 | 84 | 3B | 0 | C | 29 | A8 | 2A | 2A |
| Octal | 76 | 226 | 204 | 73 | 0 | 14 | 51 | 250 | 52 | 52 |
| Binary | 111110 | 10010110 | 10000100 | 111011 | 0 | 1100 | 101001 | 10101000 | 101010 | 101010 |
Color Harmonies of #3E9684
Complementary color
Monochromatic Colors of #3E9684
Black with #3E9684
Text Example
Text Example
White with #3E9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9684; }
p { color: rgb(62,150,132); }
H1.HeaderClassName
{
color: #3E9684;
}
.AnyTagClassName
{
color: #3E9684;
}
</style>
background-color css
<style>
a { background-color: #3E9684; }
a { background-color: rgb(62,150,132); }
div.DivClassName
{
background-color: #3E9684;
}
.BgClassName
{
background-color: #3E9684;
}
</style>
border-color css
<style>
span { border-color: #3E9684; }
span { border-color: rgb(62,150,132); }
td.TdClassName
{
border-color: #3E9684;
}
.TagClassName
{
border-color: #3E9684;
}
</style>