Shades of Gossamer #3BA17F
Tints of Gossamer #3BA17F
RGB
CMYK
RGB Variations
Color information
#3BA17F (or 0x3BA17F) is known color: Gossamer. HEX triplet: 3B, A1 and 7F. RGB value is (59,161,127). Sum of RGB (Red+Green+Blue) = 59+161+127=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA17F is #C45E80. Grayscale: #7E7E7E. Windows color (decimal): -12869249 or 8364347. OLE color: 8364347.
HSL color Cylindrical-coordinate representation of color #3BA17F: hue angle of 160º 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 #3BA17F is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 127 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.37 |
| HSL | 160º | 0.46% | 0.43% | - |
| HSV(B) | 160º | 0.63% | 0.63% | - |
| XYZ | 18.38 | 27.95 | 24.51 | - |
| YUV | 126.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 127 | 0.63 | 0 | 0.21 | 0.37 | 160 | 0.46 | 0.43 |
| Hex | 3B | A1 | 7F | 3F | 0 | 15 | 25 | A0 | 2E | 2B |
| Octal | 73 | 241 | 177 | 77 | 0 | 25 | 45 | 240 | 56 | 53 |
| Binary | 111011 | 10100001 | 1111111 | 111111 | 0 | 10101 | 100101 | 10100000 | 101110 | 101011 |
Color Harmonies of #3BA17F
Complementary color
Monochromatic Colors of #3BA17F
Black with #3BA17F
Text Example
Text Example
White with #3BA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA17F; }
p { color: rgb(59,161,127); }
H1.HeaderClassName
{
color: #3BA17F;
}
.AnyTagClassName
{
color: #3BA17F;
}
</style>
background-color css
<style>
a { background-color: #3BA17F; }
a { background-color: rgb(59,161,127); }
div.DivClassName
{
background-color: #3BA17F;
}
.BgClassName
{
background-color: #3BA17F;
}
</style>
border-color css
<style>
span { border-color: #3BA17F; }
span { border-color: rgb(59,161,127); }
td.TdClassName
{
border-color: #3BA17F;
}
.TagClassName
{
border-color: #3BA17F;
}
</style>