Shades of Gossamer #339A86
Tints of Gossamer #339A86
RGB
CMYK
RGB Variations
Color information
#339A86 (or 0x339A86) is known color: Gossamer. HEX triplet: 33, 9A and 86. RGB value is (51,154,134). Sum of RGB (Red+Green+Blue) = 51+154+134=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #339A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A86 is #CC6579. Grayscale: #787878. Windows color (decimal): -13395322 or 8821299. OLE color: 8821299.
HSL color Cylindrical-coordinate representation of color #339A86: hue angle of 168.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339A86 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 134 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.40 |
| HSL | 168.35º | 0.5% | 0.4% | - |
| HSV(B) | 168.35º | 0.67% | 0.6% | - |
| XYZ | 17.22 | 25.54 | 26.58 | - |
| YUV | 120.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 134 | 0.67 | 0 | 0.13 | 0.40 | 168.35 | 0.5 | 0.4 |
| Hex | 33 | 9A | 86 | 43 | 0 | D | 28 | A8 | 32 | 28 |
| Octal | 63 | 232 | 206 | 103 | 0 | 15 | 50 | 250 | 62 | 50 |
| Binary | 110011 | 10011010 | 10000110 | 1000011 | 0 | 1101 | 101000 | 10101000 | 110010 | 101000 |
Color Harmonies of #339A86
Complementary color
Monochromatic Colors of #339A86
Black with #339A86
Text Example
Text Example
White with #339A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A86; }
p { color: rgb(51,154,134); }
H1.HeaderClassName
{
color: #339A86;
}
.AnyTagClassName
{
color: #339A86;
}
</style>
background-color css
<style>
a { background-color: #339A86; }
a { background-color: rgb(51,154,134); }
div.DivClassName
{
background-color: #339A86;
}
.BgClassName
{
background-color: #339A86;
}
</style>
border-color css
<style>
span { border-color: #339A86; }
span { border-color: rgb(51,154,134); }
td.TdClassName
{
border-color: #339A86;
}
.TagClassName
{
border-color: #339A86;
}
</style>