Shades of Gossamer #3BA980
Tints of Gossamer #3BA980
RGB
CMYK
RGB Variations
Color information
#3BA980 (or 0x3BA980) is known color: Gossamer. HEX triplet: 3B, A9 and 80. RGB value is (59,169,128). Sum of RGB (Red+Green+Blue) = 59+169+128=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA980 is #C4567F. Grayscale: #838383. Windows color (decimal): -12867200 or 8431931. OLE color: 8431931.
HSL color Cylindrical-coordinate representation of color #3BA980: hue angle of 157.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA980 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 169 | 128 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.34 |
| HSL | 157.64º | 0.48% | 0.45% | - |
| HSV(B) | 157.64º | 0.65% | 0.66% | - |
| XYZ | 19.89 | 30.86 | 25.33 | - |
| YUV | 131.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 128 | 0.65 | 0 | 0.24 | 0.34 | 157.64 | 0.48 | 0.45 |
| Hex | 3B | A9 | 80 | 41 | 0 | 18 | 22 | 9E | 30 | 2D |
| Octal | 73 | 251 | 200 | 101 | 0 | 30 | 42 | 236 | 60 | 55 |
| Binary | 111011 | 10101001 | 10000000 | 1000001 | 0 | 11000 | 100010 | 10011110 | 110000 | 101101 |
Color Harmonies of #3BA980
Complementary color
Monochromatic Colors of #3BA980
Black with #3BA980
Text Example
Text Example
White with #3BA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA980; }
p { color: rgb(59,169,128); }
H1.HeaderClassName
{
color: #3BA980;
}
.AnyTagClassName
{
color: #3BA980;
}
</style>
background-color css
<style>
a { background-color: #3BA980; }
a { background-color: rgb(59,169,128); }
div.DivClassName
{
background-color: #3BA980;
}
.BgClassName
{
background-color: #3BA980;
}
</style>
border-color css
<style>
span { border-color: #3BA980; }
span { border-color: rgb(59,169,128); }
td.TdClassName
{
border-color: #3BA980;
}
.TagClassName
{
border-color: #3BA980;
}
</style>