Shades of Gossamer #3BA97D
Tints of Gossamer #3BA97D
RGB
CMYK
RGB Variations
Color information
#3BA97D (or 0x3BA97D) is known color: Gossamer. HEX triplet: 3B, A9 and 7D. RGB value is (59,169,125). Sum of RGB (Red+Green+Blue) = 59+169+125=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA97D is #C45682. Grayscale: #838383. Windows color (decimal): -12867203 or 8235323. OLE color: 8235323.
HSL color Cylindrical-coordinate representation of color #3BA97D: hue angle of 156º 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 #3BA97D is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 169 | 125 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.34 |
| HSL | 156º | 0.48% | 0.45% | - |
| HSV(B) | 156º | 0.65% | 0.66% | - |
| XYZ | 19.69 | 30.79 | 24.31 | - |
| YUV | 131.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 125 | 0.65 | 0 | 0.26 | 0.34 | 156 | 0.48 | 0.45 |
| Hex | 3B | A9 | 7D | 41 | 0 | 1A | 22 | 9C | 30 | 2D |
| Octal | 73 | 251 | 175 | 101 | 0 | 32 | 42 | 234 | 60 | 55 |
| Binary | 111011 | 10101001 | 1111101 | 1000001 | 0 | 11010 | 100010 | 10011100 | 110000 | 101101 |
Color Harmonies of #3BA97D
Complementary color
Monochromatic Colors of #3BA97D
Black with #3BA97D
Text Example
Text Example
White with #3BA97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA97D; }
p { color: rgb(59,169,125); }
H1.HeaderClassName
{
color: #3BA97D;
}
.AnyTagClassName
{
color: #3BA97D;
}
</style>
background-color css
<style>
a { background-color: #3BA97D; }
a { background-color: rgb(59,169,125); }
div.DivClassName
{
background-color: #3BA97D;
}
.BgClassName
{
background-color: #3BA97D;
}
</style>
border-color css
<style>
span { border-color: #3BA97D; }
span { border-color: rgb(59,169,125); }
td.TdClassName
{
border-color: #3BA97D;
}
.TagClassName
{
border-color: #3BA97D;
}
</style>