Shades of Gossamer #3FAC86
Tints of Gossamer #3FAC86
RGB
CMYK
RGB Variations
Color information
#3FAC86 (or 0x3FAC86) is known color: Gossamer. HEX triplet: 3F, AC and 86. RGB value is (63,172,134). Sum of RGB (Red+Green+Blue) = 63+172+134=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC86 is #C05379. Grayscale: #878787. Windows color (decimal): -12604282 or 8825919. OLE color: 8825919.
HSL color Cylindrical-coordinate representation of color #3FAC86: hue angle of 159.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC86 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 134 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.33 |
| HSL | 159.08º | 0.46% | 0.46% | - |
| HSV(B) | 159.08º | 0.63% | 0.67% | - |
| XYZ | 21.11 | 32.28 | 27.67 | - |
| YUV | 135.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 134 | 0.63 | 0 | 0.22 | 0.33 | 159.08 | 0.46 | 0.46 |
| Hex | 3F | AC | 86 | 3F | 0 | 16 | 21 | 9F | 2E | 2E |
| Octal | 77 | 254 | 206 | 77 | 0 | 26 | 41 | 237 | 56 | 56 |
| Binary | 111111 | 10101100 | 10000110 | 111111 | 0 | 10110 | 100001 | 10011111 | 101110 | 101110 |
Color Harmonies of #3FAC86
Complementary color
Monochromatic Colors of #3FAC86
Black with #3FAC86
Text Example
Text Example
White with #3FAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC86; }
p { color: rgb(63,172,134); }
H1.HeaderClassName
{
color: #3FAC86;
}
.AnyTagClassName
{
color: #3FAC86;
}
</style>
background-color css
<style>
a { background-color: #3FAC86; }
a { background-color: rgb(63,172,134); }
div.DivClassName
{
background-color: #3FAC86;
}
.BgClassName
{
background-color: #3FAC86;
}
</style>
border-color css
<style>
span { border-color: #3FAC86; }
span { border-color: rgb(63,172,134); }
td.TdClassName
{
border-color: #3FAC86;
}
.TagClassName
{
border-color: #3FAC86;
}
</style>