Shades of Gossamer #3FA689
Tints of Gossamer #3FA689
RGB
CMYK
RGB Variations
Color information
#3FA689 (or 0x3FA689) is known color: Gossamer. HEX triplet: 3F, A6 and 89. RGB value is (63,166,137). Sum of RGB (Red+Green+Blue) = 63+166+137=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA689 is #C05976. Grayscale: #838383. Windows color (decimal): -12605815 or 9020991. OLE color: 9020991.
HSL color Cylindrical-coordinate representation of color #3FA689: hue angle of 163.11º 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 #3FA689 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 137 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.35 |
| HSL | 163.11º | 0.45% | 0.45% | - |
| HSV(B) | 163.11º | 0.62% | 0.65% | - |
| XYZ | 20.2 | 30.14 | 28.42 | - |
| YUV | 131.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 137 | 0.62 | 0 | 0.17 | 0.35 | 163.11 | 0.45 | 0.45 |
| Hex | 3F | A6 | 89 | 3E | 0 | 11 | 23 | A3 | 2D | 2D |
| Octal | 77 | 246 | 211 | 76 | 0 | 21 | 43 | 243 | 55 | 55 |
| Binary | 111111 | 10100110 | 10001001 | 111110 | 0 | 10001 | 100011 | 10100011 | 101101 | 101101 |
Color Harmonies of #3FA689
Complementary color
Monochromatic Colors of #3FA689
Black with #3FA689
Text Example
Text Example
White with #3FA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA689; }
p { color: rgb(63,166,137); }
H1.HeaderClassName
{
color: #3FA689;
}
.AnyTagClassName
{
color: #3FA689;
}
</style>
background-color css
<style>
a { background-color: #3FA689; }
a { background-color: rgb(63,166,137); }
div.DivClassName
{
background-color: #3FA689;
}
.BgClassName
{
background-color: #3FA689;
}
</style>
border-color css
<style>
span { border-color: #3FA689; }
span { border-color: rgb(63,166,137); }
td.TdClassName
{
border-color: #3FA689;
}
.TagClassName
{
border-color: #3FA689;
}
</style>