Shades of Gossamer #48A08C
Tints of Gossamer #48A08C
RGB
CMYK
RGB Variations
Color information
#48A08C (or 0x48A08C) is known color: Gossamer. HEX triplet: 48, A0 and 8C. RGB value is (72,160,140). Sum of RGB (Red+Green+Blue) = 72+160+140=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #48A08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A08C is #B75F73. Grayscale: #838383. Windows color (decimal): -12017524 or 9216072. OLE color: 9216072.
HSL color Cylindrical-coordinate representation of color #48A08C: hue angle of 166.36º 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 #48A08C is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 140 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.37 |
| HSL | 166.36º | 0.38% | 0.45% | - |
| HSV(B) | 166.36º | 0.55% | 0.63% | - |
| XYZ | 19.98 | 28.41 | 29.24 | - |
| YUV | 131.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 140 | 0.55 | 0 | 0.12 | 0.37 | 166.36 | 0.38 | 0.45 |
| Hex | 48 | A0 | 8C | 37 | 0 | C | 25 | A6 | 26 | 2D |
| Octal | 110 | 240 | 214 | 67 | 0 | 14 | 45 | 246 | 46 | 55 |
| Binary | 1001000 | 10100000 | 10001100 | 110111 | 0 | 1100 | 100101 | 10100110 | 100110 | 101101 |
Color Harmonies of #48A08C
Complementary color
Monochromatic Colors of #48A08C
Black with #48A08C
Text Example
Text Example
White with #48A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A08C; }
p { color: rgb(72,160,140); }
H1.HeaderClassName
{
color: #48A08C;
}
.AnyTagClassName
{
color: #48A08C;
}
</style>
background-color css
<style>
a { background-color: #48A08C; }
a { background-color: rgb(72,160,140); }
div.DivClassName
{
background-color: #48A08C;
}
.BgClassName
{
background-color: #48A08C;
}
</style>
border-color css
<style>
span { border-color: #48A08C; }
span { border-color: rgb(72,160,140); }
td.TdClassName
{
border-color: #48A08C;
}
.TagClassName
{
border-color: #48A08C;
}
</style>