Shades of Gossamer #3B9A8D
Tints of Gossamer #3B9A8D
RGB
CMYK
RGB Variations
Color information
#3B9A8D (or 0x3B9A8D) is known color: Gossamer. HEX triplet: 3B, 9A and 8D. RGB value is (59,154,141). Sum of RGB (Red+Green+Blue) = 59+154+141=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #3B9A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9A8D is #C46572. Grayscale: #7C7C7C. Windows color (decimal): -12871027 or 9280059. OLE color: 9280059.
HSL color Cylindrical-coordinate representation of color #3B9A8D: hue angle of 171.79º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9A8D is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 154 | 141 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.40 |
| HSL | 171.79º | 0.45% | 0.42% | - |
| HSV(B) | 171.79º | 0.62% | 0.6% | - |
| XYZ | 18.17 | 25.96 | 29.25 | - |
| YUV | 124.11 | 137.53 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 154 | 141 | 0.62 | 0 | 0.08 | 0.40 | 171.79 | 0.45 | 0.42 |
| Hex | 3B | 9A | 8D | 3E | 0 | 8 | 28 | AC | 2D | 2A |
| Octal | 73 | 232 | 215 | 76 | 0 | 10 | 50 | 254 | 55 | 52 |
| Binary | 111011 | 10011010 | 10001101 | 111110 | 0 | 1000 | 101000 | 10101100 | 101101 | 101010 |
Color Harmonies of #3B9A8D
Complementary color
Monochromatic Colors of #3B9A8D
Black with #3B9A8D
Text Example
Text Example
White with #3B9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9A8D; }
p { color: rgb(59,154,141); }
H1.HeaderClassName
{
color: #3B9A8D;
}
.AnyTagClassName
{
color: #3B9A8D;
}
</style>
background-color css
<style>
a { background-color: #3B9A8D; }
a { background-color: rgb(59,154,141); }
div.DivClassName
{
background-color: #3B9A8D;
}
.BgClassName
{
background-color: #3B9A8D;
}
</style>
border-color css
<style>
span { border-color: #3B9A8D; }
span { border-color: rgb(59,154,141); }
td.TdClassName
{
border-color: #3B9A8D;
}
.TagClassName
{
border-color: #3B9A8D;
}
</style>