Shades of Gossamer #47AA90
Tints of Gossamer #47AA90
RGB
CMYK
RGB Variations
Color information
#47AA90 (or 0x47AA90) is known color: Gossamer. HEX triplet: 47, AA and 90. RGB value is (71,170,144). Sum of RGB (Red+Green+Blue) = 71+170+144=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AA90 is #B8556F. Grayscale: #898989. Windows color (decimal): -12080496 or 9480775. OLE color: 9480775.
HSL color Cylindrical-coordinate representation of color #47AA90: hue angle of 164.24º 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 #47AA90 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 170 | 144 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.33 |
| HSL | 164.24º | 0.41% | 0.47% | - |
| HSV(B) | 164.24º | 0.58% | 0.67% | - |
| XYZ | 22.01 | 32.1 | 31.42 | - |
| YUV | 137.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 144 | 0.58 | 0 | 0.15 | 0.33 | 164.24 | 0.41 | 0.47 |
| Hex | 47 | AA | 90 | 3A | 0 | F | 21 | A4 | 29 | 2F |
| Octal | 107 | 252 | 220 | 72 | 0 | 17 | 41 | 244 | 51 | 57 |
| Binary | 1000111 | 10101010 | 10010000 | 111010 | 0 | 1111 | 100001 | 10100100 | 101001 | 101111 |
Color Harmonies of #47AA90
Complementary color
Monochromatic Colors of #47AA90
Black with #47AA90
Text Example
Text Example
White with #47AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AA90; }
p { color: rgb(71,170,144); }
H1.HeaderClassName
{
color: #47AA90;
}
.AnyTagClassName
{
color: #47AA90;
}
</style>
background-color css
<style>
a { background-color: #47AA90; }
a { background-color: rgb(71,170,144); }
div.DivClassName
{
background-color: #47AA90;
}
.BgClassName
{
background-color: #47AA90;
}
</style>
border-color css
<style>
span { border-color: #47AA90; }
span { border-color: rgb(71,170,144); }
td.TdClassName
{
border-color: #47AA90;
}
.TagClassName
{
border-color: #47AA90;
}
</style>