Shades of Gossamer #30998A
Tints of Gossamer #30998A
RGB
CMYK
RGB Variations
Color information
#30998A (or 0x30998A) is known color: Gossamer. HEX triplet: 30, 99 and 8A. RGB value is (48,153,138). Sum of RGB (Red+Green+Blue) = 48+153+138=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #30998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30998A is #CF6675. Grayscale: #777777. Windows color (decimal): -13592182 or 9083184. OLE color: 9083184.
HSL color Cylindrical-coordinate representation of color #30998A: hue angle of 171.43º 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 #30998A is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 138 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.4 |
| HSL | 171.43º | 0.52% | 0.39% | - |
| HSV(B) | 171.43º | 0.69% | 0.6% | - |
| XYZ | 17.2 | 25.25 | 28.01 | - |
| YUV | 119.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 138 | 0.69 | 0 | 0.10 | 0.4 | 171.43 | 0.52 | 0.39 |
| Hex | 30 | 99 | 8A | 45 | 0 | A | 28 | AB | 34 | 27 |
| Octal | 60 | 231 | 212 | 105 | 0 | 12 | 50 | 253 | 64 | 47 |
| Binary | 110000 | 10011001 | 10001010 | 1000101 | 0 | 1010 | 101000 | 10101011 | 110100 | 100111 |
Color Harmonies of #30998A
Complementary color
Monochromatic Colors of #30998A
Black with #30998A
Text Example
Text Example
White with #30998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30998A; }
p { color: rgb(48,153,138); }
H1.HeaderClassName
{
color: #30998A;
}
.AnyTagClassName
{
color: #30998A;
}
</style>
background-color css
<style>
a { background-color: #30998A; }
a { background-color: rgb(48,153,138); }
div.DivClassName
{
background-color: #30998A;
}
.BgClassName
{
background-color: #30998A;
}
</style>
border-color css
<style>
span { border-color: #30998A; }
span { border-color: rgb(48,153,138); }
td.TdClassName
{
border-color: #30998A;
}
.TagClassName
{
border-color: #30998A;
}
</style>