Shades of Gossamer #30A07A
Tints of Gossamer #30A07A
RGB
CMYK
RGB Variations
Color information
#30A07A (or 0x30A07A) is known color: Gossamer. HEX triplet: 30, A0 and 7A. RGB value is (48,160,122). Sum of RGB (Red+Green+Blue) = 48+160+122=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #30A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A07A is #CF5F85. Grayscale: #7A7A7A. Windows color (decimal): -13590406 or 8036400. OLE color: 8036400.
HSL color Cylindrical-coordinate representation of color #30A07A: hue angle of 159.64º 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 #30A07A is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 122 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.37 |
| HSL | 159.64º | 0.54% | 0.41% | - |
| HSV(B) | 159.64º | 0.7% | 0.63% | - |
| XYZ | 17.3 | 27.18 | 22.75 | - |
| YUV | 122.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 122 | 0.70 | 0 | 0.24 | 0.37 | 159.64 | 0.54 | 0.41 |
| Hex | 30 | A0 | 7A | 46 | 0 | 18 | 25 | A0 | 36 | 29 |
| Octal | 60 | 240 | 172 | 106 | 0 | 30 | 45 | 240 | 66 | 51 |
| Binary | 110000 | 10100000 | 1111010 | 1000110 | 0 | 11000 | 100101 | 10100000 | 110110 | 101001 |
Color Harmonies of #30A07A
Complementary color
Monochromatic Colors of #30A07A
Black with #30A07A
Text Example
Text Example
White with #30A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A07A; }
p { color: rgb(48,160,122); }
H1.HeaderClassName
{
color: #30A07A;
}
.AnyTagClassName
{
color: #30A07A;
}
</style>
background-color css
<style>
a { background-color: #30A07A; }
a { background-color: rgb(48,160,122); }
div.DivClassName
{
background-color: #30A07A;
}
.BgClassName
{
background-color: #30A07A;
}
</style>
border-color css
<style>
span { border-color: #30A07A; }
span { border-color: rgb(48,160,122); }
td.TdClassName
{
border-color: #30A07A;
}
.TagClassName
{
border-color: #30A07A;
}
</style>