Shades of Gossamer #47AB8A
Tints of Gossamer #47AB8A
RGB
CMYK
RGB Variations
Color information
#47AB8A (or 0x47AB8A) is known color: Gossamer. HEX triplet: 47, AB and 8A. RGB value is (71,171,138). Sum of RGB (Red+Green+Blue) = 71+171+138=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB8A is #B85475. Grayscale: #898989. Windows color (decimal): -12080246 or 9087815. OLE color: 9087815.
HSL color Cylindrical-coordinate representation of color #47AB8A: hue angle of 160.2º 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 #47AB8A is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 138 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.33 |
| HSL | 160.2º | 0.41% | 0.47% | - |
| HSV(B) | 160.2º | 0.58% | 0.67% | - |
| XYZ | 21.75 | 32.3 | 29.13 | - |
| YUV | 137.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 138 | 0.58 | 0 | 0.19 | 0.33 | 160.2 | 0.41 | 0.47 |
| Hex | 47 | AB | 8A | 3A | 0 | 13 | 21 | A0 | 29 | 2F |
| Octal | 107 | 253 | 212 | 72 | 0 | 23 | 41 | 240 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10001010 | 111010 | 0 | 10011 | 100001 | 10100000 | 101001 | 101111 |
Color Harmonies of #47AB8A
Complementary color
Monochromatic Colors of #47AB8A
Black with #47AB8A
Text Example
Text Example
White with #47AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB8A; }
p { color: rgb(71,171,138); }
H1.HeaderClassName
{
color: #47AB8A;
}
.AnyTagClassName
{
color: #47AB8A;
}
</style>
background-color css
<style>
a { background-color: #47AB8A; }
a { background-color: rgb(71,171,138); }
div.DivClassName
{
background-color: #47AB8A;
}
.BgClassName
{
background-color: #47AB8A;
}
</style>
border-color css
<style>
span { border-color: #47AB8A; }
span { border-color: rgb(71,171,138); }
td.TdClassName
{
border-color: #47AB8A;
}
.TagClassName
{
border-color: #47AB8A;
}
</style>