Shades of Gossamer #3BA78F
Tints of Gossamer #3BA78F
RGB
CMYK
RGB Variations
Color information
#3BA78F (or 0x3BA78F) is known color: Gossamer. HEX triplet: 3B, A7 and 8F. RGB value is (59,167,143). Sum of RGB (Red+Green+Blue) = 59+167+143=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA78F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA78F is #C45870. Grayscale: #838383. Windows color (decimal): -12867697 or 9414459. OLE color: 9414459.
HSL color Cylindrical-coordinate representation of color #3BA78F: hue angle of 166.67º 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 #3BA78F is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 143 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.35 |
| HSL | 166.67º | 0.48% | 0.44% | - |
| HSV(B) | 166.67º | 0.65% | 0.65% | - |
| XYZ | 20.58 | 30.55 | 30.8 | - |
| YUV | 131.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 143 | 0.65 | 0 | 0.14 | 0.35 | 166.67 | 0.48 | 0.44 |
| Hex | 3B | A7 | 8F | 41 | 0 | E | 23 | A7 | 30 | 2C |
| Octal | 73 | 247 | 217 | 101 | 0 | 16 | 43 | 247 | 60 | 54 |
| Binary | 111011 | 10100111 | 10001111 | 1000001 | 0 | 1110 | 100011 | 10100111 | 110000 | 101100 |
Color Harmonies of #3BA78F
Complementary color
Monochromatic Colors of #3BA78F
Black with #3BA78F
Text Example
Text Example
White with #3BA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA78F; }
p { color: rgb(59,167,143); }
H1.HeaderClassName
{
color: #3BA78F;
}
.AnyTagClassName
{
color: #3BA78F;
}
</style>
background-color css
<style>
a { background-color: #3BA78F; }
a { background-color: rgb(59,167,143); }
div.DivClassName
{
background-color: #3BA78F;
}
.BgClassName
{
background-color: #3BA78F;
}
</style>
border-color css
<style>
span { border-color: #3BA78F; }
span { border-color: rgb(59,167,143); }
td.TdClassName
{
border-color: #3BA78F;
}
.TagClassName
{
border-color: #3BA78F;
}
</style>