Shades of Gossamer #3FA79D
Tints of Gossamer #3FA79D
RGB
CMYK
RGB Variations
Color information
#3FA79D (or 0x3FA79D) is known color: Gossamer. HEX triplet: 3F, A7 and 9D. RGB value is (63,167,157). Sum of RGB (Red+Green+Blue) = 63+167+157=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA79D is #C05862. Grayscale: #868686. Windows color (decimal): -12605539 or 10331967. OLE color: 10331967.
HSL color Cylindrical-coordinate representation of color #3FA79D: hue angle of 174.23º 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 #3FA79D is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 157 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.35 |
| HSL | 174.23º | 0.45% | 0.45% | - |
| HSV(B) | 174.23º | 0.62% | 0.65% | - |
| XYZ | 21.95 | 31.13 | 36.75 | - |
| YUV | 134.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 157 | 0.62 | 0 | 0.06 | 0.35 | 174.23 | 0.45 | 0.45 |
| Hex | 3F | A7 | 9D | 3E | 0 | 6 | 23 | AE | 2D | 2D |
| Octal | 77 | 247 | 235 | 76 | 0 | 6 | 43 | 256 | 55 | 55 |
| Binary | 111111 | 10100111 | 10011101 | 111110 | 0 | 110 | 100011 | 10101110 | 101101 | 101101 |
Color Harmonies of #3FA79D
Complementary color
Monochromatic Colors of #3FA79D
Black with #3FA79D
Text Example
Text Example
White with #3FA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA79D; }
p { color: rgb(63,167,157); }
H1.HeaderClassName
{
color: #3FA79D;
}
.AnyTagClassName
{
color: #3FA79D;
}
</style>
background-color css
<style>
a { background-color: #3FA79D; }
a { background-color: rgb(63,167,157); }
div.DivClassName
{
background-color: #3FA79D;
}
.BgClassName
{
background-color: #3FA79D;
}
</style>
border-color css
<style>
span { border-color: #3FA79D; }
span { border-color: rgb(63,167,157); }
td.TdClassName
{
border-color: #3FA79D;
}
.TagClassName
{
border-color: #3FA79D;
}
</style>