Shades of Gossamer #33987A
Tints of Gossamer #33987A
RGB
CMYK
RGB Variations
Color information
#33987A (or 0x33987A) is known color: Gossamer. HEX triplet: 33, 98 and 7A. RGB value is (51,152,122). Sum of RGB (Red+Green+Blue) = 51+152+122=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #33987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33987A is #CC6785. Grayscale: #767676. Windows color (decimal): -13395846 or 8034355. OLE color: 8034355.
HSL color Cylindrical-coordinate representation of color #33987A: hue angle of 162.18º 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 #33987A is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 122 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.40 |
| HSL | 162.18º | 0.5% | 0.4% | - |
| HSV(B) | 162.18º | 0.66% | 0.6% | - |
| XYZ | 16.11 | 24.57 | 22.31 | - |
| YUV | 118.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 122 | 0.66 | 0 | 0.20 | 0.40 | 162.18 | 0.5 | 0.4 |
| Hex | 33 | 98 | 7A | 42 | 0 | 14 | 28 | A2 | 32 | 28 |
| Octal | 63 | 230 | 172 | 102 | 0 | 24 | 50 | 242 | 62 | 50 |
| Binary | 110011 | 10011000 | 1111010 | 1000010 | 0 | 10100 | 101000 | 10100010 | 110010 | 101000 |
Color Harmonies of #33987A
Complementary color
Monochromatic Colors of #33987A
Black with #33987A
Text Example
Text Example
White with #33987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33987A; }
p { color: rgb(51,152,122); }
H1.HeaderClassName
{
color: #33987A;
}
.AnyTagClassName
{
color: #33987A;
}
</style>
background-color css
<style>
a { background-color: #33987A; }
a { background-color: rgb(51,152,122); }
div.DivClassName
{
background-color: #33987A;
}
.BgClassName
{
background-color: #33987A;
}
</style>
border-color css
<style>
span { border-color: #33987A; }
span { border-color: rgb(51,152,122); }
td.TdClassName
{
border-color: #33987A;
}
.TagClassName
{
border-color: #33987A;
}
</style>