Shades of Gossamer #3BA47E
Tints of Gossamer #3BA47E
RGB
CMYK
RGB Variations
Color information
#3BA47E (or 0x3BA47E) is known color: Gossamer. HEX triplet: 3B, A4 and 7E. RGB value is (59,164,126). Sum of RGB (Red+Green+Blue) = 59+164+126=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA47E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA47E is #C45B81. Grayscale: #808080. Windows color (decimal): -12868482 or 8299579. OLE color: 8299579.
HSL color Cylindrical-coordinate representation of color #3BA47E: hue angle of 158.29º 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 #3BA47E is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 126 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.36 |
| HSL | 158.29º | 0.47% | 0.44% | - |
| HSV(B) | 158.29º | 0.64% | 0.64% | - |
| XYZ | 18.84 | 28.99 | 24.34 | - |
| YUV | 128.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 126 | 0.64 | 0 | 0.23 | 0.36 | 158.29 | 0.47 | 0.44 |
| Hex | 3B | A4 | 7E | 40 | 0 | 17 | 24 | 9E | 2F | 2C |
| Octal | 73 | 244 | 176 | 100 | 0 | 27 | 44 | 236 | 57 | 54 |
| Binary | 111011 | 10100100 | 1111110 | 1000000 | 0 | 10111 | 100100 | 10011110 | 101111 | 101100 |
Color Harmonies of #3BA47E
Complementary color
Monochromatic Colors of #3BA47E
Black with #3BA47E
Text Example
Text Example
White with #3BA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA47E; }
p { color: rgb(59,164,126); }
H1.HeaderClassName
{
color: #3BA47E;
}
.AnyTagClassName
{
color: #3BA47E;
}
</style>
background-color css
<style>
a { background-color: #3BA47E; }
a { background-color: rgb(59,164,126); }
div.DivClassName
{
background-color: #3BA47E;
}
.BgClassName
{
background-color: #3BA47E;
}
</style>
border-color css
<style>
span { border-color: #3BA47E; }
span { border-color: rgb(59,164,126); }
td.TdClassName
{
border-color: #3BA47E;
}
.TagClassName
{
border-color: #3BA47E;
}
</style>