Shades of Gossamer #48A38D
Tints of Gossamer #48A38D
RGB
CMYK
RGB Variations
Color information
#48A38D (or 0x48A38D) is known color: Gossamer. HEX triplet: 48, A3 and 8D. RGB value is (72,163,141). Sum of RGB (Red+Green+Blue) = 72+163+141=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #48A38D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A38D is #B75C72. Grayscale: #858585. Windows color (decimal): -12016755 or 9282376. OLE color: 9282376.
HSL color Cylindrical-coordinate representation of color #48A38D: hue angle of 165.49º 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 #48A38D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 141 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.36 |
| HSL | 165.49º | 0.39% | 0.46% | - |
| HSV(B) | 165.49º | 0.56% | 0.64% | - |
| XYZ | 20.58 | 29.5 | 29.81 | - |
| YUV | 133.28 | 132.35 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 141 | 0.56 | 0 | 0.13 | 0.36 | 165.49 | 0.39 | 0.46 |
| Hex | 48 | A3 | 8D | 38 | 0 | D | 24 | A5 | 27 | 2E |
| Octal | 110 | 243 | 215 | 70 | 0 | 15 | 44 | 245 | 47 | 56 |
| Binary | 1001000 | 10100011 | 10001101 | 111000 | 0 | 1101 | 100100 | 10100101 | 100111 | 101110 |
Color Harmonies of #48A38D
Complementary color
Monochromatic Colors of #48A38D
Black with #48A38D
Text Example
Text Example
White with #48A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A38D; }
p { color: rgb(72,163,141); }
H1.HeaderClassName
{
color: #48A38D;
}
.AnyTagClassName
{
color: #48A38D;
}
</style>
background-color css
<style>
a { background-color: #48A38D; }
a { background-color: rgb(72,163,141); }
div.DivClassName
{
background-color: #48A38D;
}
.BgClassName
{
background-color: #48A38D;
}
</style>
border-color css
<style>
span { border-color: #48A38D; }
span { border-color: rgb(72,163,141); }
td.TdClassName
{
border-color: #48A38D;
}
.TagClassName
{
border-color: #48A38D;
}
</style>