Shades of Gossamer #48B28A
Tints of Gossamer #48B28A
RGB
CMYK
RGB Variations
Color information
#48B28A (or 0x48B28A) is known color: Gossamer. HEX triplet: 48, B2 and 8A. RGB value is (72,178,138). Sum of RGB (Red+Green+Blue) = 72+178+138=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #48B28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B28A is #B74D75. Grayscale: #8D8D8D. Windows color (decimal): -12012918 or 9089608. OLE color: 9089608.
HSL color Cylindrical-coordinate representation of color #48B28A: hue angle of 157.36º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B28A is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 138 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.30 |
| HSL | 157.36º | 0.42% | 0.49% | - |
| HSV(B) | 157.36º | 0.6% | 0.7% | - |
| XYZ | 23.18 | 35.05 | 29.59 | - |
| YUV | 141.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 138 | 0.60 | 0 | 0.22 | 0.30 | 157.36 | 0.42 | 0.49 |
| Hex | 48 | B2 | 8A | 3C | 0 | 16 | 1E | 9D | 2A | 31 |
| Octal | 110 | 262 | 212 | 74 | 0 | 26 | 36 | 235 | 52 | 61 |
| Binary | 1001000 | 10110010 | 10001010 | 111100 | 0 | 10110 | 11110 | 10011101 | 101010 | 110001 |
Color Harmonies of #48B28A
Complementary color
Monochromatic Colors of #48B28A
Black with #48B28A
Text Example
Text Example
White with #48B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B28A; }
p { color: rgb(72,178,138); }
H1.HeaderClassName
{
color: #48B28A;
}
.AnyTagClassName
{
color: #48B28A;
}
</style>
background-color css
<style>
a { background-color: #48B28A; }
a { background-color: rgb(72,178,138); }
div.DivClassName
{
background-color: #48B28A;
}
.BgClassName
{
background-color: #48B28A;
}
</style>
border-color css
<style>
span { border-color: #48B28A; }
span { border-color: rgb(72,178,138); }
td.TdClassName
{
border-color: #48B28A;
}
.TagClassName
{
border-color: #48B28A;
}
</style>