Shades of Gossamer #47AD89
Tints of Gossamer #47AD89
RGB
CMYK
RGB Variations
Color information
#47AD89 (or 0x47AD89) is known color: Gossamer. HEX triplet: 47, AD and 89. RGB value is (71,173,137). Sum of RGB (Red+Green+Blue) = 71+173+137=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD89 is #B85276. Grayscale: #8A8A8A. Windows color (decimal): -12079735 or 9022791. OLE color: 9022791.
HSL color Cylindrical-coordinate representation of color #47AD89: hue angle of 158.82º 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 #47AD89 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 137 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.32 |
| HSL | 158.82º | 0.42% | 0.48% | - |
| HSV(B) | 158.82º | 0.59% | 0.68% | - |
| XYZ | 22.06 | 33.03 | 28.88 | - |
| YUV | 138.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 137 | 0.59 | 0 | 0.21 | 0.32 | 158.82 | 0.42 | 0.48 |
| Hex | 47 | AD | 89 | 3B | 0 | 15 | 20 | 9F | 2A | 30 |
| Octal | 107 | 255 | 211 | 73 | 0 | 25 | 40 | 237 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10001001 | 111011 | 0 | 10101 | 100000 | 10011111 | 101010 | 110000 |
Color Harmonies of #47AD89
Complementary color
Monochromatic Colors of #47AD89
Black with #47AD89
Text Example
Text Example
White with #47AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD89; }
p { color: rgb(71,173,137); }
H1.HeaderClassName
{
color: #47AD89;
}
.AnyTagClassName
{
color: #47AD89;
}
</style>
background-color css
<style>
a { background-color: #47AD89; }
a { background-color: rgb(71,173,137); }
div.DivClassName
{
background-color: #47AD89;
}
.BgClassName
{
background-color: #47AD89;
}
</style>
border-color css
<style>
span { border-color: #47AD89; }
span { border-color: rgb(71,173,137); }
td.TdClassName
{
border-color: #47AD89;
}
.TagClassName
{
border-color: #47AD89;
}
</style>