Shades of Gossamer #48A397
Tints of Gossamer #48A397
RGB
CMYK
RGB Variations
Color information
#48A397 (or 0x48A397) is known color: Gossamer. HEX triplet: 48, A3 and 97. RGB value is (72,163,151). Sum of RGB (Red+Green+Blue) = 72+163+151=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #48A397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A397 is #B75C68. Grayscale: #868686. Windows color (decimal): -12016745 or 9937736. OLE color: 9937736.
HSL color Cylindrical-coordinate representation of color #48A397: hue angle of 172.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A397 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 151 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.36 |
| HSL | 172.09º | 0.39% | 0.46% | - |
| HSV(B) | 172.09º | 0.56% | 0.64% | - |
| XYZ | 21.36 | 29.81 | 33.91 | - |
| YUV | 134.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 151 | 0.56 | 0 | 0.07 | 0.36 | 172.09 | 0.39 | 0.46 |
| Hex | 48 | A3 | 97 | 38 | 0 | 7 | 24 | AC | 27 | 2E |
| Octal | 110 | 243 | 227 | 70 | 0 | 7 | 44 | 254 | 47 | 56 |
| Binary | 1001000 | 10100011 | 10010111 | 111000 | 0 | 111 | 100100 | 10101100 | 100111 | 101110 |
Color Harmonies of #48A397
Complementary color
Monochromatic Colors of #48A397
Black with #48A397
Text Example
Text Example
White with #48A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A397; }
p { color: rgb(72,163,151); }
H1.HeaderClassName
{
color: #48A397;
}
.AnyTagClassName
{
color: #48A397;
}
</style>
background-color css
<style>
a { background-color: #48A397; }
a { background-color: rgb(72,163,151); }
div.DivClassName
{
background-color: #48A397;
}
.BgClassName
{
background-color: #48A397;
}
</style>
border-color css
<style>
span { border-color: #48A397; }
span { border-color: rgb(72,163,151); }
td.TdClassName
{
border-color: #48A397;
}
.TagClassName
{
border-color: #48A397;
}
</style>