Shades of Gossamer #3A9C80
Tints of Gossamer #3A9C80
RGB
CMYK
RGB Variations
Color information
#3A9C80 (or 0x3A9C80) is known color: Gossamer. HEX triplet: 3A, 9C and 80. RGB value is (58,156,128). Sum of RGB (Red+Green+Blue) = 58+156+128=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #3A9C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9C80 is #C5637F. Grayscale: #7B7B7B. Windows color (decimal): -12936064 or 8428602. OLE color: 8428602.
HSL color Cylindrical-coordinate representation of color #3A9C80: hue angle of 162.86º 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 #3A9C80 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 156 | 128 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.39 |
| HSL | 162.86º | 0.46% | 0.42% | - |
| HSV(B) | 162.86º | 0.63% | 0.61% | - |
| XYZ | 17.53 | 26.23 | 24.56 | - |
| YUV | 123.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 156 | 128 | 0.63 | 0 | 0.18 | 0.39 | 162.86 | 0.46 | 0.42 |
| Hex | 3A | 9C | 80 | 3F | 0 | 12 | 27 | A3 | 2E | 2A |
| Octal | 72 | 234 | 200 | 77 | 0 | 22 | 47 | 243 | 56 | 52 |
| Binary | 111010 | 10011100 | 10000000 | 111111 | 0 | 10010 | 100111 | 10100011 | 101110 | 101010 |
Color Harmonies of #3A9C80
Complementary color
Monochromatic Colors of #3A9C80
Black with #3A9C80
Text Example
Text Example
White with #3A9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9C80; }
p { color: rgb(58,156,128); }
H1.HeaderClassName
{
color: #3A9C80;
}
.AnyTagClassName
{
color: #3A9C80;
}
</style>
background-color css
<style>
a { background-color: #3A9C80; }
a { background-color: rgb(58,156,128); }
div.DivClassName
{
background-color: #3A9C80;
}
.BgClassName
{
background-color: #3A9C80;
}
</style>
border-color css
<style>
span { border-color: #3A9C80; }
span { border-color: rgb(58,156,128); }
td.TdClassName
{
border-color: #3A9C80;
}
.TagClassName
{
border-color: #3A9C80;
}
</style>