Shades of Gossamer #3BA07D
Tints of Gossamer #3BA07D
RGB
CMYK
RGB Variations
Color information
#3BA07D (or 0x3BA07D) is known color: Gossamer. HEX triplet: 3B, A0 and 7D. RGB value is (59,160,125). Sum of RGB (Red+Green+Blue) = 59+160+125=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA07D is #C45F82. Grayscale: #7D7D7D. Windows color (decimal): -12869507 or 8233019. OLE color: 8233019.
HSL color Cylindrical-coordinate representation of color #3BA07D: hue angle of 159.21º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA07D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 125 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.37 |
| HSL | 159.21º | 0.46% | 0.43% | - |
| HSV(B) | 159.21º | 0.63% | 0.63% | - |
| XYZ | 18.08 | 27.55 | 23.77 | - |
| YUV | 125.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 125 | 0.63 | 0 | 0.22 | 0.37 | 159.21 | 0.46 | 0.43 |
| Hex | 3B | A0 | 7D | 3F | 0 | 16 | 25 | 9F | 2E | 2B |
| Octal | 73 | 240 | 175 | 77 | 0 | 26 | 45 | 237 | 56 | 53 |
| Binary | 111011 | 10100000 | 1111101 | 111111 | 0 | 10110 | 100101 | 10011111 | 101110 | 101011 |
Color Harmonies of #3BA07D
Complementary color
Monochromatic Colors of #3BA07D
Black with #3BA07D
Text Example
Text Example
White with #3BA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA07D; }
p { color: rgb(59,160,125); }
H1.HeaderClassName
{
color: #3BA07D;
}
.AnyTagClassName
{
color: #3BA07D;
}
</style>
background-color css
<style>
a { background-color: #3BA07D; }
a { background-color: rgb(59,160,125); }
div.DivClassName
{
background-color: #3BA07D;
}
.BgClassName
{
background-color: #3BA07D;
}
</style>
border-color css
<style>
span { border-color: #3BA07D; }
span { border-color: rgb(59,160,125); }
td.TdClassName
{
border-color: #3BA07D;
}
.TagClassName
{
border-color: #3BA07D;
}
</style>