Shades of Gossamer #30998C
Tints of Gossamer #30998C
RGB
CMYK
RGB Variations
Color information
#30998C (or 0x30998C) is known color: Gossamer. HEX triplet: 30, 99 and 8C. RGB value is (48,153,140). Sum of RGB (Red+Green+Blue) = 48+153+140=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #30998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30998C is #CF6673. Grayscale: #787878. Windows color (decimal): -13592180 or 9214256. OLE color: 9214256.
HSL color Cylindrical-coordinate representation of color #30998C: hue angle of 172.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30998C is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 140 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.4 |
| HSL | 172.57º | 0.52% | 0.39% | - |
| HSV(B) | 172.57º | 0.69% | 0.6% | - |
| XYZ | 17.34 | 25.3 | 28.78 | - |
| YUV | 120.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 140 | 0.69 | 0 | 0.08 | 0.4 | 172.57 | 0.52 | 0.39 |
| Hex | 30 | 99 | 8C | 45 | 0 | 8 | 28 | AD | 34 | 27 |
| Octal | 60 | 231 | 214 | 105 | 0 | 10 | 50 | 255 | 64 | 47 |
| Binary | 110000 | 10011001 | 10001100 | 1000101 | 0 | 1000 | 101000 | 10101101 | 110100 | 100111 |
Color Harmonies of #30998C
Complementary color
Monochromatic Colors of #30998C
Black with #30998C
Text Example
Text Example
White with #30998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30998C; }
p { color: rgb(48,153,140); }
H1.HeaderClassName
{
color: #30998C;
}
.AnyTagClassName
{
color: #30998C;
}
</style>
background-color css
<style>
a { background-color: #30998C; }
a { background-color: rgb(48,153,140); }
div.DivClassName
{
background-color: #30998C;
}
.BgClassName
{
background-color: #30998C;
}
</style>
border-color css
<style>
span { border-color: #30998C; }
span { border-color: rgb(48,153,140); }
td.TdClassName
{
border-color: #30998C;
}
.TagClassName
{
border-color: #30998C;
}
</style>