Shades of Gossamer #3B9F80
Tints of Gossamer #3B9F80
RGB
CMYK
RGB Variations
Color information
#3B9F80 (or 0x3B9F80) is known color: Gossamer. HEX triplet: 3B, 9F and 80. RGB value is (59,159,128). Sum of RGB (Red+Green+Blue) = 59+159+128=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9F80 is #C4607F. Grayscale: #7D7D7D. Windows color (decimal): -12869760 or 8429371. OLE color: 8429371.
HSL color Cylindrical-coordinate representation of color #3B9F80: hue angle of 161.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F80 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 159 | 128 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.38 |
| HSL | 161.4º | 0.46% | 0.43% | - |
| HSV(B) | 161.4º | 0.63% | 0.62% | - |
| XYZ | 18.1 | 27.28 | 24.73 | - |
| YUV | 125.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 128 | 0.63 | 0 | 0.19 | 0.38 | 161.4 | 0.46 | 0.43 |
| Hex | 3B | 9F | 80 | 3F | 0 | 13 | 26 | A1 | 2E | 2B |
| Octal | 73 | 237 | 200 | 77 | 0 | 23 | 46 | 241 | 56 | 53 |
| Binary | 111011 | 10011111 | 10000000 | 111111 | 0 | 10011 | 100110 | 10100001 | 101110 | 101011 |
Color Harmonies of #3B9F80
Complementary color
Monochromatic Colors of #3B9F80
Black with #3B9F80
Text Example
Text Example
White with #3B9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9F80; }
p { color: rgb(59,159,128); }
H1.HeaderClassName
{
color: #3B9F80;
}
.AnyTagClassName
{
color: #3B9F80;
}
</style>
background-color css
<style>
a { background-color: #3B9F80; }
a { background-color: rgb(59,159,128); }
div.DivClassName
{
background-color: #3B9F80;
}
.BgClassName
{
background-color: #3B9F80;
}
</style>
border-color css
<style>
span { border-color: #3B9F80; }
span { border-color: rgb(59,159,128); }
td.TdClassName
{
border-color: #3B9F80;
}
.TagClassName
{
border-color: #3B9F80;
}
</style>