Shades of Gossamer #48AD8F
Tints of Gossamer #48AD8F
RGB
CMYK
RGB Variations
Color information
#48AD8F (or 0x48AD8F) is known color: Gossamer. HEX triplet: 48, AD and 8F. RGB value is (72,173,143). Sum of RGB (Red+Green+Blue) = 72+173+143=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD8F is #B75270. Grayscale: #8B8B8B. Windows color (decimal): -12014193 or 9416008. OLE color: 9416008.
HSL color Cylindrical-coordinate representation of color #48AD8F: hue angle of 162.18º 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 #48AD8F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 143 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.32 |
| HSL | 162.18º | 0.41% | 0.48% | - |
| HSV(B) | 162.18º | 0.58% | 0.68% | - |
| XYZ | 22.57 | 33.25 | 31.21 | - |
| YUV | 139.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 143 | 0.58 | 0 | 0.17 | 0.32 | 162.18 | 0.41 | 0.48 |
| Hex | 48 | AD | 8F | 3A | 0 | 11 | 20 | A2 | 29 | 30 |
| Octal | 110 | 255 | 217 | 72 | 0 | 21 | 40 | 242 | 51 | 60 |
| Binary | 1001000 | 10101101 | 10001111 | 111010 | 0 | 10001 | 100000 | 10100010 | 101001 | 110000 |
Color Harmonies of #48AD8F
Complementary color
Monochromatic Colors of #48AD8F
Black with #48AD8F
Text Example
Text Example
White with #48AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD8F; }
p { color: rgb(72,173,143); }
H1.HeaderClassName
{
color: #48AD8F;
}
.AnyTagClassName
{
color: #48AD8F;
}
</style>
background-color css
<style>
a { background-color: #48AD8F; }
a { background-color: rgb(72,173,143); }
div.DivClassName
{
background-color: #48AD8F;
}
.BgClassName
{
background-color: #48AD8F;
}
</style>
border-color css
<style>
span { border-color: #48AD8F; }
span { border-color: rgb(72,173,143); }
td.TdClassName
{
border-color: #48AD8F;
}
.TagClassName
{
border-color: #48AD8F;
}
</style>