Shades of Gossamer #3A9E80
Tints of Gossamer #3A9E80
RGB
CMYK
RGB Variations
Color information
#3A9E80 (or 0x3A9E80) is known color: Gossamer. HEX triplet: 3A, 9E and 80. RGB value is (58,158,128). Sum of RGB (Red+Green+Blue) = 58+158+128=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9E80 is #C5617F. Grayscale: #7C7C7C. Windows color (decimal): -12935552 or 8429114. OLE color: 8429114.
HSL color Cylindrical-coordinate representation of color #3A9E80: hue angle of 162º 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 #3A9E80 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 128 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.38 |
| HSL | 162º | 0.46% | 0.42% | - |
| HSV(B) | 162º | 0.63% | 0.62% | - |
| XYZ | 17.87 | 26.91 | 24.67 | - |
| YUV | 124.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 128 | 0.63 | 0 | 0.19 | 0.38 | 162 | 0.46 | 0.42 |
| Hex | 3A | 9E | 80 | 3F | 0 | 13 | 26 | A2 | 2E | 2A |
| Octal | 72 | 236 | 200 | 77 | 0 | 23 | 46 | 242 | 56 | 52 |
| Binary | 111010 | 10011110 | 10000000 | 111111 | 0 | 10011 | 100110 | 10100010 | 101110 | 101010 |
Color Harmonies of #3A9E80
Complementary color
Monochromatic Colors of #3A9E80
Black with #3A9E80
Text Example
Text Example
White with #3A9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E80; }
p { color: rgb(58,158,128); }
H1.HeaderClassName
{
color: #3A9E80;
}
.AnyTagClassName
{
color: #3A9E80;
}
</style>
background-color css
<style>
a { background-color: #3A9E80; }
a { background-color: rgb(58,158,128); }
div.DivClassName
{
background-color: #3A9E80;
}
.BgClassName
{
background-color: #3A9E80;
}
</style>
border-color css
<style>
span { border-color: #3A9E80; }
span { border-color: rgb(58,158,128); }
td.TdClassName
{
border-color: #3A9E80;
}
.TagClassName
{
border-color: #3A9E80;
}
</style>