Shades of Gossamer #47AB8E
Tints of Gossamer #47AB8E
RGB
CMYK
RGB Variations
Color information
#47AB8E (or 0x47AB8E) is known color: Gossamer. HEX triplet: 47, AB and 8E. RGB value is (71,171,142). Sum of RGB (Red+Green+Blue) = 71+171+142=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB8E is #B85471. Grayscale: #898989. Windows color (decimal): -12080242 or 9349959. OLE color: 9349959.
HSL color Cylindrical-coordinate representation of color #47AB8E: hue angle of 162.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB8E is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 142 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.33 |
| HSL | 162.6º | 0.41% | 0.47% | - |
| HSV(B) | 162.6º | 0.58% | 0.67% | - |
| XYZ | 22.04 | 32.42 | 30.69 | - |
| YUV | 137.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 142 | 0.58 | 0 | 0.17 | 0.33 | 162.6 | 0.41 | 0.47 |
| Hex | 47 | AB | 8E | 3A | 0 | 11 | 21 | A3 | 29 | 2F |
| Octal | 107 | 253 | 216 | 72 | 0 | 21 | 41 | 243 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10001110 | 111010 | 0 | 10001 | 100001 | 10100011 | 101001 | 101111 |
Color Harmonies of #47AB8E
Complementary color
Monochromatic Colors of #47AB8E
Black with #47AB8E
Text Example
Text Example
White with #47AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB8E; }
p { color: rgb(71,171,142); }
H1.HeaderClassName
{
color: #47AB8E;
}
.AnyTagClassName
{
color: #47AB8E;
}
</style>
background-color css
<style>
a { background-color: #47AB8E; }
a { background-color: rgb(71,171,142); }
div.DivClassName
{
background-color: #47AB8E;
}
.BgClassName
{
background-color: #47AB8E;
}
</style>
border-color css
<style>
span { border-color: #47AB8E; }
span { border-color: rgb(71,171,142); }
td.TdClassName
{
border-color: #47AB8E;
}
.TagClassName
{
border-color: #47AB8E;
}
</style>