Shades of Gossamer #47AF8C
Tints of Gossamer #47AF8C
RGB
CMYK
RGB Variations
Color information
#47AF8C (or 0x47AF8C) is known color: Gossamer. HEX triplet: 47, AF and 8C. RGB value is (71,175,140). Sum of RGB (Red+Green+Blue) = 71+175+140=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AF8C is #B85073. Grayscale: #8B8B8B. Windows color (decimal): -12079220 or 9219911. OLE color: 9219911.
HSL color Cylindrical-coordinate representation of color #47AF8C: hue angle of 159.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF8C is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 140 | - |
| CMYK | 0.59 | 0 | 0.2 | 0.31 |
| HSL | 159.81º | 0.42% | 0.48% | - |
| HSV(B) | 159.81º | 0.59% | 0.69% | - |
| XYZ | 22.66 | 33.89 | 30.16 | - |
| YUV | 139.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 140 | 0.59 | 0 | 0.2 | 0.31 | 159.81 | 0.42 | 0.48 |
| Hex | 47 | AF | 8C | 3B | 0 | 14 | 1F | A0 | 2A | 30 |
| Octal | 107 | 257 | 214 | 73 | 0 | 24 | 37 | 240 | 52 | 60 |
| Binary | 1000111 | 10101111 | 10001100 | 111011 | 0 | 10100 | 11111 | 10100000 | 101010 | 110000 |
Color Harmonies of #47AF8C
Complementary color
Monochromatic Colors of #47AF8C
Black with #47AF8C
Text Example
Text Example
White with #47AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF8C; }
p { color: rgb(71,175,140); }
H1.HeaderClassName
{
color: #47AF8C;
}
.AnyTagClassName
{
color: #47AF8C;
}
</style>
background-color css
<style>
a { background-color: #47AF8C; }
a { background-color: rgb(71,175,140); }
div.DivClassName
{
background-color: #47AF8C;
}
.BgClassName
{
background-color: #47AF8C;
}
</style>
border-color css
<style>
span { border-color: #47AF8C; }
span { border-color: rgb(71,175,140); }
td.TdClassName
{
border-color: #47AF8C;
}
.TagClassName
{
border-color: #47AF8C;
}
</style>