Shades of Gossamer #3FA686
Tints of Gossamer #3FA686
RGB
CMYK
RGB Variations
Color information
#3FA686 (or 0x3FA686) is known color: Gossamer. HEX triplet: 3F, A6 and 86. RGB value is (63,166,134). Sum of RGB (Red+Green+Blue) = 63+166+134=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA686 is #C05979. Grayscale: #838383. Windows color (decimal): -12605818 or 8824383. OLE color: 8824383.
HSL color Cylindrical-coordinate representation of color #3FA686: hue angle of 161.36º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA686 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 134 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.35 |
| HSL | 161.36º | 0.45% | 0.45% | - |
| HSV(B) | 161.36º | 0.62% | 0.65% | - |
| XYZ | 19.99 | 30.05 | 27.3 | - |
| YUV | 131.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 134 | 0.62 | 0 | 0.19 | 0.35 | 161.36 | 0.45 | 0.45 |
| Hex | 3F | A6 | 86 | 3E | 0 | 13 | 23 | A1 | 2D | 2D |
| Octal | 77 | 246 | 206 | 76 | 0 | 23 | 43 | 241 | 55 | 55 |
| Binary | 111111 | 10100110 | 10000110 | 111110 | 0 | 10011 | 100011 | 10100001 | 101101 | 101101 |
Color Harmonies of #3FA686
Complementary color
Monochromatic Colors of #3FA686
Black with #3FA686
Text Example
Text Example
White with #3FA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA686; }
p { color: rgb(63,166,134); }
H1.HeaderClassName
{
color: #3FA686;
}
.AnyTagClassName
{
color: #3FA686;
}
</style>
background-color css
<style>
a { background-color: #3FA686; }
a { background-color: rgb(63,166,134); }
div.DivClassName
{
background-color: #3FA686;
}
.BgClassName
{
background-color: #3FA686;
}
</style>
border-color css
<style>
span { border-color: #3FA686; }
span { border-color: rgb(63,166,134); }
td.TdClassName
{
border-color: #3FA686;
}
.TagClassName
{
border-color: #3FA686;
}
</style>