Shades of Gossamer #30978C
Tints of Gossamer #30978C
RGB
CMYK
RGB Variations
Color information
#30978C (or 0x30978C) is known color: Gossamer. HEX triplet: 30, 97 and 8C. RGB value is (48,151,140). Sum of RGB (Red+Green+Blue) = 48+151+140=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #30978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30978C is #CF6873. Grayscale: #767676. Windows color (decimal): -13592692 or 9213744. OLE color: 9213744.
HSL color Cylindrical-coordinate representation of color #30978C: hue angle of 173.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30978C is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 151 | 140 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.41 |
| HSL | 173.59º | 0.52% | 0.39% | - |
| HSV(B) | 173.59º | 0.68% | 0.59% | - |
| XYZ | 17.02 | 24.66 | 28.67 | - |
| YUV | 118.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 140 | 0.68 | 0 | 0.07 | 0.41 | 173.59 | 0.52 | 0.39 |
| Hex | 30 | 97 | 8C | 44 | 0 | 7 | 29 | AE | 34 | 27 |
| Octal | 60 | 227 | 214 | 104 | 0 | 7 | 51 | 256 | 64 | 47 |
| Binary | 110000 | 10010111 | 10001100 | 1000100 | 0 | 111 | 101001 | 10101110 | 110100 | 100111 |
Color Harmonies of #30978C
Complementary color
Monochromatic Colors of #30978C
Black with #30978C
Text Example
Text Example
White with #30978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30978C; }
p { color: rgb(48,151,140); }
H1.HeaderClassName
{
color: #30978C;
}
.AnyTagClassName
{
color: #30978C;
}
</style>
background-color css
<style>
a { background-color: #30978C; }
a { background-color: rgb(48,151,140); }
div.DivClassName
{
background-color: #30978C;
}
.BgClassName
{
background-color: #30978C;
}
</style>
border-color css
<style>
span { border-color: #30978C; }
span { border-color: rgb(48,151,140); }
td.TdClassName
{
border-color: #30978C;
}
.TagClassName
{
border-color: #30978C;
}
</style>