Shades of Gossamer #3FA089
Tints of Gossamer #3FA089
RGB
CMYK
RGB Variations
Color information
#3FA089 (or 0x3FA089) is known color: Gossamer. HEX triplet: 3F, A0 and 89. RGB value is (63,160,137). Sum of RGB (Red+Green+Blue) = 63+160+137=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA089 is #C05F76. Grayscale: #808080. Windows color (decimal): -12607351 or 9019455. OLE color: 9019455.
HSL color Cylindrical-coordinate representation of color #3FA089: hue angle of 165.77º 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 #3FA089 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 137 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.37 |
| HSL | 165.77º | 0.43% | 0.44% | - |
| HSV(B) | 165.77º | 0.61% | 0.63% | - |
| XYZ | 19.14 | 28 | 28.06 | - |
| YUV | 128.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 137 | 0.61 | 0 | 0.14 | 0.37 | 165.77 | 0.43 | 0.44 |
| Hex | 3F | A0 | 89 | 3D | 0 | E | 25 | A6 | 2B | 2C |
| Octal | 77 | 240 | 211 | 75 | 0 | 16 | 45 | 246 | 53 | 54 |
| Binary | 111111 | 10100000 | 10001001 | 111101 | 0 | 1110 | 100101 | 10100110 | 101011 | 101100 |
Color Harmonies of #3FA089
Complementary color
Monochromatic Colors of #3FA089
Black with #3FA089
Text Example
Text Example
White with #3FA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA089; }
p { color: rgb(63,160,137); }
H1.HeaderClassName
{
color: #3FA089;
}
.AnyTagClassName
{
color: #3FA089;
}
</style>
background-color css
<style>
a { background-color: #3FA089; }
a { background-color: rgb(63,160,137); }
div.DivClassName
{
background-color: #3FA089;
}
.BgClassName
{
background-color: #3FA089;
}
</style>
border-color css
<style>
span { border-color: #3FA089; }
span { border-color: rgb(63,160,137); }
td.TdClassName
{
border-color: #3FA089;
}
.TagClassName
{
border-color: #3FA089;
}
</style>