Shades of Gossamer #3B9E80
Tints of Gossamer #3B9E80
RGB
CMYK
RGB Variations
Color information
#3B9E80 (or 0x3B9E80) is known color: Gossamer. HEX triplet: 3B, 9E and 80. RGB value is (59,158,128). Sum of RGB (Red+Green+Blue) = 59+158+128=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #3B9E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9E80 is #C4617F. Grayscale: #7D7D7D. Windows color (decimal): -12870016 or 8429115. OLE color: 8429115.
HSL color Cylindrical-coordinate representation of color #3B9E80: hue angle of 161.82º 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 #3B9E80 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 158 | 128 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.38 |
| HSL | 161.82º | 0.46% | 0.43% | - |
| HSV(B) | 161.82º | 0.63% | 0.62% | - |
| XYZ | 17.93 | 26.94 | 24.68 | - |
| YUV | 124.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 158 | 128 | 0.63 | 0 | 0.19 | 0.38 | 161.82 | 0.46 | 0.43 |
| Hex | 3B | 9E | 80 | 3F | 0 | 13 | 26 | A2 | 2E | 2B |
| Octal | 73 | 236 | 200 | 77 | 0 | 23 | 46 | 242 | 56 | 53 |
| Binary | 111011 | 10011110 | 10000000 | 111111 | 0 | 10011 | 100110 | 10100010 | 101110 | 101011 |
Color Harmonies of #3B9E80
Complementary color
Monochromatic Colors of #3B9E80
Black with #3B9E80
Text Example
Text Example
White with #3B9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9E80; }
p { color: rgb(59,158,128); }
H1.HeaderClassName
{
color: #3B9E80;
}
.AnyTagClassName
{
color: #3B9E80;
}
</style>
background-color css
<style>
a { background-color: #3B9E80; }
a { background-color: rgb(59,158,128); }
div.DivClassName
{
background-color: #3B9E80;
}
.BgClassName
{
background-color: #3B9E80;
}
</style>
border-color css
<style>
span { border-color: #3B9E80; }
span { border-color: rgb(59,158,128); }
td.TdClassName
{
border-color: #3B9E80;
}
.TagClassName
{
border-color: #3B9E80;
}
</style>