Shades of Gossamer #339E7D
Tints of Gossamer #339E7D
RGB
CMYK
RGB Variations
Color information
#339E7D (or 0x339E7D) is known color: Gossamer. HEX triplet: 33, 9E and 7D. RGB value is (51,158,125). Sum of RGB (Red+Green+Blue) = 51+158+125=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #339E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339E7D is #CC6182. Grayscale: #7A7A7A. Windows color (decimal): -13394307 or 8232499. OLE color: 8232499.
HSL color Cylindrical-coordinate representation of color #339E7D: hue angle of 161.5º 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 #339E7D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 158 | 125 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.38 |
| HSL | 161.5º | 0.51% | 0.41% | - |
| HSV(B) | 161.5º | 0.68% | 0.62% | - |
| XYZ | 17.29 | 26.64 | 23.63 | - |
| YUV | 122.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 158 | 125 | 0.68 | 0 | 0.21 | 0.38 | 161.5 | 0.51 | 0.41 |
| Hex | 33 | 9E | 7D | 44 | 0 | 15 | 26 | A1 | 33 | 29 |
| Octal | 63 | 236 | 175 | 104 | 0 | 25 | 46 | 241 | 63 | 51 |
| Binary | 110011 | 10011110 | 1111101 | 1000100 | 0 | 10101 | 100110 | 10100001 | 110011 | 101001 |
Color Harmonies of #339E7D
Complementary color
Monochromatic Colors of #339E7D
Black with #339E7D
Text Example
Text Example
White with #339E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339E7D; }
p { color: rgb(51,158,125); }
H1.HeaderClassName
{
color: #339E7D;
}
.AnyTagClassName
{
color: #339E7D;
}
</style>
background-color css
<style>
a { background-color: #339E7D; }
a { background-color: rgb(51,158,125); }
div.DivClassName
{
background-color: #339E7D;
}
.BgClassName
{
background-color: #339E7D;
}
</style>
border-color css
<style>
span { border-color: #339E7D; }
span { border-color: rgb(51,158,125); }
td.TdClassName
{
border-color: #339E7D;
}
.TagClassName
{
border-color: #339E7D;
}
</style>