Shades of Gossamer #30A082
Tints of Gossamer #30A082
RGB
CMYK
RGB Variations
Color information
#30A082 (or 0x30A082) is known color: Gossamer. HEX triplet: 30, A0 and 82. RGB value is (48,160,130). Sum of RGB (Red+Green+Blue) = 48+160+130=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #30A082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A082 is #CF5F7D. Grayscale: #7B7B7B. Windows color (decimal): -13590398 or 8560688. OLE color: 8560688.
HSL color Cylindrical-coordinate representation of color #30A082: hue angle of 163.93º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A082 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 130 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.37 |
| HSL | 163.93º | 0.54% | 0.41% | - |
| HSV(B) | 163.93º | 0.7% | 0.63% | - |
| XYZ | 17.82 | 27.38 | 25.47 | - |
| YUV | 123.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 130 | 0.70 | 0 | 0.19 | 0.37 | 163.93 | 0.54 | 0.41 |
| Hex | 30 | A0 | 82 | 46 | 0 | 13 | 25 | A4 | 36 | 29 |
| Octal | 60 | 240 | 202 | 106 | 0 | 23 | 45 | 244 | 66 | 51 |
| Binary | 110000 | 10100000 | 10000010 | 1000110 | 0 | 10011 | 100101 | 10100100 | 110110 | 101001 |
Color Harmonies of #30A082
Complementary color
Monochromatic Colors of #30A082
Black with #30A082
Text Example
Text Example
White with #30A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A082; }
p { color: rgb(48,160,130); }
H1.HeaderClassName
{
color: #30A082;
}
.AnyTagClassName
{
color: #30A082;
}
</style>
background-color css
<style>
a { background-color: #30A082; }
a { background-color: rgb(48,160,130); }
div.DivClassName
{
background-color: #30A082;
}
.BgClassName
{
background-color: #30A082;
}
</style>
border-color css
<style>
span { border-color: #30A082; }
span { border-color: rgb(48,160,130); }
td.TdClassName
{
border-color: #30A082;
}
.TagClassName
{
border-color: #30A082;
}
</style>