Shades of Gossamer #48AA8C
Tints of Gossamer #48AA8C
RGB
CMYK
RGB Variations
Color information
#48AA8C (or 0x48AA8C) is known color: Gossamer. HEX triplet: 48, AA and 8C. RGB value is (72,170,140). Sum of RGB (Red+Green+Blue) = 72+170+140=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA8C is #B75573. Grayscale: #898989. Windows color (decimal): -12014964 or 9218632. OLE color: 9218632.
HSL color Cylindrical-coordinate representation of color #48AA8C: hue angle of 161.63º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA8C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 140 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.33 |
| HSL | 161.63º | 0.4% | 0.47% | - |
| HSV(B) | 161.63º | 0.58% | 0.67% | - |
| XYZ | 21.78 | 32.02 | 29.84 | - |
| YUV | 137.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 140 | 0.58 | 0 | 0.18 | 0.33 | 161.63 | 0.4 | 0.47 |
| Hex | 48 | AA | 8C | 3A | 0 | 12 | 21 | A2 | 28 | 2F |
| Octal | 110 | 252 | 214 | 72 | 0 | 22 | 41 | 242 | 50 | 57 |
| Binary | 1001000 | 10101010 | 10001100 | 111010 | 0 | 10010 | 100001 | 10100010 | 101000 | 101111 |
Color Harmonies of #48AA8C
Complementary color
Monochromatic Colors of #48AA8C
Black with #48AA8C
Text Example
Text Example
White with #48AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA8C; }
p { color: rgb(72,170,140); }
H1.HeaderClassName
{
color: #48AA8C;
}
.AnyTagClassName
{
color: #48AA8C;
}
</style>
background-color css
<style>
a { background-color: #48AA8C; }
a { background-color: rgb(72,170,140); }
div.DivClassName
{
background-color: #48AA8C;
}
.BgClassName
{
background-color: #48AA8C;
}
</style>
border-color css
<style>
span { border-color: #48AA8C; }
span { border-color: rgb(72,170,140); }
td.TdClassName
{
border-color: #48AA8C;
}
.TagClassName
{
border-color: #48AA8C;
}
</style>