Shades of Gossamer #3FAF86
Tints of Gossamer #3FAF86
RGB
CMYK
RGB Variations
Color information
#3FAF86 (or 0x3FAF86) is known color: Gossamer. HEX triplet: 3F, AF and 86. RGB value is (63,175,134). Sum of RGB (Red+Green+Blue) = 63+175+134=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF86 is #C05079. Grayscale: #888888. Windows color (decimal): -12603514 or 8826687. OLE color: 8826687.
HSL color Cylindrical-coordinate representation of color #3FAF86: hue angle of 158.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF86 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 134 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.31 |
| HSL | 158.04º | 0.47% | 0.47% | - |
| HSV(B) | 158.04º | 0.64% | 0.69% | - |
| XYZ | 21.68 | 33.44 | 27.87 | - |
| YUV | 136.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 134 | 0.64 | 0 | 0.23 | 0.31 | 158.04 | 0.47 | 0.47 |
| Hex | 3F | AF | 86 | 40 | 0 | 17 | 1F | 9E | 2F | 2F |
| Octal | 77 | 257 | 206 | 100 | 0 | 27 | 37 | 236 | 57 | 57 |
| Binary | 111111 | 10101111 | 10000110 | 1000000 | 0 | 10111 | 11111 | 10011110 | 101111 | 101111 |
Color Harmonies of #3FAF86
Complementary color
Monochromatic Colors of #3FAF86
Black with #3FAF86
Text Example
Text Example
White with #3FAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF86; }
p { color: rgb(63,175,134); }
H1.HeaderClassName
{
color: #3FAF86;
}
.AnyTagClassName
{
color: #3FAF86;
}
</style>
background-color css
<style>
a { background-color: #3FAF86; }
a { background-color: rgb(63,175,134); }
div.DivClassName
{
background-color: #3FAF86;
}
.BgClassName
{
background-color: #3FAF86;
}
</style>
border-color css
<style>
span { border-color: #3FAF86; }
span { border-color: rgb(63,175,134); }
td.TdClassName
{
border-color: #3FAF86;
}
.TagClassName
{
border-color: #3FAF86;
}
</style>