Shades of Gossamer #48A087
Tints of Gossamer #48A087
RGB
CMYK
RGB Variations
Color information
#48A087 (or 0x48A087) is known color: Gossamer. HEX triplet: 48, A0 and 87. RGB value is (72,160,135). Sum of RGB (Red+Green+Blue) = 72+160+135=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #48A087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A087 is #B75F78. Grayscale: #828282. Windows color (decimal): -12017529 or 8888392. OLE color: 8888392.
HSL color Cylindrical-coordinate representation of color #48A087: hue angle of 162.95º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A087 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 135 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.37 |
| HSL | 162.95º | 0.38% | 0.45% | - |
| HSV(B) | 162.95º | 0.55% | 0.63% | - |
| XYZ | 19.62 | 28.27 | 27.34 | - |
| YUV | 130.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 135 | 0.55 | 0 | 0.16 | 0.37 | 162.95 | 0.38 | 0.45 |
| Hex | 48 | A0 | 87 | 37 | 0 | 10 | 25 | A3 | 26 | 2D |
| Octal | 110 | 240 | 207 | 67 | 0 | 20 | 45 | 243 | 46 | 55 |
| Binary | 1001000 | 10100000 | 10000111 | 110111 | 0 | 10000 | 100101 | 10100011 | 100110 | 101101 |
Color Harmonies of #48A087
Complementary color
Monochromatic Colors of #48A087
Black with #48A087
Text Example
Text Example
White with #48A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A087; }
p { color: rgb(72,160,135); }
H1.HeaderClassName
{
color: #48A087;
}
.AnyTagClassName
{
color: #48A087;
}
</style>
background-color css
<style>
a { background-color: #48A087; }
a { background-color: rgb(72,160,135); }
div.DivClassName
{
background-color: #48A087;
}
.BgClassName
{
background-color: #48A087;
}
</style>
border-color css
<style>
span { border-color: #48A087; }
span { border-color: rgb(72,160,135); }
td.TdClassName
{
border-color: #48A087;
}
.TagClassName
{
border-color: #48A087;
}
</style>