Shades of Gossamer #3B9F7F
Tints of Gossamer #3B9F7F
RGB
CMYK
RGB Variations
Color information
#3B9F7F (or 0x3B9F7F) is known color: Gossamer. HEX triplet: 3B, 9F and 7F. RGB value is (59,159,127). Sum of RGB (Red+Green+Blue) = 59+159+127=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9F7F is #C46080. Grayscale: #7D7D7D. Windows color (decimal): -12869761 or 8363835. OLE color: 8363835.
HSL color Cylindrical-coordinate representation of color #3B9F7F: hue angle of 160.8º 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 #3B9F7F is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 159 | 127 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.38 |
| HSL | 160.8º | 0.46% | 0.43% | - |
| HSV(B) | 160.8º | 0.63% | 0.62% | - |
| XYZ | 18.03 | 27.26 | 24.39 | - |
| YUV | 125.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 127 | 0.63 | 0 | 0.20 | 0.38 | 160.8 | 0.46 | 0.43 |
| Hex | 3B | 9F | 7F | 3F | 0 | 14 | 26 | A1 | 2E | 2B |
| Octal | 73 | 237 | 177 | 77 | 0 | 24 | 46 | 241 | 56 | 53 |
| Binary | 111011 | 10011111 | 1111111 | 111111 | 0 | 10100 | 100110 | 10100001 | 101110 | 101011 |
Color Harmonies of #3B9F7F
Complementary color
Monochromatic Colors of #3B9F7F
Black with #3B9F7F
Text Example
Text Example
White with #3B9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9F7F; }
p { color: rgb(59,159,127); }
H1.HeaderClassName
{
color: #3B9F7F;
}
.AnyTagClassName
{
color: #3B9F7F;
}
</style>
background-color css
<style>
a { background-color: #3B9F7F; }
a { background-color: rgb(59,159,127); }
div.DivClassName
{
background-color: #3B9F7F;
}
.BgClassName
{
background-color: #3B9F7F;
}
</style>
border-color css
<style>
span { border-color: #3B9F7F; }
span { border-color: rgb(59,159,127); }
td.TdClassName
{
border-color: #3B9F7F;
}
.TagClassName
{
border-color: #3B9F7F;
}
</style>