Shades of Gossamer #309A87
Tints of Gossamer #309A87
RGB
CMYK
RGB Variations
Color information
#309A87 (or 0x309A87) is known color: Gossamer. HEX triplet: 30, 9A and 87. RGB value is (48,154,135). Sum of RGB (Red+Green+Blue) = 48+154+135=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #309A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A87 is #CF6578. Grayscale: #787878. Windows color (decimal): -13591929 or 8886832. OLE color: 8886832.
HSL color Cylindrical-coordinate representation of color #309A87: hue angle of 169.25º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A87 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 135 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.40 |
| HSL | 169.25º | 0.52% | 0.4% | - |
| HSV(B) | 169.25º | 0.69% | 0.6% | - |
| XYZ | 17.15 | 25.49 | 26.94 | - |
| YUV | 120.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 135 | 0.69 | 0 | 0.12 | 0.40 | 169.25 | 0.52 | 0.4 |
| Hex | 30 | 9A | 87 | 45 | 0 | C | 28 | A9 | 34 | 28 |
| Octal | 60 | 232 | 207 | 105 | 0 | 14 | 50 | 251 | 64 | 50 |
| Binary | 110000 | 10011010 | 10000111 | 1000101 | 0 | 1100 | 101000 | 10101001 | 110100 | 101000 |
Color Harmonies of #309A87
Complementary color
Monochromatic Colors of #309A87
Black with #309A87
Text Example
Text Example
White with #309A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A87; }
p { color: rgb(48,154,135); }
H1.HeaderClassName
{
color: #309A87;
}
.AnyTagClassName
{
color: #309A87;
}
</style>
background-color css
<style>
a { background-color: #309A87; }
a { background-color: rgb(48,154,135); }
div.DivClassName
{
background-color: #309A87;
}
.BgClassName
{
background-color: #309A87;
}
</style>
border-color css
<style>
span { border-color: #309A87; }
span { border-color: rgb(48,154,135); }
td.TdClassName
{
border-color: #309A87;
}
.TagClassName
{
border-color: #309A87;
}
</style>