Shades of Gossamer #339F7E
Tints of Gossamer #339F7E
RGB
CMYK
RGB Variations
Color information
#339F7E (or 0x339F7E) is known color: Gossamer. HEX triplet: 33, 9F and 7E. RGB value is (51,159,126). Sum of RGB (Red+Green+Blue) = 51+159+126=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #339F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339F7E is #CC6081. Grayscale: #7A7A7A. Windows color (decimal): -13394050 or 8298291. OLE color: 8298291.
HSL color Cylindrical-coordinate representation of color #339F7E: hue angle of 161.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339F7E is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 159 | 126 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.38 |
| HSL | 161.67º | 0.51% | 0.41% | - |
| HSV(B) | 161.67º | 0.68% | 0.62% | - |
| XYZ | 17.53 | 27.01 | 24.03 | - |
| YUV | 122.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 159 | 126 | 0.68 | 0 | 0.21 | 0.38 | 161.67 | 0.51 | 0.41 |
| Hex | 33 | 9F | 7E | 44 | 0 | 15 | 26 | A2 | 33 | 29 |
| Octal | 63 | 237 | 176 | 104 | 0 | 25 | 46 | 242 | 63 | 51 |
| Binary | 110011 | 10011111 | 1111110 | 1000100 | 0 | 10101 | 100110 | 10100010 | 110011 | 101001 |
Color Harmonies of #339F7E
Complementary color
Monochromatic Colors of #339F7E
Black with #339F7E
Text Example
Text Example
White with #339F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339F7E; }
p { color: rgb(51,159,126); }
H1.HeaderClassName
{
color: #339F7E;
}
.AnyTagClassName
{
color: #339F7E;
}
</style>
background-color css
<style>
a { background-color: #339F7E; }
a { background-color: rgb(51,159,126); }
div.DivClassName
{
background-color: #339F7E;
}
.BgClassName
{
background-color: #339F7E;
}
</style>
border-color css
<style>
span { border-color: #339F7E; }
span { border-color: rgb(51,159,126); }
td.TdClassName
{
border-color: #339F7E;
}
.TagClassName
{
border-color: #339F7E;
}
</style>