Shades of Gossamer #339C7B
Tints of Gossamer #339C7B
RGB
CMYK
RGB Variations
Color information
#339C7B (or 0x339C7B) is known color: Gossamer. HEX triplet: 33, 9C and 7B. RGB value is (51,156,123). Sum of RGB (Red+Green+Blue) = 51+156+123=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #339C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C7B is #CC6384. Grayscale: #787878. Windows color (decimal): -13394821 or 8100915. OLE color: 8100915.
HSL color Cylindrical-coordinate representation of color #339C7B: hue angle of 161.14º 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 #339C7B is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 123 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.39 |
| HSL | 161.14º | 0.51% | 0.41% | - |
| HSV(B) | 161.14º | 0.67% | 0.61% | - |
| XYZ | 16.83 | 25.91 | 22.85 | - |
| YUV | 120.84 | 129.21 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 123 | 0.67 | 0 | 0.21 | 0.39 | 161.14 | 0.51 | 0.41 |
| Hex | 33 | 9C | 7B | 43 | 0 | 15 | 27 | A1 | 33 | 29 |
| Octal | 63 | 234 | 173 | 103 | 0 | 25 | 47 | 241 | 63 | 51 |
| Binary | 110011 | 10011100 | 1111011 | 1000011 | 0 | 10101 | 100111 | 10100001 | 110011 | 101001 |
Color Harmonies of #339C7B
Complementary color
Monochromatic Colors of #339C7B
Black with #339C7B
Text Example
Text Example
White with #339C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C7B; }
p { color: rgb(51,156,123); }
H1.HeaderClassName
{
color: #339C7B;
}
.AnyTagClassName
{
color: #339C7B;
}
</style>
background-color css
<style>
a { background-color: #339C7B; }
a { background-color: rgb(51,156,123); }
div.DivClassName
{
background-color: #339C7B;
}
.BgClassName
{
background-color: #339C7B;
}
</style>
border-color css
<style>
span { border-color: #339C7B; }
span { border-color: rgb(51,156,123); }
td.TdClassName
{
border-color: #339C7B;
}
.TagClassName
{
border-color: #339C7B;
}
</style>