Shades of Gossamer #3A978C
Tints of Gossamer #3A978C
RGB
CMYK
RGB Variations
Color information
#3A978C (or 0x3A978C) is known color: Gossamer. HEX triplet: 3A, 97 and 8C. RGB value is (58,151,140). Sum of RGB (Red+Green+Blue) = 58+151+140=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #3A978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A978C is #C56873. Grayscale: #797979. Windows color (decimal): -12937332 or 9213754. OLE color: 9213754.
HSL color Cylindrical-coordinate representation of color #3A978C: hue angle of 172.9º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A978C is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 151 | 140 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.41 |
| HSL | 172.9º | 0.44% | 0.41% | - |
| HSV(B) | 172.9º | 0.62% | 0.59% | - |
| XYZ | 17.55 | 24.93 | 28.7 | - |
| YUV | 121.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 140 | 0.62 | 0 | 0.07 | 0.41 | 172.9 | 0.44 | 0.41 |
| Hex | 3A | 97 | 8C | 3E | 0 | 7 | 29 | AD | 2C | 29 |
| Octal | 72 | 227 | 214 | 76 | 0 | 7 | 51 | 255 | 54 | 51 |
| Binary | 111010 | 10010111 | 10001100 | 111110 | 0 | 111 | 101001 | 10101101 | 101100 | 101001 |
Color Harmonies of #3A978C
Complementary color
Monochromatic Colors of #3A978C
Black with #3A978C
Text Example
Text Example
White with #3A978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A978C; }
p { color: rgb(58,151,140); }
H1.HeaderClassName
{
color: #3A978C;
}
.AnyTagClassName
{
color: #3A978C;
}
</style>
background-color css
<style>
a { background-color: #3A978C; }
a { background-color: rgb(58,151,140); }
div.DivClassName
{
background-color: #3A978C;
}
.BgClassName
{
background-color: #3A978C;
}
</style>
border-color css
<style>
span { border-color: #3A978C; }
span { border-color: rgb(58,151,140); }
td.TdClassName
{
border-color: #3A978C;
}
.TagClassName
{
border-color: #3A978C;
}
</style>