Shades of Gossamer #3B9F7A
Tints of Gossamer #3B9F7A
RGB
CMYK
RGB Variations
Color information
#3B9F7A (or 0x3B9F7A) is known color: Gossamer. HEX triplet: 3B, 9F and 7A. RGB value is (59,159,122). Sum of RGB (Red+Green+Blue) = 59+159+122=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9F7A is #C46085. Grayscale: #7C7C7C. Windows color (decimal): -12869766 or 8036155. OLE color: 8036155.
HSL color Cylindrical-coordinate representation of color #3B9F7A: hue angle of 157.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F7A is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 159 | 122 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.38 |
| HSL | 157.8º | 0.46% | 0.43% | - |
| HSV(B) | 157.8º | 0.63% | 0.62% | - |
| XYZ | 17.71 | 27.13 | 22.72 | - |
| YUV | 124.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 122 | 0.63 | 0 | 0.23 | 0.38 | 157.8 | 0.46 | 0.43 |
| Hex | 3B | 9F | 7A | 3F | 0 | 17 | 26 | 9E | 2E | 2B |
| Octal | 73 | 237 | 172 | 77 | 0 | 27 | 46 | 236 | 56 | 53 |
| Binary | 111011 | 10011111 | 1111010 | 111111 | 0 | 10111 | 100110 | 10011110 | 101110 | 101011 |
Color Harmonies of #3B9F7A
Complementary color
Monochromatic Colors of #3B9F7A
Black with #3B9F7A
Text Example
Text Example
White with #3B9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9F7A; }
p { color: rgb(59,159,122); }
H1.HeaderClassName
{
color: #3B9F7A;
}
.AnyTagClassName
{
color: #3B9F7A;
}
</style>
background-color css
<style>
a { background-color: #3B9F7A; }
a { background-color: rgb(59,159,122); }
div.DivClassName
{
background-color: #3B9F7A;
}
.BgClassName
{
background-color: #3B9F7A;
}
</style>
border-color css
<style>
span { border-color: #3B9F7A; }
span { border-color: rgb(59,159,122); }
td.TdClassName
{
border-color: #3B9F7A;
}
.TagClassName
{
border-color: #3B9F7A;
}
</style>