Shades of Gossamer #3B9B8E
Tints of Gossamer #3B9B8E
RGB
CMYK
RGB Variations
Color information
#3B9B8E (or 0x3B9B8E) is known color: Gossamer. HEX triplet: 3B, 9B and 8E. RGB value is (59,155,142). Sum of RGB (Red+Green+Blue) = 59+155+142=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B8E is #C46471. Grayscale: #7C7C7C. Windows color (decimal): -12870770 or 9345851. OLE color: 9345851.
HSL color Cylindrical-coordinate representation of color #3B9B8E: hue angle of 171.88º 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 #3B9B8E is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 142 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.39 |
| HSL | 171.88º | 0.45% | 0.42% | - |
| HSV(B) | 171.88º | 0.62% | 0.61% | - |
| XYZ | 18.41 | 26.33 | 29.7 | - |
| YUV | 124.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 142 | 0.62 | 0 | 0.08 | 0.39 | 171.88 | 0.45 | 0.42 |
| Hex | 3B | 9B | 8E | 3E | 0 | 8 | 27 | AC | 2D | 2A |
| Octal | 73 | 233 | 216 | 76 | 0 | 10 | 47 | 254 | 55 | 52 |
| Binary | 111011 | 10011011 | 10001110 | 111110 | 0 | 1000 | 100111 | 10101100 | 101101 | 101010 |
Color Harmonies of #3B9B8E
Complementary color
Monochromatic Colors of #3B9B8E
Black with #3B9B8E
Text Example
Text Example
White with #3B9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B8E; }
p { color: rgb(59,155,142); }
H1.HeaderClassName
{
color: #3B9B8E;
}
.AnyTagClassName
{
color: #3B9B8E;
}
</style>
background-color css
<style>
a { background-color: #3B9B8E; }
a { background-color: rgb(59,155,142); }
div.DivClassName
{
background-color: #3B9B8E;
}
.BgClassName
{
background-color: #3B9B8E;
}
</style>
border-color css
<style>
span { border-color: #3B9B8E; }
span { border-color: rgb(59,155,142); }
td.TdClassName
{
border-color: #3B9B8E;
}
.TagClassName
{
border-color: #3B9B8E;
}
</style>