Shades of Gossamer #48A08B
Tints of Gossamer #48A08B
RGB
CMYK
RGB Variations
Color information
#48A08B (or 0x48A08B) is known color: Gossamer. HEX triplet: 48, A0 and 8B. RGB value is (72,160,139). Sum of RGB (Red+Green+Blue) = 72+160+139=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #48A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A08B is #B75F74. Grayscale: #838383. Windows color (decimal): -12017525 or 9150536. OLE color: 9150536.
HSL color Cylindrical-coordinate representation of color #48A08B: hue angle of 165.68º 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 #48A08B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 139 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.37 |
| HSL | 165.68º | 0.38% | 0.45% | - |
| HSV(B) | 165.68º | 0.55% | 0.63% | - |
| XYZ | 19.9 | 28.38 | 28.86 | - |
| YUV | 131.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 139 | 0.55 | 0 | 0.13 | 0.37 | 165.68 | 0.38 | 0.45 |
| Hex | 48 | A0 | 8B | 37 | 0 | D | 25 | A6 | 26 | 2D |
| Octal | 110 | 240 | 213 | 67 | 0 | 15 | 45 | 246 | 46 | 55 |
| Binary | 1001000 | 10100000 | 10001011 | 110111 | 0 | 1101 | 100101 | 10100110 | 100110 | 101101 |
Color Harmonies of #48A08B
Complementary color
Monochromatic Colors of #48A08B
Black with #48A08B
Text Example
Text Example
White with #48A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A08B; }
p { color: rgb(72,160,139); }
H1.HeaderClassName
{
color: #48A08B;
}
.AnyTagClassName
{
color: #48A08B;
}
</style>
background-color css
<style>
a { background-color: #48A08B; }
a { background-color: rgb(72,160,139); }
div.DivClassName
{
background-color: #48A08B;
}
.BgClassName
{
background-color: #48A08B;
}
</style>
border-color css
<style>
span { border-color: #48A08B; }
span { border-color: rgb(72,160,139); }
td.TdClassName
{
border-color: #48A08B;
}
.TagClassName
{
border-color: #48A08B;
}
</style>