Shades of Gossamer #3BA17D
Tints of Gossamer #3BA17D
RGB
CMYK
RGB Variations
Color information
#3BA17D (or 0x3BA17D) is known color: Gossamer. HEX triplet: 3B, A1 and 7D. RGB value is (59,161,125). Sum of RGB (Red+Green+Blue) = 59+161+125=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA17D is #C45E82. Grayscale: #7E7E7E. Windows color (decimal): -12869251 or 8233275. OLE color: 8233275.
HSL color Cylindrical-coordinate representation of color #3BA17D: hue angle of 158.82º 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 #3BA17D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 125 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.37 |
| HSL | 158.82º | 0.46% | 0.43% | - |
| HSV(B) | 158.82º | 0.63% | 0.63% | - |
| XYZ | 18.25 | 27.9 | 23.83 | - |
| YUV | 126.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 125 | 0.63 | 0 | 0.22 | 0.37 | 158.82 | 0.46 | 0.43 |
| Hex | 3B | A1 | 7D | 3F | 0 | 16 | 25 | 9F | 2E | 2B |
| Octal | 73 | 241 | 175 | 77 | 0 | 26 | 45 | 237 | 56 | 53 |
| Binary | 111011 | 10100001 | 1111101 | 111111 | 0 | 10110 | 100101 | 10011111 | 101110 | 101011 |
Color Harmonies of #3BA17D
Complementary color
Monochromatic Colors of #3BA17D
Black with #3BA17D
Text Example
Text Example
White with #3BA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA17D; }
p { color: rgb(59,161,125); }
H1.HeaderClassName
{
color: #3BA17D;
}
.AnyTagClassName
{
color: #3BA17D;
}
</style>
background-color css
<style>
a { background-color: #3BA17D; }
a { background-color: rgb(59,161,125); }
div.DivClassName
{
background-color: #3BA17D;
}
.BgClassName
{
background-color: #3BA17D;
}
</style>
border-color css
<style>
span { border-color: #3BA17D; }
span { border-color: rgb(59,161,125); }
td.TdClassName
{
border-color: #3BA17D;
}
.TagClassName
{
border-color: #3BA17D;
}
</style>