Shades of Gossamer #3A9588
Tints of Gossamer #3A9588
RGB
CMYK
RGB Variations
Color information
#3A9588 (or 0x3A9588) is known color: Gossamer. HEX triplet: 3A, 95 and 88. RGB value is (58,149,136). Sum of RGB (Red+Green+Blue) = 58+149+136=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9588 is #C56A77. Grayscale: #787878. Windows color (decimal): -12937848 or 8951098. OLE color: 8951098.
HSL color Cylindrical-coordinate representation of color #3A9588: hue angle of 171.43º 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 #3A9588 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 136 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.42 |
| HSL | 171.43º | 0.44% | 0.41% | - |
| HSV(B) | 171.43º | 0.61% | 0.58% | - |
| XYZ | 16.94 | 24.17 | 27.07 | - |
| YUV | 120.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 136 | 0.61 | 0 | 0.09 | 0.42 | 171.43 | 0.44 | 0.41 |
| Hex | 3A | 95 | 88 | 3D | 0 | 9 | 2A | AB | 2C | 29 |
| Octal | 72 | 225 | 210 | 75 | 0 | 11 | 52 | 253 | 54 | 51 |
| Binary | 111010 | 10010101 | 10001000 | 111101 | 0 | 1001 | 101010 | 10101011 | 101100 | 101001 |
Color Harmonies of #3A9588
Complementary color
Monochromatic Colors of #3A9588
Black with #3A9588
Text Example
Text Example
White with #3A9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9588; }
p { color: rgb(58,149,136); }
H1.HeaderClassName
{
color: #3A9588;
}
.AnyTagClassName
{
color: #3A9588;
}
</style>
background-color css
<style>
a { background-color: #3A9588; }
a { background-color: rgb(58,149,136); }
div.DivClassName
{
background-color: #3A9588;
}
.BgClassName
{
background-color: #3A9588;
}
</style>
border-color css
<style>
span { border-color: #3A9588; }
span { border-color: rgb(58,149,136); }
td.TdClassName
{
border-color: #3A9588;
}
.TagClassName
{
border-color: #3A9588;
}
</style>