Shades of Gossamer #32998E
Tints of Gossamer #32998E
RGB
CMYK
RGB Variations
Color information
#32998E (or 0x32998E) is known color: Gossamer. HEX triplet: 32, 99 and 8E. RGB value is (50,153,142). Sum of RGB (Red+Green+Blue) = 50+153+142=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #32998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998E is #CD6671. Grayscale: #787878. Windows color (decimal): -13461106 or 9345330. OLE color: 9345330.
HSL color Cylindrical-coordinate representation of color #32998E: hue angle of 173.59º degrees, saturation: 0.51, 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 #32998E is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 142 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.4 |
| HSL | 173.59º | 0.51% | 0.4% | - |
| HSV(B) | 173.59º | 0.67% | 0.6% | - |
| XYZ | 17.59 | 25.41 | 29.57 | - |
| YUV | 120.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 142 | 0.67 | 0 | 0.07 | 0.4 | 173.59 | 0.51 | 0.4 |
| Hex | 32 | 99 | 8E | 43 | 0 | 7 | 28 | AE | 33 | 28 |
| Octal | 62 | 231 | 216 | 103 | 0 | 7 | 50 | 256 | 63 | 50 |
| Binary | 110010 | 10011001 | 10001110 | 1000011 | 0 | 111 | 101000 | 10101110 | 110011 | 101000 |
Color Harmonies of #32998E
Complementary color
Monochromatic Colors of #32998E
Black with #32998E
Text Example
Text Example
White with #32998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32998E; }
p { color: rgb(50,153,142); }
H1.HeaderClassName
{
color: #32998E;
}
.AnyTagClassName
{
color: #32998E;
}
</style>
background-color css
<style>
a { background-color: #32998E; }
a { background-color: rgb(50,153,142); }
div.DivClassName
{
background-color: #32998E;
}
.BgClassName
{
background-color: #32998E;
}
</style>
border-color css
<style>
span { border-color: #32998E; }
span { border-color: rgb(50,153,142); }
td.TdClassName
{
border-color: #32998E;
}
.TagClassName
{
border-color: #32998E;
}
</style>