Shades of Gossamer #3B997F
Tints of Gossamer #3B997F
RGB
CMYK
RGB Variations
Color information
#3B997F (or 0x3B997F) is known color: Gossamer. HEX triplet: 3B, 99 and 7F. RGB value is (59,153,127). Sum of RGB (Red+Green+Blue) = 59+153+127=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #3B997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B997F is #C46680. Grayscale: #797979. Windows color (decimal): -12871297 or 8362299. OLE color: 8362299.
HSL color Cylindrical-coordinate representation of color #3B997F: hue angle of 163.4º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B997F is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 153 | 127 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.4 |
| HSL | 163.4º | 0.44% | 0.42% | - |
| HSV(B) | 163.4º | 0.61% | 0.6% | - |
| XYZ | 17.03 | 25.24 | 24.05 | - |
| YUV | 121.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 127 | 0.61 | 0 | 0.17 | 0.4 | 163.4 | 0.44 | 0.42 |
| Hex | 3B | 99 | 7F | 3D | 0 | 11 | 28 | A3 | 2C | 2A |
| Octal | 73 | 231 | 177 | 75 | 0 | 21 | 50 | 243 | 54 | 52 |
| Binary | 111011 | 10011001 | 1111111 | 111101 | 0 | 10001 | 101000 | 10100011 | 101100 | 101010 |
Color Harmonies of #3B997F
Complementary color
Monochromatic Colors of #3B997F
Black with #3B997F
Text Example
Text Example
White with #3B997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B997F; }
p { color: rgb(59,153,127); }
H1.HeaderClassName
{
color: #3B997F;
}
.AnyTagClassName
{
color: #3B997F;
}
</style>
background-color css
<style>
a { background-color: #3B997F; }
a { background-color: rgb(59,153,127); }
div.DivClassName
{
background-color: #3B997F;
}
.BgClassName
{
background-color: #3B997F;
}
</style>
border-color css
<style>
span { border-color: #3B997F; }
span { border-color: rgb(59,153,127); }
td.TdClassName
{
border-color: #3B997F;
}
.TagClassName
{
border-color: #3B997F;
}
</style>