Shades of Gossamer #338E7E
Tints of Gossamer #338E7E
RGB
CMYK
RGB Variations
Color information
#338E7E (or 0x338E7E) is known color: Gossamer. HEX triplet: 33, 8E and 7E. RGB value is (51,142,126). Sum of RGB (Red+Green+Blue) = 51+142+126=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #338E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E7E is #CC7181. Grayscale: #707070. Windows color (decimal): -13398402 or 8293939. OLE color: 8293939.
HSL color Cylindrical-coordinate representation of color #338E7E: hue angle of 169.45º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E7E is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 142 | 126 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.44 |
| HSL | 169.45º | 0.47% | 0.38% | - |
| HSV(B) | 169.45º | 0.64% | 0.56% | - |
| XYZ | 14.8 | 21.56 | 23.12 | - |
| YUV | 112.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 126 | 0.64 | 0 | 0.11 | 0.44 | 169.45 | 0.47 | 0.38 |
| Hex | 33 | 8E | 7E | 40 | 0 | B | 2C | A9 | 2F | 26 |
| Octal | 63 | 216 | 176 | 100 | 0 | 13 | 54 | 251 | 57 | 46 |
| Binary | 110011 | 10001110 | 1111110 | 1000000 | 0 | 1011 | 101100 | 10101001 | 101111 | 100110 |
Color Harmonies of #338E7E
Complementary color
Monochromatic Colors of #338E7E
Black with #338E7E
Text Example
Text Example
White with #338E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338E7E; }
p { color: rgb(51,142,126); }
H1.HeaderClassName
{
color: #338E7E;
}
.AnyTagClassName
{
color: #338E7E;
}
</style>
background-color css
<style>
a { background-color: #338E7E; }
a { background-color: rgb(51,142,126); }
div.DivClassName
{
background-color: #338E7E;
}
.BgClassName
{
background-color: #338E7E;
}
</style>
border-color css
<style>
span { border-color: #338E7E; }
span { border-color: rgb(51,142,126); }
td.TdClassName
{
border-color: #338E7E;
}
.TagClassName
{
border-color: #338E7E;
}
</style>