Shades of Gossamer #3BA47C
Tints of Gossamer #3BA47C
RGB
CMYK
RGB Variations
Color information
#3BA47C (or 0x3BA47C) is known color: Gossamer. HEX triplet: 3B, A4 and 7C. RGB value is (59,164,124). Sum of RGB (Red+Green+Blue) = 59+164+124=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA47C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA47C is #C45B83. Grayscale: #808080. Windows color (decimal): -12868484 or 8168507. OLE color: 8168507.
HSL color Cylindrical-coordinate representation of color #3BA47C: hue angle of 157.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA47C is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 124 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.36 |
| HSL | 157.14º | 0.47% | 0.44% | - |
| HSV(B) | 157.14º | 0.64% | 0.64% | - |
| XYZ | 18.72 | 28.94 | 23.67 | - |
| YUV | 128.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 124 | 0.64 | 0 | 0.24 | 0.36 | 157.14 | 0.47 | 0.44 |
| Hex | 3B | A4 | 7C | 40 | 0 | 18 | 24 | 9D | 2F | 2C |
| Octal | 73 | 244 | 174 | 100 | 0 | 30 | 44 | 235 | 57 | 54 |
| Binary | 111011 | 10100100 | 1111100 | 1000000 | 0 | 11000 | 100100 | 10011101 | 101111 | 101100 |
Color Harmonies of #3BA47C
Complementary color
Monochromatic Colors of #3BA47C
Black with #3BA47C
Text Example
Text Example
White with #3BA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA47C; }
p { color: rgb(59,164,124); }
H1.HeaderClassName
{
color: #3BA47C;
}
.AnyTagClassName
{
color: #3BA47C;
}
</style>
background-color css
<style>
a { background-color: #3BA47C; }
a { background-color: rgb(59,164,124); }
div.DivClassName
{
background-color: #3BA47C;
}
.BgClassName
{
background-color: #3BA47C;
}
</style>
border-color css
<style>
span { border-color: #3BA47C; }
span { border-color: rgb(59,164,124); }
td.TdClassName
{
border-color: #3BA47C;
}
.TagClassName
{
border-color: #3BA47C;
}
</style>