Shades of Gossamer #30998B
Tints of Gossamer #30998B
RGB
CMYK
RGB Variations
Color information
#30998B (or 0x30998B) is known color: Gossamer. HEX triplet: 30, 99 and 8B. RGB value is (48,153,139). Sum of RGB (Red+Green+Blue) = 48+153+139=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #30998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30998B is #CF6674. Grayscale: #777777. Windows color (decimal): -13592181 or 9148720. OLE color: 9148720.
HSL color Cylindrical-coordinate representation of color #30998B: hue angle of 172º 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 #30998B is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 139 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.4 |
| HSL | 172º | 0.52% | 0.39% | - |
| HSV(B) | 172º | 0.69% | 0.6% | - |
| XYZ | 17.27 | 25.27 | 28.39 | - |
| YUV | 120.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 139 | 0.69 | 0 | 0.09 | 0.4 | 172 | 0.52 | 0.39 |
| Hex | 30 | 99 | 8B | 45 | 0 | 9 | 28 | AC | 34 | 27 |
| Octal | 60 | 231 | 213 | 105 | 0 | 11 | 50 | 254 | 64 | 47 |
| Binary | 110000 | 10011001 | 10001011 | 1000101 | 0 | 1001 | 101000 | 10101100 | 110100 | 100111 |
Color Harmonies of #30998B
Complementary color
Monochromatic Colors of #30998B
Black with #30998B
Text Example
Text Example
White with #30998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30998B; }
p { color: rgb(48,153,139); }
H1.HeaderClassName
{
color: #30998B;
}
.AnyTagClassName
{
color: #30998B;
}
</style>
background-color css
<style>
a { background-color: #30998B; }
a { background-color: rgb(48,153,139); }
div.DivClassName
{
background-color: #30998B;
}
.BgClassName
{
background-color: #30998B;
}
</style>
border-color css
<style>
span { border-color: #30998B; }
span { border-color: rgb(48,153,139); }
td.TdClassName
{
border-color: #30998B;
}
.TagClassName
{
border-color: #30998B;
}
</style>