Shades of Gossamer #3FAB87
Tints of Gossamer #3FAB87
RGB
CMYK
RGB Variations
Color information
#3FAB87 (or 0x3FAB87) is known color: Gossamer. HEX triplet: 3F, AB and 87. RGB value is (63,171,135). Sum of RGB (Red+Green+Blue) = 63+171+135=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB87 is #C05478. Grayscale: #868686. Windows color (decimal): -12604537 or 8891199. OLE color: 8891199.
HSL color Cylindrical-coordinate representation of color #3FAB87: hue angle of 160º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAB87 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 135 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.33 |
| HSL | 160º | 0.46% | 0.46% | - |
| HSV(B) | 160º | 0.63% | 0.67% | - |
| XYZ | 20.99 | 31.93 | 27.98 | - |
| YUV | 134.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 135 | 0.63 | 0 | 0.21 | 0.33 | 160 | 0.46 | 0.46 |
| Hex | 3F | AB | 87 | 3F | 0 | 15 | 21 | A0 | 2E | 2E |
| Octal | 77 | 253 | 207 | 77 | 0 | 25 | 41 | 240 | 56 | 56 |
| Binary | 111111 | 10101011 | 10000111 | 111111 | 0 | 10101 | 100001 | 10100000 | 101110 | 101110 |
Color Harmonies of #3FAB87
Complementary color
Monochromatic Colors of #3FAB87
Black with #3FAB87
Text Example
Text Example
White with #3FAB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB87; }
p { color: rgb(63,171,135); }
H1.HeaderClassName
{
color: #3FAB87;
}
.AnyTagClassName
{
color: #3FAB87;
}
</style>
background-color css
<style>
a { background-color: #3FAB87; }
a { background-color: rgb(63,171,135); }
div.DivClassName
{
background-color: #3FAB87;
}
.BgClassName
{
background-color: #3FAB87;
}
</style>
border-color css
<style>
span { border-color: #3FAB87; }
span { border-color: rgb(63,171,135); }
td.TdClassName
{
border-color: #3FAB87;
}
.TagClassName
{
border-color: #3FAB87;
}
</style>