Shades of Gossamer #3BA79B
Tints of Gossamer #3BA79B
RGB
CMYK
RGB Variations
Color information
#3BA79B (or 0x3BA79B) is known color: Gossamer. HEX triplet: 3B, A7 and 9B. RGB value is (59,167,155). Sum of RGB (Red+Green+Blue) = 59+167+155=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA79B is #C45864. Grayscale: #858585. Windows color (decimal): -12867685 or 10200891. OLE color: 10200891.
HSL color Cylindrical-coordinate representation of color #3BA79B: hue angle of 173.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA79B is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 155 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.35 |
| HSL | 173.33º | 0.48% | 0.44% | - |
| HSV(B) | 173.33º | 0.65% | 0.65% | - |
| XYZ | 21.54 | 30.93 | 35.85 | - |
| YUV | 133.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 155 | 0.65 | 0 | 0.07 | 0.35 | 173.33 | 0.48 | 0.44 |
| Hex | 3B | A7 | 9B | 41 | 0 | 7 | 23 | AD | 30 | 2C |
| Octal | 73 | 247 | 233 | 101 | 0 | 7 | 43 | 255 | 60 | 54 |
| Binary | 111011 | 10100111 | 10011011 | 1000001 | 0 | 111 | 100011 | 10101101 | 110000 | 101100 |
Color Harmonies of #3BA79B
Complementary color
Monochromatic Colors of #3BA79B
Black with #3BA79B
Text Example
Text Example
White with #3BA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA79B; }
p { color: rgb(59,167,155); }
H1.HeaderClassName
{
color: #3BA79B;
}
.AnyTagClassName
{
color: #3BA79B;
}
</style>
background-color css
<style>
a { background-color: #3BA79B; }
a { background-color: rgb(59,167,155); }
div.DivClassName
{
background-color: #3BA79B;
}
.BgClassName
{
background-color: #3BA79B;
}
</style>
border-color css
<style>
span { border-color: #3BA79B; }
span { border-color: rgb(59,167,155); }
td.TdClassName
{
border-color: #3BA79B;
}
.TagClassName
{
border-color: #3BA79B;
}
</style>