Shades of Gossamer #339C84
Tints of Gossamer #339C84
RGB
CMYK
RGB Variations
Color information
#339C84 (or 0x339C84) is known color: Gossamer. HEX triplet: 33, 9C and 84. RGB value is (51,156,132). Sum of RGB (Red+Green+Blue) = 51+156+132=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #339C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339C84 is #CC637B. Grayscale: #797979. Windows color (decimal): -13394812 or 8690739. OLE color: 8690739.
HSL color Cylindrical-coordinate representation of color #339C84: hue angle of 166.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C84 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 132 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.39 |
| HSL | 166.29º | 0.51% | 0.41% | - |
| HSV(B) | 166.29º | 0.67% | 0.61% | - |
| XYZ | 17.42 | 26.15 | 25.96 | - |
| YUV | 121.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 132 | 0.67 | 0 | 0.15 | 0.39 | 166.29 | 0.51 | 0.41 |
| Hex | 33 | 9C | 84 | 43 | 0 | F | 27 | A6 | 33 | 29 |
| Octal | 63 | 234 | 204 | 103 | 0 | 17 | 47 | 246 | 63 | 51 |
| Binary | 110011 | 10011100 | 10000100 | 1000011 | 0 | 1111 | 100111 | 10100110 | 110011 | 101001 |
Color Harmonies of #339C84
Complementary color
Monochromatic Colors of #339C84
Black with #339C84
Text Example
Text Example
White with #339C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C84; }
p { color: rgb(51,156,132); }
H1.HeaderClassName
{
color: #339C84;
}
.AnyTagClassName
{
color: #339C84;
}
</style>
background-color css
<style>
a { background-color: #339C84; }
a { background-color: rgb(51,156,132); }
div.DivClassName
{
background-color: #339C84;
}
.BgClassName
{
background-color: #339C84;
}
</style>
border-color css
<style>
span { border-color: #339C84; }
span { border-color: rgb(51,156,132); }
td.TdClassName
{
border-color: #339C84;
}
.TagClassName
{
border-color: #339C84;
}
</style>