Shades of Gossamer #33988B
Tints of Gossamer #33988B
RGB
CMYK
RGB Variations
Color information
#33988B (or 0x33988B) is known color: Gossamer. HEX triplet: 33, 98 and 8B. RGB value is (51,152,139). Sum of RGB (Red+Green+Blue) = 51+152+139=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #33988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33988B is #CC6774. Grayscale: #787878. Windows color (decimal): -13395829 or 9148467. OLE color: 9148467.
HSL color Cylindrical-coordinate representation of color #33988B: hue angle of 172.28º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33988B is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 139 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.40 |
| HSL | 172.28º | 0.5% | 0.4% | - |
| HSV(B) | 172.28º | 0.66% | 0.6% | - |
| XYZ | 17.25 | 25.02 | 28.35 | - |
| YUV | 120.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 139 | 0.66 | 0 | 0.09 | 0.40 | 172.28 | 0.5 | 0.4 |
| Hex | 33 | 98 | 8B | 42 | 0 | 9 | 28 | AC | 32 | 28 |
| Octal | 63 | 230 | 213 | 102 | 0 | 11 | 50 | 254 | 62 | 50 |
| Binary | 110011 | 10011000 | 10001011 | 1000010 | 0 | 1001 | 101000 | 10101100 | 110010 | 101000 |
Color Harmonies of #33988B
Complementary color
Monochromatic Colors of #33988B
Black with #33988B
Text Example
Text Example
White with #33988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33988B; }
p { color: rgb(51,152,139); }
H1.HeaderClassName
{
color: #33988B;
}
.AnyTagClassName
{
color: #33988B;
}
</style>
background-color css
<style>
a { background-color: #33988B; }
a { background-color: rgb(51,152,139); }
div.DivClassName
{
background-color: #33988B;
}
.BgClassName
{
background-color: #33988B;
}
</style>
border-color css
<style>
span { border-color: #33988B; }
span { border-color: rgb(51,152,139); }
td.TdClassName
{
border-color: #33988B;
}
.TagClassName
{
border-color: #33988B;
}
</style>