Shades of Gossamer #33998D
Tints of Gossamer #33998D
RGB
CMYK
RGB Variations
Color information
#33998D (or 0x33998D) is known color: Gossamer. HEX triplet: 33, 99 and 8D. RGB value is (51,153,141). Sum of RGB (Red+Green+Blue) = 51+153+141=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #33998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33998D is #CC6672. Grayscale: #797979. Windows color (decimal): -13395571 or 9279795. OLE color: 9279795.
HSL color Cylindrical-coordinate representation of color #33998D: hue angle of 172.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33998D is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 141 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.4 |
| HSL | 172.94º | 0.5% | 0.4% | - |
| HSV(B) | 172.94º | 0.67% | 0.6% | - |
| XYZ | 17.56 | 25.41 | 29.18 | - |
| YUV | 121.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 141 | 0.67 | 0 | 0.08 | 0.4 | 172.94 | 0.5 | 0.4 |
| Hex | 33 | 99 | 8D | 43 | 0 | 8 | 28 | AD | 32 | 28 |
| Octal | 63 | 231 | 215 | 103 | 0 | 10 | 50 | 255 | 62 | 50 |
| Binary | 110011 | 10011001 | 10001101 | 1000011 | 0 | 1000 | 101000 | 10101101 | 110010 | 101000 |
Color Harmonies of #33998D
Complementary color
Monochromatic Colors of #33998D
Black with #33998D
Text Example
Text Example
White with #33998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33998D; }
p { color: rgb(51,153,141); }
H1.HeaderClassName
{
color: #33998D;
}
.AnyTagClassName
{
color: #33998D;
}
</style>
background-color css
<style>
a { background-color: #33998D; }
a { background-color: rgb(51,153,141); }
div.DivClassName
{
background-color: #33998D;
}
.BgClassName
{
background-color: #33998D;
}
</style>
border-color css
<style>
span { border-color: #33998D; }
span { border-color: rgb(51,153,141); }
td.TdClassName
{
border-color: #33998D;
}
.TagClassName
{
border-color: #33998D;
}
</style>