Shades of Gossamer #33987B
Tints of Gossamer #33987B
RGB
CMYK
RGB Variations
Color information
#33987B (or 0x33987B) is known color: Gossamer. HEX triplet: 33, 98 and 7B. RGB value is (51,152,123). Sum of RGB (Red+Green+Blue) = 51+152+123=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #33987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33987B is #CC6784. Grayscale: #767676. Windows color (decimal): -13395845 or 8099891. OLE color: 8099891.
HSL color Cylindrical-coordinate representation of color #33987B: hue angle of 162.77º 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 #33987B is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 123 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.40 |
| HSL | 162.77º | 0.5% | 0.4% | - |
| HSV(B) | 162.77º | 0.66% | 0.6% | - |
| XYZ | 16.17 | 24.59 | 22.63 | - |
| YUV | 118.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 123 | 0.66 | 0 | 0.19 | 0.40 | 162.77 | 0.5 | 0.4 |
| Hex | 33 | 98 | 7B | 42 | 0 | 13 | 28 | A3 | 32 | 28 |
| Octal | 63 | 230 | 173 | 102 | 0 | 23 | 50 | 243 | 62 | 50 |
| Binary | 110011 | 10011000 | 1111011 | 1000010 | 0 | 10011 | 101000 | 10100011 | 110010 | 101000 |
Color Harmonies of #33987B
Complementary color
Monochromatic Colors of #33987B
Black with #33987B
Text Example
Text Example
White with #33987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33987B; }
p { color: rgb(51,152,123); }
H1.HeaderClassName
{
color: #33987B;
}
.AnyTagClassName
{
color: #33987B;
}
</style>
background-color css
<style>
a { background-color: #33987B; }
a { background-color: rgb(51,152,123); }
div.DivClassName
{
background-color: #33987B;
}
.BgClassName
{
background-color: #33987B;
}
</style>
border-color css
<style>
span { border-color: #33987B; }
span { border-color: rgb(51,152,123); }
td.TdClassName
{
border-color: #33987B;
}
.TagClassName
{
border-color: #33987B;
}
</style>