Shades of Gossamer #339B84
Tints of Gossamer #339B84
RGB
CMYK
RGB Variations
Color information
#339B84 (or 0x339B84) is known color: Gossamer. HEX triplet: 33, 9B and 84. RGB value is (51,155,132). Sum of RGB (Red+Green+Blue) = 51+155+132=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #339B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B84 is #CC647B. Grayscale: #797979. Windows color (decimal): -13395068 or 8690483. OLE color: 8690483.
HSL color Cylindrical-coordinate representation of color #339B84: hue angle of 166.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B84 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 132 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.39 |
| HSL | 166.73º | 0.5% | 0.4% | - |
| HSV(B) | 166.73º | 0.67% | 0.61% | - |
| XYZ | 17.25 | 25.81 | 25.9 | - |
| YUV | 121.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 132 | 0.67 | 0 | 0.15 | 0.39 | 166.73 | 0.5 | 0.4 |
| Hex | 33 | 9B | 84 | 43 | 0 | F | 27 | A7 | 32 | 28 |
| Octal | 63 | 233 | 204 | 103 | 0 | 17 | 47 | 247 | 62 | 50 |
| Binary | 110011 | 10011011 | 10000100 | 1000011 | 0 | 1111 | 100111 | 10100111 | 110010 | 101000 |
Color Harmonies of #339B84
Complementary color
Monochromatic Colors of #339B84
Black with #339B84
Text Example
Text Example
White with #339B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B84; }
p { color: rgb(51,155,132); }
H1.HeaderClassName
{
color: #339B84;
}
.AnyTagClassName
{
color: #339B84;
}
</style>
background-color css
<style>
a { background-color: #339B84; }
a { background-color: rgb(51,155,132); }
div.DivClassName
{
background-color: #339B84;
}
.BgClassName
{
background-color: #339B84;
}
</style>
border-color css
<style>
span { border-color: #339B84; }
span { border-color: rgb(51,155,132); }
td.TdClassName
{
border-color: #339B84;
}
.TagClassName
{
border-color: #339B84;
}
</style>