Shades of Gossamer #48A28B
Tints of Gossamer #48A28B
RGB
CMYK
RGB Variations
Color information
#48A28B (or 0x48A28B) is known color: Gossamer. HEX triplet: 48, A2 and 8B. RGB value is (72,162,139). Sum of RGB (Red+Green+Blue) = 72+162+139=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #48A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A28B is #B75D74. Grayscale: #848484. Windows color (decimal): -12017013 or 9151048. OLE color: 9151048.
HSL color Cylindrical-coordinate representation of color #48A28B: hue angle of 164.67º degrees, saturation: 0.38, 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 #48A28B is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 139 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.36 |
| HSL | 164.67º | 0.38% | 0.46% | - |
| HSV(B) | 164.67º | 0.56% | 0.64% | - |
| XYZ | 20.25 | 29.08 | 28.97 | - |
| YUV | 132.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 139 | 0.56 | 0 | 0.14 | 0.36 | 164.67 | 0.38 | 0.46 |
| Hex | 48 | A2 | 8B | 38 | 0 | E | 24 | A5 | 26 | 2E |
| Octal | 110 | 242 | 213 | 70 | 0 | 16 | 44 | 245 | 46 | 56 |
| Binary | 1001000 | 10100010 | 10001011 | 111000 | 0 | 1110 | 100100 | 10100101 | 100110 | 101110 |
Color Harmonies of #48A28B
Complementary color
Monochromatic Colors of #48A28B
Black with #48A28B
Text Example
Text Example
White with #48A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A28B; }
p { color: rgb(72,162,139); }
H1.HeaderClassName
{
color: #48A28B;
}
.AnyTagClassName
{
color: #48A28B;
}
</style>
background-color css
<style>
a { background-color: #48A28B; }
a { background-color: rgb(72,162,139); }
div.DivClassName
{
background-color: #48A28B;
}
.BgClassName
{
background-color: #48A28B;
}
</style>
border-color css
<style>
span { border-color: #48A28B; }
span { border-color: rgb(72,162,139); }
td.TdClassName
{
border-color: #48A28B;
}
.TagClassName
{
border-color: #48A28B;
}
</style>