Shades of Gossamer #47AB8C
Tints of Gossamer #47AB8C
RGB
CMYK
RGB Variations
Color information
#47AB8C (or 0x47AB8C) is known color: Gossamer. HEX triplet: 47, AB and 8C. RGB value is (71,171,140). Sum of RGB (Red+Green+Blue) = 71+171+140=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB8C is #B85473. Grayscale: #898989. Windows color (decimal): -12080244 or 9218887. OLE color: 9218887.
HSL color Cylindrical-coordinate representation of color #47AB8C: hue angle of 161.4º 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 #47AB8C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 140 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.33 |
| HSL | 161.4º | 0.41% | 0.47% | - |
| HSV(B) | 161.4º | 0.58% | 0.67% | - |
| XYZ | 21.9 | 32.36 | 29.9 | - |
| YUV | 137.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 140 | 0.58 | 0 | 0.18 | 0.33 | 161.4 | 0.41 | 0.47 |
| Hex | 47 | AB | 8C | 3A | 0 | 12 | 21 | A1 | 29 | 2F |
| Octal | 107 | 253 | 214 | 72 | 0 | 22 | 41 | 241 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10001100 | 111010 | 0 | 10010 | 100001 | 10100001 | 101001 | 101111 |
Color Harmonies of #47AB8C
Complementary color
Monochromatic Colors of #47AB8C
Black with #47AB8C
Text Example
Text Example
White with #47AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB8C; }
p { color: rgb(71,171,140); }
H1.HeaderClassName
{
color: #47AB8C;
}
.AnyTagClassName
{
color: #47AB8C;
}
</style>
background-color css
<style>
a { background-color: #47AB8C; }
a { background-color: rgb(71,171,140); }
div.DivClassName
{
background-color: #47AB8C;
}
.BgClassName
{
background-color: #47AB8C;
}
</style>
border-color css
<style>
span { border-color: #47AB8C; }
span { border-color: rgb(71,171,140); }
td.TdClassName
{
border-color: #47AB8C;
}
.TagClassName
{
border-color: #47AB8C;
}
</style>