Shades of Gossamer #309D89
Tints of Gossamer #309D89
RGB
CMYK
RGB Variations
Color information
#309D89 (or 0x309D89) is known color: Gossamer. HEX triplet: 30, 9D and 89. RGB value is (48,157,137). Sum of RGB (Red+Green+Blue) = 48+157+137=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #309D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D89 is #CF6276. Grayscale: #7A7A7A. Windows color (decimal): -13591159 or 9018672. OLE color: 9018672.
HSL color Cylindrical-coordinate representation of color #309D89: hue angle of 168.99º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D89 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 157 | 137 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.38 |
| HSL | 168.99º | 0.53% | 0.4% | - |
| HSV(B) | 168.99º | 0.69% | 0.62% | - |
| XYZ | 17.79 | 26.55 | 27.85 | - |
| YUV | 122.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 137 | 0.69 | 0 | 0.13 | 0.38 | 168.99 | 0.53 | 0.4 |
| Hex | 30 | 9D | 89 | 45 | 0 | D | 26 | A9 | 35 | 28 |
| Octal | 60 | 235 | 211 | 105 | 0 | 15 | 46 | 251 | 65 | 50 |
| Binary | 110000 | 10011101 | 10001001 | 1000101 | 0 | 1101 | 100110 | 10101001 | 110101 | 101000 |
Color Harmonies of #309D89
Complementary color
Monochromatic Colors of #309D89
Black with #309D89
Text Example
Text Example
White with #309D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309D89; }
p { color: rgb(48,157,137); }
H1.HeaderClassName
{
color: #309D89;
}
.AnyTagClassName
{
color: #309D89;
}
</style>
background-color css
<style>
a { background-color: #309D89; }
a { background-color: rgb(48,157,137); }
div.DivClassName
{
background-color: #309D89;
}
.BgClassName
{
background-color: #309D89;
}
</style>
border-color css
<style>
span { border-color: #309D89; }
span { border-color: rgb(48,157,137); }
td.TdClassName
{
border-color: #309D89;
}
.TagClassName
{
border-color: #309D89;
}
</style>