Shades of Gossamer #3FB186
Tints of Gossamer #3FB186
RGB
CMYK
RGB Variations
Color information
#3FB186 (or 0x3FB186) is known color: Gossamer. HEX triplet: 3F, B1 and 86. RGB value is (63,177,134). Sum of RGB (Red+Green+Blue) = 63+177+134=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB186 is #C04E79. Grayscale: #8A8A8A. Windows color (decimal): -12603002 or 8827199. OLE color: 8827199.
HSL color Cylindrical-coordinate representation of color #3FB186: hue angle of 157.37º 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 #3FB186 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 177 | 134 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.31 |
| HSL | 157.37º | 0.48% | 0.47% | - |
| HSV(B) | 157.37º | 0.64% | 0.69% | - |
| XYZ | 22.08 | 34.22 | 28 | - |
| YUV | 138.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 134 | 0.64 | 0 | 0.24 | 0.31 | 157.37 | 0.48 | 0.47 |
| Hex | 3F | B1 | 86 | 40 | 0 | 18 | 1F | 9D | 30 | 2F |
| Octal | 77 | 261 | 206 | 100 | 0 | 30 | 37 | 235 | 60 | 57 |
| Binary | 111111 | 10110001 | 10000110 | 1000000 | 0 | 11000 | 11111 | 10011101 | 110000 | 101111 |
Color Harmonies of #3FB186
Complementary color
Monochromatic Colors of #3FB186
Black with #3FB186
Text Example
Text Example
White with #3FB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB186; }
p { color: rgb(63,177,134); }
H1.HeaderClassName
{
color: #3FB186;
}
.AnyTagClassName
{
color: #3FB186;
}
</style>
background-color css
<style>
a { background-color: #3FB186; }
a { background-color: rgb(63,177,134); }
div.DivClassName
{
background-color: #3FB186;
}
.BgClassName
{
background-color: #3FB186;
}
</style>
border-color css
<style>
span { border-color: #3FB186; }
span { border-color: rgb(63,177,134); }
td.TdClassName
{
border-color: #3FB186;
}
.TagClassName
{
border-color: #3FB186;
}
</style>