Shades of Gossamer #47AD96
Tints of Gossamer #47AD96
RGB
CMYK
RGB Variations
Color information
#47AD96 (or 0x47AD96) is known color: Gossamer. HEX triplet: 47, AD and 96. RGB value is (71,173,150). Sum of RGB (Red+Green+Blue) = 71+173+150=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD96 is #B85269. Grayscale: #8B8B8B. Windows color (decimal): -12079722 or 9874759. OLE color: 9874759.
HSL color Cylindrical-coordinate representation of color #47AD96: hue angle of 166.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD96 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 150 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.32 |
| HSL | 166.47º | 0.42% | 0.48% | - |
| HSV(B) | 166.47º | 0.59% | 0.68% | - |
| XYZ | 23.05 | 33.43 | 34.09 | - |
| YUV | 139.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 150 | 0.59 | 0 | 0.13 | 0.32 | 166.47 | 0.42 | 0.48 |
| Hex | 47 | AD | 96 | 3B | 0 | D | 20 | A6 | 2A | 30 |
| Octal | 107 | 255 | 226 | 73 | 0 | 15 | 40 | 246 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10010110 | 111011 | 0 | 1101 | 100000 | 10100110 | 101010 | 110000 |
Color Harmonies of #47AD96
Complementary color
Monochromatic Colors of #47AD96
Black with #47AD96
Text Example
Text Example
White with #47AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD96; }
p { color: rgb(71,173,150); }
H1.HeaderClassName
{
color: #47AD96;
}
.AnyTagClassName
{
color: #47AD96;
}
</style>
background-color css
<style>
a { background-color: #47AD96; }
a { background-color: rgb(71,173,150); }
div.DivClassName
{
background-color: #47AD96;
}
.BgClassName
{
background-color: #47AD96;
}
</style>
border-color css
<style>
span { border-color: #47AD96; }
span { border-color: rgb(71,173,150); }
td.TdClassName
{
border-color: #47AD96;
}
.TagClassName
{
border-color: #47AD96;
}
</style>