Shades of Gossamer #48AB8B
Tints of Gossamer #48AB8B
RGB
CMYK
RGB Variations
Color information
#48AB8B (or 0x48AB8B) is known color: Gossamer. HEX triplet: 48, AB and 8B. RGB value is (72,171,139). Sum of RGB (Red+Green+Blue) = 72+171+139=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB8B is #B75474. Grayscale: #898989. Windows color (decimal): -12014709 or 9153352. OLE color: 9153352.
HSL color Cylindrical-coordinate representation of color #48AB8B: hue angle of 160.61º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB8B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 139 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.33 |
| HSL | 160.61º | 0.41% | 0.48% | - |
| HSV(B) | 160.61º | 0.58% | 0.67% | - |
| XYZ | 21.9 | 32.37 | 29.52 | - |
| YUV | 137.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 139 | 0.58 | 0 | 0.19 | 0.33 | 160.61 | 0.41 | 0.48 |
| Hex | 48 | AB | 8B | 3A | 0 | 13 | 21 | A1 | 29 | 30 |
| Octal | 110 | 253 | 213 | 72 | 0 | 23 | 41 | 241 | 51 | 60 |
| Binary | 1001000 | 10101011 | 10001011 | 111010 | 0 | 10011 | 100001 | 10100001 | 101001 | 110000 |
Color Harmonies of #48AB8B
Complementary color
Monochromatic Colors of #48AB8B
Black with #48AB8B
Text Example
Text Example
White with #48AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB8B; }
p { color: rgb(72,171,139); }
H1.HeaderClassName
{
color: #48AB8B;
}
.AnyTagClassName
{
color: #48AB8B;
}
</style>
background-color css
<style>
a { background-color: #48AB8B; }
a { background-color: rgb(72,171,139); }
div.DivClassName
{
background-color: #48AB8B;
}
.BgClassName
{
background-color: #48AB8B;
}
</style>
border-color css
<style>
span { border-color: #48AB8B; }
span { border-color: rgb(72,171,139); }
td.TdClassName
{
border-color: #48AB8B;
}
.TagClassName
{
border-color: #48AB8B;
}
</style>