Shades of Gossamer #33998C
Tints of Gossamer #33998C
RGB
CMYK
RGB Variations
Color information
#33998C (or 0x33998C) is known color: Gossamer. HEX triplet: 33, 99 and 8C. RGB value is (51,153,140). Sum of RGB (Red+Green+Blue) = 51+153+140=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #33998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33998C is #CC6673. Grayscale: #787878. Windows color (decimal): -13395572 or 9214259. OLE color: 9214259.
HSL color Cylindrical-coordinate representation of color #33998C: hue angle of 172.35º 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 #33998C is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 140 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.4 |
| HSL | 172.35º | 0.5% | 0.4% | - |
| HSV(B) | 172.35º | 0.67% | 0.6% | - |
| XYZ | 17.49 | 25.38 | 28.79 | - |
| YUV | 121.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 140 | 0.67 | 0 | 0.08 | 0.4 | 172.35 | 0.5 | 0.4 |
| Hex | 33 | 99 | 8C | 43 | 0 | 8 | 28 | AC | 32 | 28 |
| Octal | 63 | 231 | 214 | 103 | 0 | 10 | 50 | 254 | 62 | 50 |
| Binary | 110011 | 10011001 | 10001100 | 1000011 | 0 | 1000 | 101000 | 10101100 | 110010 | 101000 |
Color Harmonies of #33998C
Complementary color
Monochromatic Colors of #33998C
Black with #33998C
Text Example
Text Example
White with #33998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33998C; }
p { color: rgb(51,153,140); }
H1.HeaderClassName
{
color: #33998C;
}
.AnyTagClassName
{
color: #33998C;
}
</style>
background-color css
<style>
a { background-color: #33998C; }
a { background-color: rgb(51,153,140); }
div.DivClassName
{
background-color: #33998C;
}
.BgClassName
{
background-color: #33998C;
}
</style>
border-color css
<style>
span { border-color: #33998C; }
span { border-color: rgb(51,153,140); }
td.TdClassName
{
border-color: #33998C;
}
.TagClassName
{
border-color: #33998C;
}
</style>