Shades of Gossamer #3E9986
Tints of Gossamer #3E9986
RGB
CMYK
RGB Variations
Color information
#3E9986 (or 0x3E9986) is known color: Gossamer. HEX triplet: 3E, 99 and 86. RGB value is (62,153,134). Sum of RGB (Red+Green+Blue) = 62+153+134=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #3E9986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9986 is #C16679. Grayscale: #7B7B7B. Windows color (decimal): -12674682 or 8821054. OLE color: 8821054.
HSL color Cylindrical-coordinate representation of color #3E9986: hue angle of 167.47º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E9986 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 153 | 134 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.4 |
| HSL | 167.47º | 0.42% | 0.42% | - |
| HSV(B) | 167.47º | 0.59% | 0.6% | - |
| XYZ | 17.68 | 25.53 | 26.55 | - |
| YUV | 123.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 134 | 0.59 | 0 | 0.12 | 0.4 | 167.47 | 0.42 | 0.42 |
| Hex | 3E | 99 | 86 | 3B | 0 | C | 28 | A7 | 2A | 2A |
| Octal | 76 | 231 | 206 | 73 | 0 | 14 | 50 | 247 | 52 | 52 |
| Binary | 111110 | 10011001 | 10000110 | 111011 | 0 | 1100 | 101000 | 10100111 | 101010 | 101010 |
Color Harmonies of #3E9986
Complementary color
Monochromatic Colors of #3E9986
Black with #3E9986
Text Example
Text Example
White with #3E9986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9986; }
p { color: rgb(62,153,134); }
H1.HeaderClassName
{
color: #3E9986;
}
.AnyTagClassName
{
color: #3E9986;
}
</style>
background-color css
<style>
a { background-color: #3E9986; }
a { background-color: rgb(62,153,134); }
div.DivClassName
{
background-color: #3E9986;
}
.BgClassName
{
background-color: #3E9986;
}
</style>
border-color css
<style>
span { border-color: #3E9986; }
span { border-color: rgb(62,153,134); }
td.TdClassName
{
border-color: #3E9986;
}
.TagClassName
{
border-color: #3E9986;
}
</style>