Shades of Gossamer #3B9F8A
Tints of Gossamer #3B9F8A
RGB
CMYK
RGB Variations
Color information
#3B9F8A (or 0x3B9F8A) is known color: Gossamer. HEX triplet: 3B, 9F and 8A. RGB value is (59,159,138). Sum of RGB (Red+Green+Blue) = 59+159+138=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9F8A is #C46075. Grayscale: #7E7E7E. Windows color (decimal): -12869750 or 9084731. OLE color: 9084731.
HSL color Cylindrical-coordinate representation of color #3B9F8A: hue angle of 167.4º 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 #3B9F8A is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 159 | 138 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.38 |
| HSL | 167.4º | 0.46% | 0.43% | - |
| HSV(B) | 167.4º | 0.63% | 0.62% | - |
| XYZ | 18.79 | 27.56 | 28.37 | - |
| YUV | 126.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 138 | 0.63 | 0 | 0.13 | 0.38 | 167.4 | 0.46 | 0.43 |
| Hex | 3B | 9F | 8A | 3F | 0 | D | 26 | A7 | 2E | 2B |
| Octal | 73 | 237 | 212 | 77 | 0 | 15 | 46 | 247 | 56 | 53 |
| Binary | 111011 | 10011111 | 10001010 | 111111 | 0 | 1101 | 100110 | 10100111 | 101110 | 101011 |
Color Harmonies of #3B9F8A
Complementary color
Monochromatic Colors of #3B9F8A
Black with #3B9F8A
Text Example
Text Example
White with #3B9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9F8A; }
p { color: rgb(59,159,138); }
H1.HeaderClassName
{
color: #3B9F8A;
}
.AnyTagClassName
{
color: #3B9F8A;
}
</style>
background-color css
<style>
a { background-color: #3B9F8A; }
a { background-color: rgb(59,159,138); }
div.DivClassName
{
background-color: #3B9F8A;
}
.BgClassName
{
background-color: #3B9F8A;
}
</style>
border-color css
<style>
span { border-color: #3B9F8A; }
span { border-color: rgb(59,159,138); }
td.TdClassName
{
border-color: #3B9F8A;
}
.TagClassName
{
border-color: #3B9F8A;
}
</style>