Shades of Gossamer #3FA982
Tints of Gossamer #3FA982
RGB
CMYK
RGB Variations
Color information
#3FA982 (or 0x3FA982) is known color: Gossamer. HEX triplet: 3F, A9 and 82. RGB value is (63,169,130). Sum of RGB (Red+Green+Blue) = 63+169+130=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA982 is #C0567D. Grayscale: #848484. Windows color (decimal): -12605054 or 8563007. OLE color: 8563007.
HSL color Cylindrical-coordinate representation of color #3FA982: hue angle of 157.92º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA982 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 169 | 130 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.34 |
| HSL | 157.92º | 0.46% | 0.45% | - |
| HSV(B) | 157.92º | 0.63% | 0.66% | - |
| XYZ | 20.27 | 31.04 | 26.04 | - |
| YUV | 132.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 130 | 0.63 | 0 | 0.23 | 0.34 | 157.92 | 0.46 | 0.45 |
| Hex | 3F | A9 | 82 | 3F | 0 | 17 | 22 | 9E | 2E | 2D |
| Octal | 77 | 251 | 202 | 77 | 0 | 27 | 42 | 236 | 56 | 55 |
| Binary | 111111 | 10101001 | 10000010 | 111111 | 0 | 10111 | 100010 | 10011110 | 101110 | 101101 |
Color Harmonies of #3FA982
Complementary color
Monochromatic Colors of #3FA982
Black with #3FA982
Text Example
Text Example
White with #3FA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA982; }
p { color: rgb(63,169,130); }
H1.HeaderClassName
{
color: #3FA982;
}
.AnyTagClassName
{
color: #3FA982;
}
</style>
background-color css
<style>
a { background-color: #3FA982; }
a { background-color: rgb(63,169,130); }
div.DivClassName
{
background-color: #3FA982;
}
.BgClassName
{
background-color: #3FA982;
}
</style>
border-color css
<style>
span { border-color: #3FA982; }
span { border-color: rgb(63,169,130); }
td.TdClassName
{
border-color: #3FA982;
}
.TagClassName
{
border-color: #3FA982;
}
</style>