Shades of Gossamer #48AD8D
Tints of Gossamer #48AD8D
RGB
CMYK
RGB Variations
Color information
#48AD8D (or 0x48AD8D) is known color: Gossamer. HEX triplet: 48, AD and 8D. RGB value is (72,173,141). Sum of RGB (Red+Green+Blue) = 72+173+141=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD8D is #B75272. Grayscale: #8B8B8B. Windows color (decimal): -12014195 or 9284936. OLE color: 9284936.
HSL color Cylindrical-coordinate representation of color #48AD8D: hue angle of 160.99º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD8D is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 141 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.32 |
| HSL | 160.99º | 0.41% | 0.48% | - |
| HSV(B) | 160.99º | 0.58% | 0.68% | - |
| XYZ | 22.42 | 33.19 | 30.42 | - |
| YUV | 139.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 141 | 0.58 | 0 | 0.18 | 0.32 | 160.99 | 0.41 | 0.48 |
| Hex | 48 | AD | 8D | 3A | 0 | 12 | 20 | A1 | 29 | 30 |
| Octal | 110 | 255 | 215 | 72 | 0 | 22 | 40 | 241 | 51 | 60 |
| Binary | 1001000 | 10101101 | 10001101 | 111010 | 0 | 10010 | 100000 | 10100001 | 101001 | 110000 |
Color Harmonies of #48AD8D
Complementary color
Monochromatic Colors of #48AD8D
Black with #48AD8D
Text Example
Text Example
White with #48AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD8D; }
p { color: rgb(72,173,141); }
H1.HeaderClassName
{
color: #48AD8D;
}
.AnyTagClassName
{
color: #48AD8D;
}
</style>
background-color css
<style>
a { background-color: #48AD8D; }
a { background-color: rgb(72,173,141); }
div.DivClassName
{
background-color: #48AD8D;
}
.BgClassName
{
background-color: #48AD8D;
}
</style>
border-color css
<style>
span { border-color: #48AD8D; }
span { border-color: rgb(72,173,141); }
td.TdClassName
{
border-color: #48AD8D;
}
.TagClassName
{
border-color: #48AD8D;
}
</style>