Shades of Gossamer #3D978B
Tints of Gossamer #3D978B
RGB
CMYK
RGB Variations
Color information
#3D978B (or 0x3D978B) is known color: Gossamer. HEX triplet: 3D, 97 and 8B. RGB value is (61,151,139). Sum of RGB (Red+Green+Blue) = 61+151+139=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #3D978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D978B is #C26874. Grayscale: #7A7A7A. Windows color (decimal): -12740725 or 9148221. OLE color: 9148221.
HSL color Cylindrical-coordinate representation of color #3D978B: hue angle of 172º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D978B is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 139 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.41 |
| HSL | 172º | 0.42% | 0.42% | - |
| HSV(B) | 172º | 0.6% | 0.59% | - |
| XYZ | 17.65 | 24.99 | 28.32 | - |
| YUV | 122.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 139 | 0.60 | 0 | 0.08 | 0.41 | 172 | 0.42 | 0.42 |
| Hex | 3D | 97 | 8B | 3C | 0 | 8 | 29 | AC | 2A | 2A |
| Octal | 75 | 227 | 213 | 74 | 0 | 10 | 51 | 254 | 52 | 52 |
| Binary | 111101 | 10010111 | 10001011 | 111100 | 0 | 1000 | 101001 | 10101100 | 101010 | 101010 |
Color Harmonies of #3D978B
Complementary color
Monochromatic Colors of #3D978B
Black with #3D978B
Text Example
Text Example
White with #3D978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D978B; }
p { color: rgb(61,151,139); }
H1.HeaderClassName
{
color: #3D978B;
}
.AnyTagClassName
{
color: #3D978B;
}
</style>
background-color css
<style>
a { background-color: #3D978B; }
a { background-color: rgb(61,151,139); }
div.DivClassName
{
background-color: #3D978B;
}
.BgClassName
{
background-color: #3D978B;
}
</style>
border-color css
<style>
span { border-color: #3D978B; }
span { border-color: rgb(61,151,139); }
td.TdClassName
{
border-color: #3D978B;
}
.TagClassName
{
border-color: #3D978B;
}
</style>