Shades of Gossamer #3FA682
Tints of Gossamer #3FA682
RGB
CMYK
RGB Variations
Color information
#3FA682 (or 0x3FA682) is known color: Gossamer. HEX triplet: 3F, A6 and 82. RGB value is (63,166,130). Sum of RGB (Red+Green+Blue) = 63+166+130=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA682 is #C0597D. Grayscale: #838383. Windows color (decimal): -12605822 or 8562239. OLE color: 8562239.
HSL color Cylindrical-coordinate representation of color #3FA682: hue angle of 159.03º 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 #3FA682 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 130 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.35 |
| HSL | 159.03º | 0.45% | 0.45% | - |
| HSV(B) | 159.03º | 0.62% | 0.65% | - |
| XYZ | 19.72 | 29.94 | 25.86 | - |
| YUV | 131.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 130 | 0.62 | 0 | 0.22 | 0.35 | 159.03 | 0.45 | 0.45 |
| Hex | 3F | A6 | 82 | 3E | 0 | 16 | 23 | 9F | 2D | 2D |
| Octal | 77 | 246 | 202 | 76 | 0 | 26 | 43 | 237 | 55 | 55 |
| Binary | 111111 | 10100110 | 10000010 | 111110 | 0 | 10110 | 100011 | 10011111 | 101101 | 101101 |
Color Harmonies of #3FA682
Complementary color
Monochromatic Colors of #3FA682
Black with #3FA682
Text Example
Text Example
White with #3FA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA682; }
p { color: rgb(63,166,130); }
H1.HeaderClassName
{
color: #3FA682;
}
.AnyTagClassName
{
color: #3FA682;
}
</style>
background-color css
<style>
a { background-color: #3FA682; }
a { background-color: rgb(63,166,130); }
div.DivClassName
{
background-color: #3FA682;
}
.BgClassName
{
background-color: #3FA682;
}
</style>
border-color css
<style>
span { border-color: #3FA682; }
span { border-color: rgb(63,166,130); }
td.TdClassName
{
border-color: #3FA682;
}
.TagClassName
{
border-color: #3FA682;
}
</style>