Shades of Gossamer #3A958A
Tints of Gossamer #3A958A
RGB
CMYK
RGB Variations
Color information
#3A958A (or 0x3A958A) is known color: Gossamer. HEX triplet: 3A, 95 and 8A. RGB value is (58,149,138). Sum of RGB (Red+Green+Blue) = 58+149+138=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #3A958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A958A is #C56A75. Grayscale: #787878. Windows color (decimal): -12937846 or 9082170. OLE color: 9082170.
HSL color Cylindrical-coordinate representation of color #3A958A: hue angle of 172.75º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A958A is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 138 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.42 |
| HSL | 172.75º | 0.44% | 0.41% | - |
| HSV(B) | 172.75º | 0.61% | 0.58% | - |
| XYZ | 17.08 | 24.23 | 27.82 | - |
| YUV | 120.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 138 | 0.61 | 0 | 0.07 | 0.42 | 172.75 | 0.44 | 0.41 |
| Hex | 3A | 95 | 8A | 3D | 0 | 7 | 2A | AD | 2C | 29 |
| Octal | 72 | 225 | 212 | 75 | 0 | 7 | 52 | 255 | 54 | 51 |
| Binary | 111010 | 10010101 | 10001010 | 111101 | 0 | 111 | 101010 | 10101101 | 101100 | 101001 |
Color Harmonies of #3A958A
Complementary color
Monochromatic Colors of #3A958A
Black with #3A958A
Text Example
Text Example
White with #3A958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A958A; }
p { color: rgb(58,149,138); }
H1.HeaderClassName
{
color: #3A958A;
}
.AnyTagClassName
{
color: #3A958A;
}
</style>
background-color css
<style>
a { background-color: #3A958A; }
a { background-color: rgb(58,149,138); }
div.DivClassName
{
background-color: #3A958A;
}
.BgClassName
{
background-color: #3A958A;
}
</style>
border-color css
<style>
span { border-color: #3A958A; }
span { border-color: rgb(58,149,138); }
td.TdClassName
{
border-color: #3A958A;
}
.TagClassName
{
border-color: #3A958A;
}
</style>