Shades of Gossamer #3FA07F
Tints of Gossamer #3FA07F
RGB
CMYK
RGB Variations
Color information
#3FA07F (or 0x3FA07F) is known color: Gossamer. HEX triplet: 3F, A0 and 7F. RGB value is (63,160,127). Sum of RGB (Red+Green+Blue) = 63+160+127=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA07F is #C05F80. Grayscale: #7F7F7F. Windows color (decimal): -12607361 or 8364095. OLE color: 8364095.
HSL color Cylindrical-coordinate representation of color #3FA07F: hue angle of 159.59º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA07F is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 127 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.37 |
| HSL | 159.59º | 0.43% | 0.44% | - |
| HSV(B) | 159.59º | 0.61% | 0.63% | - |
| XYZ | 18.45 | 27.73 | 24.46 | - |
| YUV | 127.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 127 | 0.61 | 0 | 0.21 | 0.37 | 159.59 | 0.43 | 0.44 |
| Hex | 3F | A0 | 7F | 3D | 0 | 15 | 25 | A0 | 2B | 2C |
| Octal | 77 | 240 | 177 | 75 | 0 | 25 | 45 | 240 | 53 | 54 |
| Binary | 111111 | 10100000 | 1111111 | 111101 | 0 | 10101 | 100101 | 10100000 | 101011 | 101100 |
Color Harmonies of #3FA07F
Complementary color
Monochromatic Colors of #3FA07F
Black with #3FA07F
Text Example
Text Example
White with #3FA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA07F; }
p { color: rgb(63,160,127); }
H1.HeaderClassName
{
color: #3FA07F;
}
.AnyTagClassName
{
color: #3FA07F;
}
</style>
background-color css
<style>
a { background-color: #3FA07F; }
a { background-color: rgb(63,160,127); }
div.DivClassName
{
background-color: #3FA07F;
}
.BgClassName
{
background-color: #3FA07F;
}
</style>
border-color css
<style>
span { border-color: #3FA07F; }
span { border-color: rgb(63,160,127); }
td.TdClassName
{
border-color: #3FA07F;
}
.TagClassName
{
border-color: #3FA07F;
}
</style>