Shades of Gossamer #339A85
Tints of Gossamer #339A85
RGB
CMYK
RGB Variations
Color information
#339A85 (or 0x339A85) is known color: Gossamer. HEX triplet: 33, 9A and 85. RGB value is (51,154,133). Sum of RGB (Red+Green+Blue) = 51+154+133=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #339A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A85 is #CC657A. Grayscale: #787878. Windows color (decimal): -13395323 or 8755763. OLE color: 8755763.
HSL color Cylindrical-coordinate representation of color #339A85: hue angle of 167.77º 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 #339A85 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 133 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.40 |
| HSL | 167.77º | 0.5% | 0.4% | - |
| HSV(B) | 167.77º | 0.67% | 0.6% | - |
| XYZ | 17.15 | 25.51 | 26.21 | - |
| YUV | 120.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 133 | 0.67 | 0 | 0.14 | 0.40 | 167.77 | 0.5 | 0.4 |
| Hex | 33 | 9A | 85 | 43 | 0 | E | 28 | A8 | 32 | 28 |
| Octal | 63 | 232 | 205 | 103 | 0 | 16 | 50 | 250 | 62 | 50 |
| Binary | 110011 | 10011010 | 10000101 | 1000011 | 0 | 1110 | 101000 | 10101000 | 110010 | 101000 |
Color Harmonies of #339A85
Complementary color
Monochromatic Colors of #339A85
Black with #339A85
Text Example
Text Example
White with #339A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A85; }
p { color: rgb(51,154,133); }
H1.HeaderClassName
{
color: #339A85;
}
.AnyTagClassName
{
color: #339A85;
}
</style>
background-color css
<style>
a { background-color: #339A85; }
a { background-color: rgb(51,154,133); }
div.DivClassName
{
background-color: #339A85;
}
.BgClassName
{
background-color: #339A85;
}
</style>
border-color css
<style>
span { border-color: #339A85; }
span { border-color: rgb(51,154,133); }
td.TdClassName
{
border-color: #339A85;
}
.TagClassName
{
border-color: #339A85;
}
</style>