Shades of Gossamer #309F7E
Tints of Gossamer #309F7E
RGB
CMYK
RGB Variations
Color information
#309F7E (or 0x309F7E) is known color: Gossamer. HEX triplet: 30, 9F and 7E. RGB value is (48,159,126). Sum of RGB (Red+Green+Blue) = 48+159+126=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #309F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F7E is #CF6081. Grayscale: #7A7A7A. Windows color (decimal): -13590658 or 8298288. OLE color: 8298288.
HSL color Cylindrical-coordinate representation of color #309F7E: hue angle of 162.16º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F7E is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 126 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.38 |
| HSL | 162.16º | 0.54% | 0.41% | - |
| HSV(B) | 162.16º | 0.7% | 0.62% | - |
| XYZ | 17.38 | 26.93 | 24.02 | - |
| YUV | 122.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 126 | 0.70 | 0 | 0.21 | 0.38 | 162.16 | 0.54 | 0.41 |
| Hex | 30 | 9F | 7E | 46 | 0 | 15 | 26 | A2 | 36 | 29 |
| Octal | 60 | 237 | 176 | 106 | 0 | 25 | 46 | 242 | 66 | 51 |
| Binary | 110000 | 10011111 | 1111110 | 1000110 | 0 | 10101 | 100110 | 10100010 | 110110 | 101001 |
Color Harmonies of #309F7E
Complementary color
Monochromatic Colors of #309F7E
Black with #309F7E
Text Example
Text Example
White with #309F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F7E; }
p { color: rgb(48,159,126); }
H1.HeaderClassName
{
color: #309F7E;
}
.AnyTagClassName
{
color: #309F7E;
}
</style>
background-color css
<style>
a { background-color: #309F7E; }
a { background-color: rgb(48,159,126); }
div.DivClassName
{
background-color: #309F7E;
}
.BgClassName
{
background-color: #309F7E;
}
</style>
border-color css
<style>
span { border-color: #309F7E; }
span { border-color: rgb(48,159,126); }
td.TdClassName
{
border-color: #309F7E;
}
.TagClassName
{
border-color: #309F7E;
}
</style>