Shades of Gossamer #3FB095
Tints of Gossamer #3FB095
RGB
CMYK
RGB Variations
Color information
#3FB095 (or 0x3FB095) is known color: Gossamer. HEX triplet: 3F, B0 and 95. RGB value is (63,176,149). Sum of RGB (Red+Green+Blue) = 63+176+149=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB095 is #C04F6A. Grayscale: #8B8B8B. Windows color (decimal): -12603243 or 9809983. OLE color: 9809983.
HSL color Cylindrical-coordinate representation of color #3FB095: hue angle of 165.66º 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 #3FB095 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 149 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.31 |
| HSL | 165.66º | 0.47% | 0.47% | - |
| HSV(B) | 165.66º | 0.64% | 0.69% | - |
| XYZ | 23 | 34.28 | 33.84 | - |
| YUV | 139.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 149 | 0.64 | 0 | 0.15 | 0.31 | 165.66 | 0.47 | 0.47 |
| Hex | 3F | B0 | 95 | 40 | 0 | F | 1F | A6 | 2F | 2F |
| Octal | 77 | 260 | 225 | 100 | 0 | 17 | 37 | 246 | 57 | 57 |
| Binary | 111111 | 10110000 | 10010101 | 1000000 | 0 | 1111 | 11111 | 10100110 | 101111 | 101111 |
Color Harmonies of #3FB095
Complementary color
Monochromatic Colors of #3FB095
Black with #3FB095
Text Example
Text Example
White with #3FB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB095; }
p { color: rgb(63,176,149); }
H1.HeaderClassName
{
color: #3FB095;
}
.AnyTagClassName
{
color: #3FB095;
}
</style>
background-color css
<style>
a { background-color: #3FB095; }
a { background-color: rgb(63,176,149); }
div.DivClassName
{
background-color: #3FB095;
}
.BgClassName
{
background-color: #3FB095;
}
</style>
border-color css
<style>
span { border-color: #3FB095; }
span { border-color: rgb(63,176,149); }
td.TdClassName
{
border-color: #3FB095;
}
.TagClassName
{
border-color: #3FB095;
}
</style>