Shades of Gossamer #3A9C8E
Tints of Gossamer #3A9C8E
RGB
CMYK
RGB Variations
Color information
#3A9C8E (or 0x3A9C8E) is known color: Gossamer. HEX triplet: 3A, 9C and 8E. RGB value is (58,156,142). Sum of RGB (Red+Green+Blue) = 58+156+142=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #3A9C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9C8E is #C56371. Grayscale: #7D7D7D. Windows color (decimal): -12936050 or 9346106. OLE color: 9346106.
HSL color Cylindrical-coordinate representation of color #3A9C8E: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9C8E is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 156 | 142 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.39 |
| HSL | 171.43º | 0.46% | 0.42% | - |
| HSV(B) | 171.43º | 0.63% | 0.61% | - |
| XYZ | 18.52 | 26.63 | 29.76 | - |
| YUV | 125.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 156 | 142 | 0.63 | 0 | 0.09 | 0.39 | 171.43 | 0.46 | 0.42 |
| Hex | 3A | 9C | 8E | 3F | 0 | 9 | 27 | AB | 2E | 2A |
| Octal | 72 | 234 | 216 | 77 | 0 | 11 | 47 | 253 | 56 | 52 |
| Binary | 111010 | 10011100 | 10001110 | 111111 | 0 | 1001 | 100111 | 10101011 | 101110 | 101010 |
Color Harmonies of #3A9C8E
Complementary color
Monochromatic Colors of #3A9C8E
Black with #3A9C8E
Text Example
Text Example
White with #3A9C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9C8E; }
p { color: rgb(58,156,142); }
H1.HeaderClassName
{
color: #3A9C8E;
}
.AnyTagClassName
{
color: #3A9C8E;
}
</style>
background-color css
<style>
a { background-color: #3A9C8E; }
a { background-color: rgb(58,156,142); }
div.DivClassName
{
background-color: #3A9C8E;
}
.BgClassName
{
background-color: #3A9C8E;
}
</style>
border-color css
<style>
span { border-color: #3A9C8E; }
span { border-color: rgb(58,156,142); }
td.TdClassName
{
border-color: #3A9C8E;
}
.TagClassName
{
border-color: #3A9C8E;
}
</style>