Shades of Gossamer #339A84
Tints of Gossamer #339A84
RGB
CMYK
RGB Variations
Color information
#339A84 (or 0x339A84) is known color: Gossamer. HEX triplet: 33, 9A and 84. RGB value is (51,154,132). Sum of RGB (Red+Green+Blue) = 51+154+132=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #339A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A84 is #CC657B. Grayscale: #787878. Windows color (decimal): -13395324 or 8690227. OLE color: 8690227.
HSL color Cylindrical-coordinate representation of color #339A84: hue angle of 167.18º 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 #339A84 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 132 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.40 |
| HSL | 167.18º | 0.5% | 0.4% | - |
| HSV(B) | 167.18º | 0.67% | 0.6% | - |
| XYZ | 17.09 | 25.48 | 25.85 | - |
| YUV | 120.7 | 134.38 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 132 | 0.67 | 0 | 0.14 | 0.40 | 167.18 | 0.5 | 0.4 |
| Hex | 33 | 9A | 84 | 43 | 0 | E | 28 | A7 | 32 | 28 |
| Octal | 63 | 232 | 204 | 103 | 0 | 16 | 50 | 247 | 62 | 50 |
| Binary | 110011 | 10011010 | 10000100 | 1000011 | 0 | 1110 | 101000 | 10100111 | 110010 | 101000 |
Color Harmonies of #339A84
Complementary color
Monochromatic Colors of #339A84
Black with #339A84
Text Example
Text Example
White with #339A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A84; }
p { color: rgb(51,154,132); }
H1.HeaderClassName
{
color: #339A84;
}
.AnyTagClassName
{
color: #339A84;
}
</style>
background-color css
<style>
a { background-color: #339A84; }
a { background-color: rgb(51,154,132); }
div.DivClassName
{
background-color: #339A84;
}
.BgClassName
{
background-color: #339A84;
}
</style>
border-color css
<style>
span { border-color: #339A84; }
span { border-color: rgb(51,154,132); }
td.TdClassName
{
border-color: #339A84;
}
.TagClassName
{
border-color: #339A84;
}
</style>