Shades of Gossamer #3B978C
Tints of Gossamer #3B978C
RGB
CMYK
RGB Variations
Color information
#3B978C (or 0x3B978C) is known color: Gossamer. HEX triplet: 3B, 97 and 8C. RGB value is (59,151,140). Sum of RGB (Red+Green+Blue) = 59+151+140=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #3B978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B978C is #C46873. Grayscale: #7A7A7A. Windows color (decimal): -12871796 or 9213755. OLE color: 9213755.
HSL color Cylindrical-coordinate representation of color #3B978C: hue angle of 172.83º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B978C is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 151 | 140 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.41 |
| HSL | 172.83º | 0.44% | 0.41% | - |
| HSV(B) | 172.83º | 0.61% | 0.59% | - |
| XYZ | 17.6 | 24.96 | 28.7 | - |
| YUV | 122.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 140 | 0.61 | 0 | 0.07 | 0.41 | 172.83 | 0.44 | 0.41 |
| Hex | 3B | 97 | 8C | 3D | 0 | 7 | 29 | AD | 2C | 29 |
| Octal | 73 | 227 | 214 | 75 | 0 | 7 | 51 | 255 | 54 | 51 |
| Binary | 111011 | 10010111 | 10001100 | 111101 | 0 | 111 | 101001 | 10101101 | 101100 | 101001 |
Color Harmonies of #3B978C
Complementary color
Monochromatic Colors of #3B978C
Black with #3B978C
Text Example
Text Example
White with #3B978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B978C; }
p { color: rgb(59,151,140); }
H1.HeaderClassName
{
color: #3B978C;
}
.AnyTagClassName
{
color: #3B978C;
}
</style>
background-color css
<style>
a { background-color: #3B978C; }
a { background-color: rgb(59,151,140); }
div.DivClassName
{
background-color: #3B978C;
}
.BgClassName
{
background-color: #3B978C;
}
</style>
border-color css
<style>
span { border-color: #3B978C; }
span { border-color: rgb(59,151,140); }
td.TdClassName
{
border-color: #3B978C;
}
.TagClassName
{
border-color: #3B978C;
}
</style>