Shades of Gossamer #47AD94
Tints of Gossamer #47AD94
RGB
CMYK
RGB Variations
Color information
#47AD94 (or 0x47AD94) is known color: Gossamer. HEX triplet: 47, AD and 94. RGB value is (71,173,148). Sum of RGB (Red+Green+Blue) = 71+173+148=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD94 is #B8526B. Grayscale: #8B8B8B. Windows color (decimal): -12079724 or 9743687. OLE color: 9743687.
HSL color Cylindrical-coordinate representation of color #47AD94: hue angle of 165.29º 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 #47AD94 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 148 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.32 |
| HSL | 165.29º | 0.42% | 0.48% | - |
| HSV(B) | 165.29º | 0.59% | 0.68% | - |
| XYZ | 22.89 | 33.36 | 33.25 | - |
| YUV | 139.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 148 | 0.59 | 0 | 0.14 | 0.32 | 165.29 | 0.42 | 0.48 |
| Hex | 47 | AD | 94 | 3B | 0 | E | 20 | A5 | 2A | 30 |
| Octal | 107 | 255 | 224 | 73 | 0 | 16 | 40 | 245 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10010100 | 111011 | 0 | 1110 | 100000 | 10100101 | 101010 | 110000 |
Color Harmonies of #47AD94
Complementary color
Monochromatic Colors of #47AD94
Black with #47AD94
Text Example
Text Example
White with #47AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD94; }
p { color: rgb(71,173,148); }
H1.HeaderClassName
{
color: #47AD94;
}
.AnyTagClassName
{
color: #47AD94;
}
</style>
background-color css
<style>
a { background-color: #47AD94; }
a { background-color: rgb(71,173,148); }
div.DivClassName
{
background-color: #47AD94;
}
.BgClassName
{
background-color: #47AD94;
}
</style>
border-color css
<style>
span { border-color: #47AD94; }
span { border-color: rgb(71,173,148); }
td.TdClassName
{
border-color: #47AD94;
}
.TagClassName
{
border-color: #47AD94;
}
</style>