Shades of Gossamer #47A997
Tints of Gossamer #47A997
RGB
CMYK
RGB Variations
Color information
#47A997 (or 0x47A997) is known color: Gossamer. HEX triplet: 47, A9 and 97. RGB value is (71,169,151). Sum of RGB (Red+Green+Blue) = 71+169+151=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #47A997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A997 is #B85668. Grayscale: #898989. Windows color (decimal): -12080745 or 9939271. OLE color: 9939271.
HSL color Cylindrical-coordinate representation of color #47A997: hue angle of 168.98º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A997 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 169 | 151 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.34 |
| HSL | 168.98º | 0.41% | 0.47% | - |
| HSV(B) | 168.98º | 0.58% | 0.66% | - |
| XYZ | 22.37 | 31.95 | 34.27 | - |
| YUV | 137.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 169 | 151 | 0.58 | 0 | 0.11 | 0.34 | 168.98 | 0.41 | 0.47 |
| Hex | 47 | A9 | 97 | 3A | 0 | B | 22 | A9 | 29 | 2F |
| Octal | 107 | 251 | 227 | 72 | 0 | 13 | 42 | 251 | 51 | 57 |
| Binary | 1000111 | 10101001 | 10010111 | 111010 | 0 | 1011 | 100010 | 10101001 | 101001 | 101111 |
Color Harmonies of #47A997
Complementary color
Monochromatic Colors of #47A997
Black with #47A997
Text Example
Text Example
White with #47A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A997; }
p { color: rgb(71,169,151); }
H1.HeaderClassName
{
color: #47A997;
}
.AnyTagClassName
{
color: #47A997;
}
</style>
background-color css
<style>
a { background-color: #47A997; }
a { background-color: rgb(71,169,151); }
div.DivClassName
{
background-color: #47A997;
}
.BgClassName
{
background-color: #47A997;
}
</style>
border-color css
<style>
span { border-color: #47A997; }
span { border-color: rgb(71,169,151); }
td.TdClassName
{
border-color: #47A997;
}
.TagClassName
{
border-color: #47A997;
}
</style>