Shades of Gossamer #3A9F86
Tints of Gossamer #3A9F86
RGB
CMYK
RGB Variations
Color information
#3A9F86 (or 0x3A9F86) is known color: Gossamer. HEX triplet: 3A, 9F and 86. RGB value is (58,159,134). Sum of RGB (Red+Green+Blue) = 58+159+134=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9F86 is #C56079. Grayscale: #7D7D7D. Windows color (decimal): -12935290 or 8822586. OLE color: 8822586.
HSL color Cylindrical-coordinate representation of color #3A9F86: hue angle of 165.15º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F86 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 134 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.38 |
| HSL | 165.15º | 0.47% | 0.43% | - |
| HSV(B) | 165.15º | 0.64% | 0.62% | - |
| XYZ | 18.45 | 27.42 | 26.87 | - |
| YUV | 125.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 134 | 0.64 | 0 | 0.16 | 0.38 | 165.15 | 0.47 | 0.43 |
| Hex | 3A | 9F | 86 | 40 | 0 | 10 | 26 | A5 | 2F | 2B |
| Octal | 72 | 237 | 206 | 100 | 0 | 20 | 46 | 245 | 57 | 53 |
| Binary | 111010 | 10011111 | 10000110 | 1000000 | 0 | 10000 | 100110 | 10100101 | 101111 | 101011 |
Color Harmonies of #3A9F86
Complementary color
Monochromatic Colors of #3A9F86
Black with #3A9F86
Text Example
Text Example
White with #3A9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F86; }
p { color: rgb(58,159,134); }
H1.HeaderClassName
{
color: #3A9F86;
}
.AnyTagClassName
{
color: #3A9F86;
}
</style>
background-color css
<style>
a { background-color: #3A9F86; }
a { background-color: rgb(58,159,134); }
div.DivClassName
{
background-color: #3A9F86;
}
.BgClassName
{
background-color: #3A9F86;
}
</style>
border-color css
<style>
span { border-color: #3A9F86; }
span { border-color: rgb(58,159,134); }
td.TdClassName
{
border-color: #3A9F86;
}
.TagClassName
{
border-color: #3A9F86;
}
</style>