Shades of Gossamer #339C7E
Tints of Gossamer #339C7E
RGB
CMYK
RGB Variations
Color information
#339C7E (or 0x339C7E) is known color: Gossamer. HEX triplet: 33, 9C and 7E. RGB value is (51,156,126). Sum of RGB (Red+Green+Blue) = 51+156+126=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #339C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C7E is #CC6381. Grayscale: #797979. Windows color (decimal): -13394818 or 8297523. OLE color: 8297523.
HSL color Cylindrical-coordinate representation of color #339C7E: hue angle of 162.86º 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 #339C7E is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 126 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.39 |
| HSL | 162.86º | 0.51% | 0.41% | - |
| HSV(B) | 162.86º | 0.67% | 0.61% | - |
| XYZ | 17.02 | 25.99 | 23.86 | - |
| YUV | 121.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 126 | 0.67 | 0 | 0.19 | 0.39 | 162.86 | 0.51 | 0.41 |
| Hex | 33 | 9C | 7E | 43 | 0 | 13 | 27 | A3 | 33 | 29 |
| Octal | 63 | 234 | 176 | 103 | 0 | 23 | 47 | 243 | 63 | 51 |
| Binary | 110011 | 10011100 | 1111110 | 1000011 | 0 | 10011 | 100111 | 10100011 | 110011 | 101001 |
Color Harmonies of #339C7E
Complementary color
Monochromatic Colors of #339C7E
Black with #339C7E
Text Example
Text Example
White with #339C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C7E; }
p { color: rgb(51,156,126); }
H1.HeaderClassName
{
color: #339C7E;
}
.AnyTagClassName
{
color: #339C7E;
}
</style>
background-color css
<style>
a { background-color: #339C7E; }
a { background-color: rgb(51,156,126); }
div.DivClassName
{
background-color: #339C7E;
}
.BgClassName
{
background-color: #339C7E;
}
</style>
border-color css
<style>
span { border-color: #339C7E; }
span { border-color: rgb(51,156,126); }
td.TdClassName
{
border-color: #339C7E;
}
.TagClassName
{
border-color: #339C7E;
}
</style>