Shades of Gossamer #4FAA89
Tints of Gossamer #4FAA89
RGB
CMYK
RGB Variations
Color information
#4FAA89 (or 0x4FAA89) is known color: Gossamer. HEX triplet: 4F, AA and 89. RGB value is (79,170,137). Sum of RGB (Red+Green+Blue) = 79+170+137=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA89 is #B05576. Grayscale: #8B8B8B. Windows color (decimal): -11556215 or 9022031. OLE color: 9022031.
HSL color Cylindrical-coordinate representation of color #4FAA89: hue angle of 158.24º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA89 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 137 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.33 |
| HSL | 158.24º | 0.37% | 0.49% | - |
| HSV(B) | 158.24º | 0.54% | 0.67% | - |
| XYZ | 22.11 | 32.22 | 28.72 | - |
| YUV | 139.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 137 | 0.54 | 0 | 0.19 | 0.33 | 158.24 | 0.37 | 0.49 |
| Hex | 4F | AA | 89 | 36 | 0 | 13 | 21 | 9E | 25 | 31 |
| Octal | 117 | 252 | 211 | 66 | 0 | 23 | 41 | 236 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10001001 | 110110 | 0 | 10011 | 100001 | 10011110 | 100101 | 110001 |
Color Harmonies of #4FAA89
Complementary color
Monochromatic Colors of #4FAA89
Black with #4FAA89
Text Example
Text Example
White with #4FAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA89; }
p { color: rgb(79,170,137); }
H1.HeaderClassName
{
color: #4FAA89;
}
.AnyTagClassName
{
color: #4FAA89;
}
</style>
background-color css
<style>
a { background-color: #4FAA89; }
a { background-color: rgb(79,170,137); }
div.DivClassName
{
background-color: #4FAA89;
}
.BgClassName
{
background-color: #4FAA89;
}
</style>
border-color css
<style>
span { border-color: #4FAA89; }
span { border-color: rgb(79,170,137); }
td.TdClassName
{
border-color: #4FAA89;
}
.TagClassName
{
border-color: #4FAA89;
}
</style>