Shades of Gossamer #48AD8C
Tints of Gossamer #48AD8C
RGB
CMYK
RGB Variations
Color information
#48AD8C (or 0x48AD8C) is known color: Gossamer. HEX triplet: 48, AD and 8C. RGB value is (72,173,140). Sum of RGB (Red+Green+Blue) = 72+173+140=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD8C is #B75273. Grayscale: #8B8B8B. Windows color (decimal): -12014196 or 9219400. OLE color: 9219400.
HSL color Cylindrical-coordinate representation of color #48AD8C: hue angle of 160.4º 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 #48AD8C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 140 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.32 |
| HSL | 160.4º | 0.41% | 0.48% | - |
| HSV(B) | 160.4º | 0.58% | 0.68% | - |
| XYZ | 22.35 | 33.16 | 30.03 | - |
| YUV | 139.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 140 | 0.58 | 0 | 0.19 | 0.32 | 160.4 | 0.41 | 0.48 |
| Hex | 48 | AD | 8C | 3A | 0 | 13 | 20 | A0 | 29 | 30 |
| Octal | 110 | 255 | 214 | 72 | 0 | 23 | 40 | 240 | 51 | 60 |
| Binary | 1001000 | 10101101 | 10001100 | 111010 | 0 | 10011 | 100000 | 10100000 | 101001 | 110000 |
Color Harmonies of #48AD8C
Complementary color
Monochromatic Colors of #48AD8C
Black with #48AD8C
Text Example
Text Example
White with #48AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD8C; }
p { color: rgb(72,173,140); }
H1.HeaderClassName
{
color: #48AD8C;
}
.AnyTagClassName
{
color: #48AD8C;
}
</style>
background-color css
<style>
a { background-color: #48AD8C; }
a { background-color: rgb(72,173,140); }
div.DivClassName
{
background-color: #48AD8C;
}
.BgClassName
{
background-color: #48AD8C;
}
</style>
border-color css
<style>
span { border-color: #48AD8C; }
span { border-color: rgb(72,173,140); }
td.TdClassName
{
border-color: #48AD8C;
}
.TagClassName
{
border-color: #48AD8C;
}
</style>