Shades of Gossamer #47AB93
Tints of Gossamer #47AB93
RGB
CMYK
RGB Variations
Color information
#47AB93 (or 0x47AB93) is known color: Gossamer. HEX triplet: 47, AB and 93. RGB value is (71,171,147). Sum of RGB (Red+Green+Blue) = 71+171+147=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB93 is #B8546C. Grayscale: #8A8A8A. Windows color (decimal): -12080237 or 9677639. OLE color: 9677639.
HSL color Cylindrical-coordinate representation of color #47AB93: hue angle of 165.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 #47AB93 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 147 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.33 |
| HSL | 165.6º | 0.41% | 0.47% | - |
| HSV(B) | 165.6º | 0.58% | 0.67% | - |
| XYZ | 22.43 | 32.57 | 32.71 | - |
| YUV | 138.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 147 | 0.58 | 0 | 0.14 | 0.33 | 165.6 | 0.41 | 0.47 |
| Hex | 47 | AB | 93 | 3A | 0 | E | 21 | A6 | 29 | 2F |
| Octal | 107 | 253 | 223 | 72 | 0 | 16 | 41 | 246 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10010011 | 111010 | 0 | 1110 | 100001 | 10100110 | 101001 | 101111 |
Color Harmonies of #47AB93
Complementary color
Monochromatic Colors of #47AB93
Black with #47AB93
Text Example
Text Example
White with #47AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB93; }
p { color: rgb(71,171,147); }
H1.HeaderClassName
{
color: #47AB93;
}
.AnyTagClassName
{
color: #47AB93;
}
</style>
background-color css
<style>
a { background-color: #47AB93; }
a { background-color: rgb(71,171,147); }
div.DivClassName
{
background-color: #47AB93;
}
.BgClassName
{
background-color: #47AB93;
}
</style>
border-color css
<style>
span { border-color: #47AB93; }
span { border-color: rgb(71,171,147); }
td.TdClassName
{
border-color: #47AB93;
}
.TagClassName
{
border-color: #47AB93;
}
</style>