Shades of Gossamer #3B9E85
Tints of Gossamer #3B9E85
RGB
CMYK
RGB Variations
Color information
#3B9E85 (or 0x3B9E85) is known color: Gossamer. HEX triplet: 3B, 9E and 85. RGB value is (59,158,133). Sum of RGB (Red+Green+Blue) = 59+158+133=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #3B9E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9E85 is #C4617A. Grayscale: #7D7D7D. Windows color (decimal): -12870011 or 8756795. OLE color: 8756795.
HSL color Cylindrical-coordinate representation of color #3B9E85: hue angle of 164.85º 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 #3B9E85 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 158 | 133 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.38 |
| HSL | 164.85º | 0.46% | 0.43% | - |
| HSV(B) | 164.85º | 0.63% | 0.62% | - |
| XYZ | 18.26 | 27.08 | 26.45 | - |
| YUV | 125.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 158 | 133 | 0.63 | 0 | 0.16 | 0.38 | 164.85 | 0.46 | 0.43 |
| Hex | 3B | 9E | 85 | 3F | 0 | 10 | 26 | A5 | 2E | 2B |
| Octal | 73 | 236 | 205 | 77 | 0 | 20 | 46 | 245 | 56 | 53 |
| Binary | 111011 | 10011110 | 10000101 | 111111 | 0 | 10000 | 100110 | 10100101 | 101110 | 101011 |
Color Harmonies of #3B9E85
Complementary color
Monochromatic Colors of #3B9E85
Black with #3B9E85
Text Example
Text Example
White with #3B9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9E85; }
p { color: rgb(59,158,133); }
H1.HeaderClassName
{
color: #3B9E85;
}
.AnyTagClassName
{
color: #3B9E85;
}
</style>
background-color css
<style>
a { background-color: #3B9E85; }
a { background-color: rgb(59,158,133); }
div.DivClassName
{
background-color: #3B9E85;
}
.BgClassName
{
background-color: #3B9E85;
}
</style>
border-color css
<style>
span { border-color: #3B9E85; }
span { border-color: rgb(59,158,133); }
td.TdClassName
{
border-color: #3B9E85;
}
.TagClassName
{
border-color: #3B9E85;
}
</style>