Shades of Gossamer #4FA88E
Tints of Gossamer #4FA88E
RGB
CMYK
RGB Variations
Color information
#4FA88E (or 0x4FA88E) is known color: Gossamer. HEX triplet: 4F, A8 and 8E. RGB value is (79,168,142). Sum of RGB (Red+Green+Blue) = 79+168+142=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA88E is #B05771. Grayscale: #8A8A8A. Windows color (decimal): -11556722 or 9349199. OLE color: 9349199.
HSL color Cylindrical-coordinate representation of color #4FA88E: hue angle of 162.47º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA88E is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 168 | 142 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.34 |
| HSL | 162.47º | 0.36% | 0.48% | - |
| HSV(B) | 162.47º | 0.53% | 0.66% | - |
| XYZ | 22.11 | 31.62 | 30.53 | - |
| YUV | 138.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 142 | 0.53 | 0 | 0.15 | 0.34 | 162.47 | 0.36 | 0.48 |
| Hex | 4F | A8 | 8E | 35 | 0 | F | 22 | A2 | 24 | 30 |
| Octal | 117 | 250 | 216 | 65 | 0 | 17 | 42 | 242 | 44 | 60 |
| Binary | 1001111 | 10101000 | 10001110 | 110101 | 0 | 1111 | 100010 | 10100010 | 100100 | 110000 |
Color Harmonies of #4FA88E
Complementary color
Monochromatic Colors of #4FA88E
Black with #4FA88E
Text Example
Text Example
White with #4FA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA88E; }
p { color: rgb(79,168,142); }
H1.HeaderClassName
{
color: #4FA88E;
}
.AnyTagClassName
{
color: #4FA88E;
}
</style>
background-color css
<style>
a { background-color: #4FA88E; }
a { background-color: rgb(79,168,142); }
div.DivClassName
{
background-color: #4FA88E;
}
.BgClassName
{
background-color: #4FA88E;
}
</style>
border-color css
<style>
span { border-color: #4FA88E; }
span { border-color: rgb(79,168,142); }
td.TdClassName
{
border-color: #4FA88E;
}
.TagClassName
{
border-color: #4FA88E;
}
</style>