Shades of Gossamer #3B9B88
Tints of Gossamer #3B9B88
RGB
CMYK
RGB Variations
Color information
#3B9B88 (or 0x3B9B88) is known color: Gossamer. HEX triplet: 3B, 9B and 88. RGB value is (59,155,136). Sum of RGB (Red+Green+Blue) = 59+155+136=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B88 is #C46477. Grayscale: #7C7C7C. Windows color (decimal): -12870776 or 8952635. OLE color: 8952635.
HSL color Cylindrical-coordinate representation of color #3B9B88: hue angle of 168.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B88 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 136 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.39 |
| HSL | 168.13º | 0.45% | 0.42% | - |
| HSV(B) | 168.13º | 0.62% | 0.61% | - |
| XYZ | 17.97 | 26.15 | 27.39 | - |
| YUV | 124.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 136 | 0.62 | 0 | 0.12 | 0.39 | 168.13 | 0.45 | 0.42 |
| Hex | 3B | 9B | 88 | 3E | 0 | C | 27 | A8 | 2D | 2A |
| Octal | 73 | 233 | 210 | 76 | 0 | 14 | 47 | 250 | 55 | 52 |
| Binary | 111011 | 10011011 | 10001000 | 111110 | 0 | 1100 | 100111 | 10101000 | 101101 | 101010 |
Color Harmonies of #3B9B88
Complementary color
Monochromatic Colors of #3B9B88
Black with #3B9B88
Text Example
Text Example
White with #3B9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B88; }
p { color: rgb(59,155,136); }
H1.HeaderClassName
{
color: #3B9B88;
}
.AnyTagClassName
{
color: #3B9B88;
}
</style>
background-color css
<style>
a { background-color: #3B9B88; }
a { background-color: rgb(59,155,136); }
div.DivClassName
{
background-color: #3B9B88;
}
.BgClassName
{
background-color: #3B9B88;
}
</style>
border-color css
<style>
span { border-color: #3B9B88; }
span { border-color: rgb(59,155,136); }
td.TdClassName
{
border-color: #3B9B88;
}
.TagClassName
{
border-color: #3B9B88;
}
</style>