Shades of Gossamer #3B9E8B
Tints of Gossamer #3B9E8B
RGB
CMYK
RGB Variations
Color information
#3B9E8B (or 0x3B9E8B) is known color: Gossamer. HEX triplet: 3B, 9E and 8B. RGB value is (59,158,139). Sum of RGB (Red+Green+Blue) = 59+158+139=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #3B9E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9E8B is #C46174. Grayscale: #7E7E7E. Windows color (decimal): -12870005 or 9150011. OLE color: 9150011.
HSL color Cylindrical-coordinate representation of color #3B9E8B: hue angle of 168.48º 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 #3B9E8B is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 158 | 139 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.38 |
| HSL | 168.48º | 0.46% | 0.43% | - |
| HSV(B) | 168.48º | 0.63% | 0.62% | - |
| XYZ | 18.69 | 27.25 | 28.7 | - |
| YUV | 126.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 158 | 139 | 0.63 | 0 | 0.12 | 0.38 | 168.48 | 0.46 | 0.43 |
| Hex | 3B | 9E | 8B | 3F | 0 | C | 26 | A8 | 2E | 2B |
| Octal | 73 | 236 | 213 | 77 | 0 | 14 | 46 | 250 | 56 | 53 |
| Binary | 111011 | 10011110 | 10001011 | 111111 | 0 | 1100 | 100110 | 10101000 | 101110 | 101011 |
Color Harmonies of #3B9E8B
Complementary color
Monochromatic Colors of #3B9E8B
Black with #3B9E8B
Text Example
Text Example
White with #3B9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9E8B; }
p { color: rgb(59,158,139); }
H1.HeaderClassName
{
color: #3B9E8B;
}
.AnyTagClassName
{
color: #3B9E8B;
}
</style>
background-color css
<style>
a { background-color: #3B9E8B; }
a { background-color: rgb(59,158,139); }
div.DivClassName
{
background-color: #3B9E8B;
}
.BgClassName
{
background-color: #3B9E8B;
}
</style>
border-color css
<style>
span { border-color: #3B9E8B; }
span { border-color: rgb(59,158,139); }
td.TdClassName
{
border-color: #3B9E8B;
}
.TagClassName
{
border-color: #3B9E8B;
}
</style>