Shades of Gossamer #47AC8C
Tints of Gossamer #47AC8C
RGB
CMYK
RGB Variations
Color information
#47AC8C (or 0x47AC8C) is known color: Gossamer. HEX triplet: 47, AC and 8C. RGB value is (71,172,140). Sum of RGB (Red+Green+Blue) = 71+172+140=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AC8C is #B85373. Grayscale: #8A8A8A. Windows color (decimal): -12079988 or 9219143. OLE color: 9219143.
HSL color Cylindrical-coordinate representation of color #47AC8C: hue angle of 160.99º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC8C is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 140 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.33 |
| HSL | 160.99º | 0.42% | 0.48% | - |
| HSV(B) | 160.99º | 0.59% | 0.67% | - |
| XYZ | 22.08 | 32.74 | 29.97 | - |
| YUV | 138.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 140 | 0.59 | 0 | 0.19 | 0.33 | 160.99 | 0.42 | 0.48 |
| Hex | 47 | AC | 8C | 3B | 0 | 13 | 21 | A1 | 2A | 30 |
| Octal | 107 | 254 | 214 | 73 | 0 | 23 | 41 | 241 | 52 | 60 |
| Binary | 1000111 | 10101100 | 10001100 | 111011 | 0 | 10011 | 100001 | 10100001 | 101010 | 110000 |
Color Harmonies of #47AC8C
Complementary color
Monochromatic Colors of #47AC8C
Black with #47AC8C
Text Example
Text Example
White with #47AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC8C; }
p { color: rgb(71,172,140); }
H1.HeaderClassName
{
color: #47AC8C;
}
.AnyTagClassName
{
color: #47AC8C;
}
</style>
background-color css
<style>
a { background-color: #47AC8C; }
a { background-color: rgb(71,172,140); }
div.DivClassName
{
background-color: #47AC8C;
}
.BgClassName
{
background-color: #47AC8C;
}
</style>
border-color css
<style>
span { border-color: #47AC8C; }
span { border-color: rgb(71,172,140); }
td.TdClassName
{
border-color: #47AC8C;
}
.TagClassName
{
border-color: #47AC8C;
}
</style>