Shades of Gossamer #3A9D8A
Tints of Gossamer #3A9D8A
RGB
CMYK
RGB Variations
Color information
#3A9D8A (or 0x3A9D8A) is known color: Gossamer. HEX triplet: 3A, 9D and 8A. RGB value is (58,157,138). Sum of RGB (Red+Green+Blue) = 58+157+138=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9D8A is #C56275. Grayscale: #7D7D7D. Windows color (decimal): -12935798 or 9084218. OLE color: 9084218.
HSL color Cylindrical-coordinate representation of color #3A9D8A: hue angle of 168.48º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9D8A is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 157 | 138 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.38 |
| HSL | 168.48º | 0.46% | 0.42% | - |
| HSV(B) | 168.48º | 0.63% | 0.62% | - |
| XYZ | 18.39 | 26.85 | 28.26 | - |
| YUV | 125.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 138 | 0.63 | 0 | 0.12 | 0.38 | 168.48 | 0.46 | 0.42 |
| Hex | 3A | 9D | 8A | 3F | 0 | C | 26 | A8 | 2E | 2A |
| Octal | 72 | 235 | 212 | 77 | 0 | 14 | 46 | 250 | 56 | 52 |
| Binary | 111010 | 10011101 | 10001010 | 111111 | 0 | 1100 | 100110 | 10101000 | 101110 | 101010 |
Color Harmonies of #3A9D8A
Complementary color
Monochromatic Colors of #3A9D8A
Black with #3A9D8A
Text Example
Text Example
White with #3A9D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9D8A; }
p { color: rgb(58,157,138); }
H1.HeaderClassName
{
color: #3A9D8A;
}
.AnyTagClassName
{
color: #3A9D8A;
}
</style>
background-color css
<style>
a { background-color: #3A9D8A; }
a { background-color: rgb(58,157,138); }
div.DivClassName
{
background-color: #3A9D8A;
}
.BgClassName
{
background-color: #3A9D8A;
}
</style>
border-color css
<style>
span { border-color: #3A9D8A; }
span { border-color: rgb(58,157,138); }
td.TdClassName
{
border-color: #3A9D8A;
}
.TagClassName
{
border-color: #3A9D8A;
}
</style>